Skip to content

Releases: Xunnamius/babel-plugin-transform-rewrite-imports

v1.5.3

30 Oct 11:45
v1.5.3
64809c0
Compare
Choose a tag to compare

1.5.3 (2024-10-30)

⚙️ Build system

  • package: update dependencies (104d939)

v1.5.2

30 Oct 03:47
v1.5.2
bc6b9a0
Compare
Choose a tag to compare

1.5.2 (2024-10-30)

🪄 Fixes

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

v1.5.1

29 Oct 09:07
v1.5.1
f76cc00
Compare
Choose a tag to compare

1.5.1 (2024-10-29)

🪄 Fixes

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

v1.5.0

28 Oct 09:58
v1.5.0
908ccf6
Compare
Choose a tag to compare

1.5.0 (2024-10-28)

✨ Features

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

v1.4.0

28 Oct 09:34
v1.4.0
c2615ed
Compare
Choose a tag to compare

1.4.0 (2024-10-28)

✨ Features

  • src: add support for requireLikeFunctions (eafe348)

🪄 Fixes

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

v1.3.1

27 Oct 18:31
v1.3.1
a1de3b0
Compare
Choose a tag to compare

1.3.1 (2024-10-27)

🪄 Fixes

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

v1.3.0

27 Oct 07:59
v1.3.0
129765f
Compare
Choose a tag to compare

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)

v1.2.0

02 Feb 12:06
v1.2.0
3213cd3
Compare
Choose a tag to compare

1.2.0 (2023-02-02)

✨ Features

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

v1.1.0

29 Jan 06:34
v1.1.0
6fe2ea8
Compare
Choose a tag to compare

1.1.0 (2023-01-29)

✨ Features

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

v1.0.1

28 Jan 10:07
v1.0.1
2d2a912
Compare
Choose a tag to compare

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)