1.7.1 (2022-11-14)
- ensure exulde working when transform (aea8ebd), closes #143 #140 #97
- import vite plugin type via dynamic import (8bd73c8), closes #139
1.7.0 (2022-11-07)
- compiler missing plugin
decorators-legacy
(#138) (717af2f) - derprecate logDiagnostics option (e405328)
- incorrect compiler address resolution (#133) (01cc125)
- support customize typescript lib path (27b83f3), closes #134
- support multiple entries for lib mode (1fafe54), closes #136
1.6.6 (2022-10-13)
- adapt @microsoft/api-extractor 7.33+ (5acb4be)
- always ship included dts files into soure (fc345e3), closes #126
1.6.5 (2022-10-06)
1.6.4 (2022-09-30)
1.6.3 (2022-09-30)
- both support cjs and esm(using by tsx) (38bd6a6)
1.6.2 (2022-09-30)
1.6.1 (2022-09-28)
- path error in cjs running (0832af4)
1.6.0 (2022-09-28)
- correct compilerOptions.outDir for project init (8699219)
- type error occurred while define
defineProps
retruns asprops
(41eb53a), closes #113
1.5.0 (2022-09-11)
1.4.1 (2022-08-01)
1.4.0 (2022-07-20)
1.3.1 (2022-07-18)
- dynamiclly adjust the exports of inserted index file (abc9431), closes #81 #86
- missing inserted entry when multiple outputs (39ff8ab)
1.3.0 (2022-07-13)
- aliasesExclude not work when includes empty value (#85) (8b9b9aa)
- correct type files generate when root is set (#68) (0b491bd)
- support multiple output dirs (cd19ee7)
1.2.1 (2022-07-05)
- add parser plugins param for vue compiler (7d6bd16), closes #78
- insert entry fail when no default export in source entry (#82) (1a4b161)
1.2.0 (2022-05-24)
- support read typings form package.json (6b1bb29)
- add
aliasesExclude
option (#75) (7588ba4), closes #73 - support override compilerOptions when rollup up (995612d), closes #74
1.1.1 (2022-04-25)
- incorrect rollup entry path (a9309d8)
1.1.0 (2022-04-18)
- lose the type of entry export default (50f55de)
- support rollup dts files after output (1d87b44)
1.0.5 (2022-04-02)
1.0.4 (2022-03-28)
- transfer 'debug' to dependencies (7af9232)
1.0.3 (2022-03-25)
1.0.2 (2022-03-24)
1.0.1 (2022-03-22)
- missing some libs defind in dependencies (ab7960f)
1.0.0 (2022-03-22)
- The calculating output paths funtion of root option is assigned to entryRoot option, and currently will auto calculating the smallest public path as the default value for entryRoot option.
0.9.10 (2022-03-12)
0.9.9 (2022-01-11)
0.9.8 (2022-01-10)
0.9.7 (2021-12-30)
0.9.6 (2021-11-23)
- aliases are not resolved when find ends with '/' (f04aab2), closes #37
- not equally transform dts source files (ede5146)
0.9.5 (2021-11-21)
0.9.4 (2021-11-10)
- cannot resolve types defined in dts files (666ca09), closes #42
- take unused error when using setup-script (c4145b7)
0.9.3 (2021-11-03)
0.9.2 (2021-10-20)
- support optional @vue/compiler-sfc (34e1958)
0.9.1 (2021-10-18)
0.9.0 (2021-10-18)
- watch mode not update ts/js files (32a5699)
- 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)
0.8.2 (2021-09-30)
0.8.1 (2021-09-22)
- declarationDir make no file generated (3313a19), closes #27
- rewrite noEmit option when init porject (735d26b), closes #28
0.8.0 (2021-09-13)
0.7.0 (2021-08-23)
- add noEmitOnError and logDiagnostics options (8a840fe)
0.6.0 (2021-08-14)
0.5.3 (2021-07-22)
0.5.2 (2021-07-01)
0.5.1 (2021-06-18)
- support insert entry from '.tsx' file (e38b7c4)
0.5.0 (2021-06-15)
- add clearPureImport option (0357f69)
- defaults insert entry base on pkg.types (9c71f28)
- optional insert index type entry (592a701)
0.4.3 (2021-06-11)
- back off optional chaining and nullish coalescing (8e09129), closes #2
- transform fs/promise to fs-extra (1794b0b), closes #4
- use menory result generate bundle (858bf31)
0.4.2 (2021-06-09)
- 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)
- dynamic import regexp endings include ']' and ')' (e5f37a6)
0.4.0 (2021-06-08)
- bundle only once for multiple formats (be37fbf)
- bundle all from tsconfig include (252554a)
- Deprecated include and exclude options, it will be resolved through tsconfig.json now.
0.3.5 (2021-06-07)
0.3.4 (2021-06-07)
0.3.3 (2021-06-07)
- keep output relative to root not to entry dir (e83ec64)
- Ouput declaration structure no longer relative to entry dir
0.3.2 (2021-06-07)
- default root base on vite config (787ebc1)
0.3.1 (2021-06-06)
- vue file explicit type lost (d0d8803)
0.3.0 (2021-06-06)
- transform alias import to relative path (6d5a2d5)
- projectOptions refine to compilerOptions and tsConfigFilePath (eb61113)
- projectOptions no longer supported, the project init should be up to the plugin.