Releases: wessberg/rollup-plugin-ts
Releases · wessberg/rollup-plugin-ts
v1.3.14
v1.3.13
v1.3.12
- 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
- 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
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:
v1.3.8
v1.3.7
v1.3.6
v1.3.5
- 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