2019-03-24
- Update dependencies (#136)
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)
- Ignore typescript-helpers in source maps (#61)
- Add missing
__assign
helper (#49)
- Ignore the
declaration
option (#45) - Disable
strictNullChecks
with a warning for TypeScript versions that don't support it (#46)
- Ensure NPM doesn't ignore typescript-helpers
- Resolve typescript-helpers to a file in the filesystem.
- Update Tippex to ^2.1.1
- Don't error if both
sourceMap
andinlineSourceMap
are specified
- No plugin specific options should be forwarded to TypeScript
- Use
compilerOptions
fromtsconfig.json
if found (#39)
- Upgrade Tippex to ^2.1.0
- Upgrade TypeScript to ^1.8.9
- 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)
- Does not attempt resolve or transform
.d.ts
files (#22)
- Work around TypeScript 1.7.5's transpilation issues (#9)
- Overridable TypeScript version when transpiling (#4)
- Add
jsx
support (#11)
- Author plugin in TypeScript
- Report diagnostics
- Resolve identifiers using
ts.nodeModuleNameResolver
- Upgrade to TypeScript ^1.7.5
- Enable source maps per default
- Use (prerelease version of) TypeScript 1.7.0 to generate ES5 while preserving ES2015 imports for efficient bundling.
- Initial release