Skip to content

Latest commit

 

History

History
414 lines (209 loc) · 14 KB

CHANGELOG.md

File metadata and controls

414 lines (209 loc) · 14 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

v1.5.1

compare changes

🩹 Fixes

  • Dynamically import typescript when normalising options (b8afd50)

❤️ Contributors

v1.5.0

compare changes

🚀 Enhancements

  • Use vue-tsc generate vue declarations (#154)
  • Support vue-tsc v2 (#201)
  • Support custom typescript compilerOptions (#215)

🩹 Fixes

  • De-default typescript import (c518477)
  • Log errors emitting declarations (1fb5a74)

🏡 Chore

🎨 Styles

🤖 CI

❤️ Contributors

v1.4.0

compare changes

🚀 Enhancements

  • Support postcss loader (#167)

🩹 Fixes

  • cjs: Hotfix babel transformation issue (94444df)
  • Resolve dynamic import paths (#165)
  • Pass all options to loader context (ea5ba97)

🌊 Types

  • Add cjs, mts and cts to the supported extensions (e7d3ffb)

🏡 Chore

❤️ Contributors

v1.3.1

compare changes

🩹 Fixes

  • cjs: Hotfix babel transformation issue (94444df)

🏡 Chore

🤖 CI

  • Use conventional commit for autofix (2e20d10)

❤️ Contributors

v1.3.0

compare changes

🚀 Enhancements

  • Allow passing esbuild transform options (#144)
  • Support jsx and tsx files (#71)
  • Support configurable loaders (#152)
  • cli: Support --minify and --target (84c59aa)

🩹 Fixes

  • Handle .cts and .mts as typescript (#162)

💅 Refactors

  • cli: Migrate to unjs/citty (#157)

🏡 Chore

❤️ Contributors

v1.2.0

compare changes

🚀 Enhancements

  • Add support for relativising type exports (#135)
  • Add support for relativising type exports (#140)

🏡 Chore

❤️ Contributors

v1.1.2

compare changes

🩹 Fixes

  • Add .js extension for relative import and exports in declarations (#134)

❤️ Contributors

v1.1.1

compare changes

🩹 Fixes

  • Add support for multi-line import extension normalization (#120)

🏡 Chore

❤️ Contributors

1.1.0 (2023-01-10)

Features

Bug Fixes

  • ensure sass output file has css extension (#111) (ea0c57c)

1.0.0 (2022-11-15)

0.4.1 (2022-11-15)

0.4.0 (2022-10-27)

⚠ BREAKING CHANGES

  • upgrade globby

Features

  • support multiple glob patterns (#41) (b339163)
  • vue: support transpilation of <style> blocks with sass (#27) (36e5b4f)

Bug Fixes

0.3.13 (2022-06-23)

Bug Fixes

  • dts: introp default for typescript import (5578a7c)

0.3.12 (2022-06-23)

0.3.11 (2022-06-23)

Features

  • resolve full path to cjs cunks (df2a548)

Bug Fixes

  • downgrade pathe to 0.2.x (659f7e9)

0.3.10 (2022-02-04)

Bug Fixes

  • support emitting .d.mts for .mjs files (#26) (3f21784)

0.3.9 (2022-01-21)

Features

0.3.8 (2021-12-14)

Bug Fixes

0.3.7 (2021-12-13)

Bug Fixes

0.3.6 (2021-12-10)

Bug Fixes

  • multiline regex to replace import extensions (#17) (7a2690c)
  • vue: skip transforming for <script setup> (#15) (93cb489), closes #14

0.3.5 (2021-10-20)

Bug Fixes

  • pkg: remove vue-template-compiler as dep (#13) (8094c43)

0.3.4 (2021-10-13)

Bug Fixes

  • handle script tags with attributes (#12) (19f9d5d)

0.3.3 (2021-07-15)

Bug Fixes

  • avoid overriding files with original extension (resolves #11) (bb59350)

0.3.2 (2021-06-16)

0.3.1 (2021-05-24)

Bug Fixes

  • use default export with cjs transform (68e1ed1)

0.3.0 (2021-05-24)

⚠ BREAKING CHANGES

  • resolve relative imports for mjs files (resolves #7)

Features

  • resolve relative imports for mjs files (resolves #7) (86b6175)

0.2.1 (2021-04-23)

Features

0.2.0 (2021-04-21)

⚠ BREAKING CHANGES

  • emit .mjs files whn format is mjs

Features

  • emit .mjs files whn format is mjs (ec5fcc4)

0.1.7 (2021-04-14)

0.1.6 (2021-04-09)

Bug Fixes

  • update esbuild to use transform directly (9b56d1c)

0.1.5 (2021-04-08)

Features

0.1.4 (2021-04-07)

Features

  • support cleanDist option (f613c17)

0.1.3 (2021-03-30)

Bug Fixes

  • unlink before cleaning up dist dir (c8cb2b8)

0.1.2 (2021-03-06)

0.1.1 (2021-01-17)

Bug Fixes

0.1.0 (2021-01-17)

Bug Fixes

0.0.5 (2021-01-15)

Bug Fixes

0.0.4 (2021-01-15)

Bug Fixes

0.0.3 (2021-01-14)

0.0.2 (2021-01-14)

Features

  • support format option (c70f54e)
  • cli: support src, dist and help arguments (5f3606d)

0.0.1 (2021-01-14)