Skip to content

Latest commit

 

History

History
81 lines (61 loc) · 4.38 KB

File metadata and controls

81 lines (61 loc) · 4.38 KB

Changelog

All notable changes to this project will be documented in this auto-generated file. The format is based on Conventional Commits; this project adheres to Semantic Versioning.

1.2.0 (2023-02-02)

✨ Features

  • appendExtension and replaceExtensions accept callbacks for advanced functionality (618f4c3)

1.1.0 (2023-01-29)

✨ Features

  • src: use more aesthetically appealing output format (7390e3a)

1.0.1 (2023-01-28)

🪄 Fixes

  • Use console.log for output, retire debug log function, improve type usage (70e4053)

⚙️ Build System

  • Reorganize output distributables (cb4346d)

1.0.0 (2023-01-27)

✨ Features

  • Add drone ci test pipeline (ae66e28)
  • Add github action to lint and test (dafd93f)
  • Add support for exports (32188ab)
  • Add tests and update plugin version (948baea)
  • Automate package publishing (2fd6c22)
  • Handle ../ paths (470b358)
  • Skip type-only imports and exports (49fdd96)
  • Support ExportAllDeclaration (8a39cf6)

🪄 Fixes

  • ✅replace "false" extension value to "undefined" for default value tests (054921e)
  • 🐛replace extension properly (0609c35)
  • Add linter(standardjs) (db0f337)
  • Don't exclude relative paths (99668ab)
  • Make drone use npm ci instead of npm install (1c2c16f)
  • Missing import (3aa9d12)

⚙️ Build System