Skip to content

Releases: wessberg/rollup-plugin-ts

v1.1.52

26 Apr 18:49
Compare
Choose a tag to compare
  • Merge pull request #18 from humanchimp/issue/presets-targets 69825fd
  • read from preset.options.targets instead of preset.targets 5daf2fe

v1.1.51...v1.1.52

v1.1.51

23 Apr 14:26
Compare
Choose a tag to compare
  • fix(bug): fixes a bug that could lead to infinite recursion when some runtime babel helpers would transform themselves 4f2eb9e

v1.1.50...v1.1.51

v1.1.50

22 Apr 20:49
Compare
Choose a tag to compare
  • feat(options): makes it possible to pass in both proper CompilerOptions as well as raw, JSON-esque compiler options when giving the tsconfig as an option 0607b6d

v1.1.49...v1.1.50

v1.1.49

22 Apr 19:36
Compare
Choose a tag to compare
  • fix(bug): fixes a bug that could lead to missing exports b52a245

v1.1.48...v1.1.49

v1.1.48

22 Apr 11:04
Compare
Choose a tag to compare
  • fix(bug): fixes a bug where the 'transpileOnly' option would never be respected 7bfe829

v1.1.47...v1.1.48

v1.1.47

17 Apr 23:32
Compare
Choose a tag to compare
  • fix(bug): refined handling of default exports of unnamed functions 8efdaf7
  • fix(bug): refined handling of default exports of unnamed classes 0782f57
  • fix(bug): fixes issues with aliased types with type parameters 702e108
  • fix(bug): fixes issues where aliased imports could cause conflicts with merged symbols with name clashes c5c97cb
  • fix(bug): fixes bug when producing declaration with namespace imports 808e59e
  • fix(bug): fixes issue with default exports of varying types d9bdd2a and b01f4be

v1.1.46...v1.1.47

v1.1.46

11 Apr 20:47
Compare
Choose a tag to compare
  • feat(format): adds support for 'commonjs' and 'module' aliases for 'cjs' and 'esm' respectively 16153b9
  • build(npm): updates dependencies c6fdf70
  • fix(bug): fixes issue where babel helpers would force ESM variants even though they were marked as external. Fixes #15 f981b17

v1.1.45...v1.1.46

v1.1.45

30 Mar 22:57
Compare
Choose a tag to compare
  • build(npm): updates dependencies 6023ebb

v1.1.44...v1.1.45

v1.1.44

30 Mar 21:22
Compare
Choose a tag to compare
  • feat(EcmaVersion): adds support for generating browserslists for browsers with support for ES2019 2c8ea0c
  • feat(typescript): makes it possible to detect and Ecma version for the ScriptTarget ES2019 b336547
  • fix(bug): fixes an issue with an injected identifier not being found at all times 1381c5e

v1.1.43...v1.1.44

v1.1.43

28 Mar 23:06
Compare
Choose a tag to compare
  • fix(multi-entry): fixes an interoperability issue with rollup-plugin-multi-entry where declarations wouldn't be able to detect the entry modules for multi entry chunks 5c9c244

v1.1.42...v1.1.43