Releases: ezolenko/rollup-plugin-typescript2
Releases · ezolenko/rollup-plugin-typescript2
0.25.0
DEPRECATED
- using emit and letting rollup write type declarations instead of writing them directly (when
useTsconfigDeclarationDir
is set to false)
- minimum rollup version to 1.26.0
0.24.3
- fix for missing type definitions when type only files are imported by other type-only files
0.24.2
- fix for transformers: pass through
afterDeclarations
#173
0.24.1
Fix for preserveModules
option in rollup.
#170
0.24.0
Switching to find-cache-dir
, default cache is node_modules\.cache\rollup-plugin-typescript2
now.
0.23.0
- not generating typings for files that are not actually imported
- not trying to resolve imports unrelated to this plugin
0.22.1
- fix for declarations for type only imports on watch
#163
0.21.2
Merge branch 'master' of https://github.com/ezolenko/rollup-plugin-ty…
0.21.1
PR #151 with diagnostic message format fix