Skip to content

Latest commit

 

History

History
220 lines (120 loc) · 11.5 KB

CHANGELOG.md

File metadata and controls

220 lines (120 loc) · 11.5 KB

0.9.5 (2021-11-21)

Bug Fixes

  • ensure dts source files through beforeWriteFile hook (3265412), closes #43

0.9.4 (2021-11-10)

Bug Fixes

  • cannot resolve types defined in dts files (666ca09), closes #42
  • take unused error when using setup-script (c4145b7)

0.9.3 (2021-11-03)

Bug Fixes

  • support require for cjs exports (cc5aff9), closes #39

0.9.2 (2021-10-20)

Bug Fixes

  • support optional @vue/compiler-sfc (34e1958)

0.9.1 (2021-10-18)

0.9.0 (2021-10-18)

Bug Fixes

  • watch mode not update ts/js files (32a5699)

Features

  • add afterBuild hook option (#34) (e836689)
  • afterDiagnostic and afterBuild support async (c92d548)
  • skip diagnostic by default (add skipDiagnostics option) (8ca3ed3)

0.8.3 (2021-10-11)

Bug Fixes

  • support tsconfig.json using comments (6e6e446), closes #31

0.8.2 (2021-09-30)

Bug Fixes

  • create correct source for tsx/jsx script (#29) (109721e)

0.8.1 (2021-09-22)

Bug Fixes

  • declarationDir make no file generated (3313a19), closes #27
  • rewrite noEmit option when init porject (735d26b), closes #28

0.8.0 (2021-09-13)

Bug Fixes

  • adapt vue@3.2.6+ setup script (1b62755)
  • ouput files out of include bounds (e1cdedf), closes #24

Features

  • add afterDiagnostic option (7d43ece), closes #22
  • support build watch mode (a920d97), closes #5

0.7.0 (2021-08-23)

Bug Fixes

  • support using script-setup alongside script (39517ad), closes #21

Features

  • add noEmitOnError and logDiagnostics options (8a840fe)

0.6.0 (2021-08-14)

Bug Fixes

  • resolve alias when using default import (3121d5b), closes #20

Features

0.5.3 (2021-07-22)

Bug Fixes

  • add allowJs option dynamically (36f8de2), closes #17
  • add js and jsx files when allowJs (0e1e6f7)

0.5.2 (2021-07-01)

Bug Fixes

  • cannot require @vue/compiler-sfc in monorepo (fd9b5c1), closes #14

0.5.1 (2021-06-18)

Bug Fixes

  • support insert entry from '.tsx' file (e38b7c4)

0.5.0 (2021-06-15)

Bug Fixes

  • ignore none export files (f9c41bc)
  • rename insertIndexEntry to insertTypesEntry (c9d392e)

Features

  • add clearPureImport option (0357f69)
  • defaults insert entry base on pkg.types (9c71f28)
  • optional insert index type entry (592a701)

0.4.3 (2021-06-11)

Bug Fixes

  • back off optional chaining and nullish coalescing (8e09129), closes #2
  • transform fs/promise to fs-extra (1794b0b), closes #4

Performance Improvements

  • use menory result generate bundle (858bf31)

0.4.2 (2021-06-09)

Bug Fixes

  • incomplete remove pure import (a1fd54e)
  • mamual set include and exclude (b6fb510)
  • more accurate normalize glob (1d65c47)
  • set rootDir if not set in compilerOptions (a1d83d2), closes #3
  • transform alias include dynamic imports (a6919b4)

0.4.1 (2021-06-08)

Bug Fixes

  • dynamic import regexp endings include ']' and ')' (e5f37a6)

0.4.0 (2021-06-08)

Bug Fixes

  • bundle only once for multiple formats (be37fbf)

Features

  • bundle all from tsconfig include (252554a)

BREAKING CHANGES

  • Deprecated include and exclude options, it will be resolved through tsconfig.json now.

0.3.5 (2021-06-07)

Bug Fixes

  • includes prue type export files (1341359)
  • incorrect path in transform alias (d686ff9)

0.3.4 (2021-06-07)

Bug Fixes

  • remove pure import (fe241de)
  • static import include relative path (4065217)

0.3.3 (2021-06-07)

Bug Fixes

  • keep output relative to root not to entry dir (e83ec64)

BREAKING CHANGES

  • Ouput declaration structure no longer relative to entry dir

0.3.2 (2021-06-07)

Bug Fixes

  • default root base on vite config (787ebc1)

0.3.1 (2021-06-06)

Bug Fixes

  • vue file explicit type lost (d0d8803)

0.3.0 (2021-06-06)

Bug Fixes

  • transform alias import to relative path (6d5a2d5)

Features

  • projectOptions refine to compilerOptions and tsConfigFilePath (eb61113)

BREAKING CHANGES

  • projectOptions no longer supported, the project init should be up to the plugin.

0.2.0 (2021-06-05)

Features

  • add beforeWriteFile hook (139e818)
  • add outputDir option (f289723)
  • add transform dynamic import to static (b2f0c0a)