Skip to content
This repository has been archived by the owner on Aug 4, 2021. It is now read-only.

Latest commit

 

History

History
82 lines (59 loc) · 3.15 KB

CHANGELOG.md

File metadata and controls

82 lines (59 loc) · 3.15 KB

rollup-plugin-typescript changelog

1.0.1

2019-03-24

  • Update dependencies (#136)

1.0.0

2018-09-16

  • Major update for TypeScript 2/3, Rollup 1 compatibility, lots of fixes (#124)
  • Require TypeScript as peer dependency (#121)
  • Also test on Node 10 (#119)
  • Fix example in readme (#98)

0.8.1

  • Ignore typescript-helpers in source maps (#61)

0.8.0

  • Fix the rollup breaking change with paths (#52)
  • Don't fail without source maps (#57)

0.7.7

  • Add missing __assign helper (#49)

0.7.6

  • Ignore the declaration option (#45)
  • Disable strictNullChecks with a warning for TypeScript versions that don't support it (#46)

0.7.5

  • Ensure NPM doesn't ignore typescript-helpers

0.7.4

  • Resolve typescript-helpers to a file in the filesystem.

0.7.3

  • Update Tippex to ^2.1.1

0.7.2

  • Don't error if both sourceMap and inlineSourceMap are specified

0.7.1

  • No plugin specific options should be forwarded to TypeScript

0.7.0

  • Use compilerOptions from tsconfig.json if found (#39)

0.6.1

  • Upgrade Tippex to ^2.1.0
  • Upgrade TypeScript to ^1.8.9

0.6.0

  • Upgrade to TypeScript ^1.8.7
  • Update __awaiter helper to support TypeScript 1.8.x (#32)
  • Update ts.nodeModuleNameResolver to support both 1.7.x and 1.8.x (#31)

0.5.0

  • Do not duplicate TypeScript's helpers (#24)
  • Handle export abstract class (#23)

0.4.1

  • Does not attempt resolve or transform .d.ts files (#22)

0.4.0

  • Work around TypeScript 1.7.5's transpilation issues (#9)
  • Overridable TypeScript version when transpiling (#4)
  • Add jsx support (#11)

0.3.0

  • Author plugin in TypeScript
  • Report diagnostics
  • Resolve identifiers using ts.nodeModuleNameResolver

0.2.1

  • Upgrade to TypeScript ^1.7.5
  • Enable source maps per default

0.2.0

  • Use (prerelease version of) TypeScript 1.7.0 to generate ES5 while preserving ES2015 imports for efficient bundling.

0.1.0

  • Initial release