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.5.3 (2024-10-30)
- package: update dependencies (104d939)
1.5.2 (2024-10-30)
- readme: use proper debug activation syntax, improve structure (bc746a2)
1.5.1 (2024-10-29)
- src: use proper destructuring for rewrite report (30352bc)
1.5.0 (2024-10-28)
- Allow explicitly disabling arbitrary dynamic import support via
injectDynamicRewriter
(0db9c4c)
1.4.0 (2024-10-28)
- src: add support for
requireLikeFunctions
(eafe348)
- src: use more robust specifier scanning for
CallExpression
s (34eb5f4)
1.3.1 (2024-10-27)
- Ensure debug output is consistent and meaningful (19e1588)
1.3.0 (2024-10-27)
- Make
filepath
available in replacer context and add support forTSImportType
replacements (0be1eda)
- husky: update commit hooks (5719706)
1.2.0 (2023-02-02)
appendExtension
andreplaceExtensions
accept callbacks for advanced functionality (618f4c3)
1.1.0 (2023-01-29)
- src: use more aesthetically appealing output format (7390e3a)
1.0.1 (2023-01-28)
- Use console.log for output, retire debug log function, improve type usage (70e4053)
- Reorganize output distributables (cb4346d)
1.0.0 (2023-01-27)
- 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)