Skip to content

Latest commit

 

History

History
147 lines (102 loc) · 7.18 KB

File metadata and controls

147 lines (102 loc) · 7.18 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.5.3 (2024-10-30)

⚙️ Build System

  • package: update dependencies (104d939)

1.5.2 (2024-10-30)

🪄 Fixes

  • readme: use proper debug activation syntax, improve structure (bc746a2)

1.5.1 (2024-10-29)

🪄 Fixes

  • src: use proper destructuring for rewrite report (30352bc)

1.5.0 (2024-10-28)

✨ Features

  • Allow explicitly disabling arbitrary dynamic import support via injectDynamicRewriter (0db9c4c)

1.4.0 (2024-10-28)

✨ Features

  • src: add support for requireLikeFunctions (eafe348)

🪄 Fixes

  • src: use more robust specifier scanning for CallExpressions (34eb5f4)

1.3.1 (2024-10-27)

🪄 Fixes

  • Ensure debug output is consistent and meaningful (19e1588)

1.3.0 (2024-10-27)

✨ Features

  • Make filepath available in replacer context and add support for TSImportType replacements (0be1eda)

⚙️ Build System

  • husky: update commit hooks (5719706)

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