Skip to content

Releases: wessberg/rollup-plugin-ts

v1.2.28

09 Jul 23:09

Choose a tag to compare

New Features

  • feat(typescript): add TypeScript v4 support. 165b366

Bug Fixes

  • fix(path-mapping): fix an issue where path mapping for other baseUrls than '.' didn't work. Fixes #96 7f6c429

Extras

All tests are now run on all minor versions of TypeScript from v3.2 up to and including TypeScript 4 for increase reliability and backwards compatibility.

v1.2.27...v1.2.28

v1.2.27

01 Jul 13:27

Choose a tag to compare

  • fix: Augment and merge non-namespace ModuleDeclarations. Closes #99 c78bc52
  • fix: generate new lexical environment for ConstructorDeclaration body. Closes #100 fe0aa94

v1.2.26...v1.2.27

v1.2.26

22 Jun 18:59

Choose a tag to compare

  • chore(build): update dependencies f0cbe98

v1.2.25...v1.2.26

v1.2.25

10 Jun 20:11

Choose a tag to compare

Thanks to @JasonHK for his contribution!

  • style(lint): fix lint 5458515
  • Merge pull request #97 from JasonHK/feat/tsconfig-inside-subdirectory 275a73a
  • fix: fixed incorrect base path of tsconfig.json if it's inside a subdirectory 0cfbf70

v1.2.24...v1.2.25

v1.2.24

06 Apr 18:40

Choose a tag to compare

  • test: update test to reflect changes to regenerator-runtime. Closes #91 9400a38
  • chore(build): lock dependency on np 45badff
  • fix(regenerator): update inlined regenerator-runtime code to align with v0.13.5 ab869f2

v1.2.23...v1.2.24

v1.2.23

30 Mar 00:00

Choose a tag to compare

  • fix(deconflicting): fix issue where local symbols could conflict with external ones under some circumstances. #88 1f837f3

v1.2.22...v1.2.23

v1.2.22

28 Mar 20:40

Choose a tag to compare

  • feat(typescript): add TypeScript v3.9 support 785dfa1
  • docs(README): formatted README cd26707
  • Merge branch 'master' of github.com:wessberg/rollup-plugin-ts 6498709
  • docs(README): add section with references to starter templates. f0a8a00
  • chore(peerDependencies): fix peerDependency version of rollup e63abac

v1.2.21...v1.2.22

v1.2.21

06 Mar 23:59

Choose a tag to compare

  • fix(type-directive): fix an issue with generating type directives when declaration files are nested inside @types folder e23a571

v1.2.20...v1.2.21

v1.2.20

06 Mar 21:33

Choose a tag to compare

  • chore(build): move @types/node into devDependencies ee7ca2c
  • chore(build): add Rollup 2 support c12ac86
  • chore(build): bump dependencies bff604d

v1.2.19...v1.2.20

v1.2.19

01 Mar 12:50

Choose a tag to compare

  • fix: make sure to respect entryFileNames and chunkFileNames when naming common declaration chunks a98fe69
  • chore(build): bump dependencies c692d95

v1.2.18...v1.2.19