Skip to content

Releases: wessberg/rollup-plugin-ts

v1.1.32

26 Feb 11:59
Compare
Choose a tag to compare
  • fix(bug): fixes a bug where files with identical basenames, but varying extensions could lead to false positives when matching the cache under some circumstances b560c03

v1.1.31...v1.1.32

v1.1.31

25 Feb 23:38
Compare
Choose a tag to compare
  • docs(readme): updates README with declaration section fea719f

v1.1.30...v1.1.31

v1.1.30

25 Feb 23:36
Compare
Choose a tag to compare
  • docs(readme): updates README with declaration section 53148ba

v1.1.29...v1.1.30

Declaratin bundling overhaul

25 Feb 23:10
Compare
Choose a tag to compare

This release fixes some issues with declaration bundling, in particular in scenarios with:

  • Transitive dependencies on default exports
  • Naming conflicts within chunked scopes

Additional features:

  • Declarations are now tree-shaken even better and covers more cases.
  • Formatting is better, with imports deduplicated and fixed to the top of emitted chunks, and exports deduplicated and fixed to the bottom of emitted chunks.

Here's the full changelog:

  • Merge pull request #9 from wessberg/better_declaration_tree_shaking 90b4187
  • build(npm): updates dependencies b7e47e5
  • fix(bug): adds support for missing node types b5de5ee
  • fix(bug): adds support for missing node types 608d38d
  • fix(bug): adds support for missing node types 9079f2d
  • fix(bug): adds support for missing node types 6a90228
  • fix(bug): fixes an issue with ExportAssignmens cafa7ad
  • feat(declarations): far improved support for default exports/imports while bundling declarations across chunks 4ad18d2
  • style(format): prettier 1b8c7d0
  • build(npm): updates dependencies bfd8964
  • fix(bug): fixes an issue where named exports could be removed under some circumstances 322df0c

v1.1.28...v1.1.29

v1.1.28

06 Feb 23:53
Compare
Choose a tag to compare
  • fix(declarations): fixes an issue with generating declarations 1f93b05

v1.1.27...v1.1.28

v1.1.27

06 Feb 23:35
Compare
Choose a tag to compare

v1.1.26...v1.1.27

v1.1.26

06 Feb 21:38
Compare
Choose a tag to compare
  • fix(declarations): fixes an issue with detecting the entry file name for a chunk 7786000

v1.1.25...v1.1.26

v1.1.25

06 Feb 21:25
Compare
Choose a tag to compare
  • fix(declarations): fixes an issue with detecting the entry file name for a chunk 01cc892
  • docs(readme): removed old readme 3e92126

v1.1.24...v1.1.25

v1.1.24

06 Feb 20:51
Compare
Choose a tag to compare
  • fix(bug): fixes a bug that could lead to misaligned content replacements d40ddbf

v1.1.23...v1.1.24

v1.1.23

06 Feb 20:40
Compare
Choose a tag to compare
  • docs(readme): updated README 1997f49
  • fix(declarations): fixes a variety of issues with generating declarations related to type-only files not being parsed in the declaration-emition phase 50310ae
  • fix(declarations): fixes an issue that arose with Rollup v1 where type-only files would not be part of the modules of emitted chunks. 043ae50

v1.1.22...v1.1.23