Skip to content

Releases: wessberg/rollup-plugin-ts

v1.3.14

14 Apr 07:52

Choose a tag to compare

  • fix(declarations): fix TypeScript backwards compatibility 4f09009

v1.3.13...v1.3.14

v1.3.13

14 Apr 07:46

Choose a tag to compare

  • fix(logging): don't console log ModuleDeclarations. Closes #139 a513caa

v1.3.12...v1.3.13

v1.3.12

14 Apr 00:01

Choose a tag to compare

  • Merge pull request #126 from mvasin/patch-1 9850c5d
  • fix(deconflicting): fix issue where ModuleDeclarations could sometimes not be traced back to an original SourceFile, leading to invalid deconflicting. Closes #129 064b0c7
  • fix(namespace-exports): fix problem where ExportDeclarations- and/or ImportDeclarations are sometimes lost when inlining ModuleDeclarations. Closes #130 deec007
  • Merge pull request #128 from jtassin/namespace-export-import-external 8ae054f
  • fix(tree-shaking): Correctly deconflict ExportDeclaration inside module wrappers and add support for deconflicting QualifiedNames. Closes #136 6623ca2
  • test: drop node 10 in tests since it is unsupported by pnpm f5af3d3
  • fix(deconflicting): add support for CallSignatures in deconflicting logic. Closes #137 3699a4e
  • fix(namespace): same import in multiple namespaces 9f69855
  • chore: fix typo 45a3313

v1.3.11...v1.3.12

v1.3.11

25 Mar 11:01

Choose a tag to compare

  • chore(build): bump dependencies 81fa390
  • test: add workaround for temp files on Mac OS to fix tests c3e0f9e
  • test(runner): fix test runner for TS_VERSION=current d4166d0
  • test(babel): update babel tests 2e50c53
  • docs(README): update badges 8b2370d
  • test(comments): add test for support for JSDocSeeTags 5cf1b19
  • style: run prettier 4373a7d

v1.3.10...v1.3.11

v1.3.10

16 Mar 22:22

Choose a tag to compare

This release brings TypeScript 4.2 support, as well as updated dependencies.
Special thanks to @clemyan for the excellent work on rewriting the test runner.

Here's the full list of changes:

  • feat(typescript): add support for TypeScript 4.2 5239f59
  • fix(tree-shaking): update ImportEqualsDeclaration visitor to support TypeScript 4.2 8e899ad
  • test: mark some tests as failing on Windows 85feed2
  • test: update test matrix node versions 64c2f80
  • test: Tests enhancements a5e791d

v1.3.8...v1.3.10

v1.3.8

06 Nov 14:39

Choose a tag to compare

v1.3.7...v1.3.8

v1.3.7

26 Oct 23:57

Choose a tag to compare

  • fix(multi-entry): add interoperability with @rollup/plugin-multi-entry. Fixes #121 1bd94f5

v1.3.6...v1.3.7

v1.3.6

21 Oct 13:46

Choose a tag to compare

  • feat: add TypeScript 4.1 support 7292e78

v1.3.5...v1.3.6

v1.3.5

30 Sep 20:36

Choose a tag to compare

  • chore(build): update dependencies 782e2ec
  • fix(declarations): fix issue where Namespace would not be created for ImportTypeNodes with no qualifiers 980e1da
  • chore(build): update dependencies a3a77c9
  • chore(build): allow TypeScript v4 and Rollup v2 in peer dependencies 127c6f1
  • Merge pull request #115 from domoritz/patch-2 30be216
  • browserlist -> browserslist 47b6bb4

v1.3.4...v1.3.5

v1.3.4

02 Sep 23:06

Choose a tag to compare

  • docs(README): add explainer in the README for how the esModuleInterop option is treated. Closes #113 bb45b74
  • fix(declarations): add workaround for TypeScript issue 40361 for older TypeScript versions. Closes #108 659775f
  • test: update test implementation to reflect babel changes 874777c

v1.3.3...v1.3.4