Skip to content

Releases: ezolenko/rollup-plugin-typescript2

0.25.0

28 Oct 16:36
Compare
Choose a tag to compare
0.25.0 Pre-release
Pre-release

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

26 Sep 21:42
Compare
Choose a tag to compare
0.24.3 Pre-release
Pre-release
  • fix for missing type definitions when type only files are imported by other type-only files

0.24.2

12 Sep 22:28
Compare
Choose a tag to compare
0.24.2 Pre-release
Pre-release
  • fix for transformers: pass through afterDeclarations #173

0.24.1

09 Sep 21:01
Compare
Choose a tag to compare
0.24.1 Pre-release
Pre-release

Fix for preserveModules option in rollup.

#170

0.24.0

28 Aug 23:53
Compare
Choose a tag to compare
0.24.0 Pre-release
Pre-release

Switching to find-cache-dir, default cache is node_modules\.cache\rollup-plugin-typescript2 now.

0.23.0

23 Aug 00:28
Compare
Choose a tag to compare
0.23.0 Pre-release
Pre-release
  • not generating typings for files that are not actually imported
  • not trying to resolve imports unrelated to this plugin

0.22.1

26 Jul 17:54
Compare
Choose a tag to compare
0.22.1 Pre-release
Pre-release
- fix for declarations for type only imports on watch

#163

0.22.0

11 Jul 23:32
Compare
Choose a tag to compare
0.22.0 Pre-release
Pre-release

Dependency updates

0.21.2

17 Jun 16:51
Compare
Choose a tag to compare
0.21.2 Pre-release
Pre-release
Merge branch 'master' of https://github.com/ezolenko/rollup-plugin-ty…

…pescript2

0.21.1

17 May 19:31
Compare
Choose a tag to compare
0.21.1 Pre-release
Pre-release

PR #151 with diagnostic message format fix