2.2.5 (2018-08-28)
- add filtering for typescript definition files (75d57af)
- always filter out definition files (dd0f4f1)
2.2.4 (2018-08-01)
- package: accept TS ^3 as a peer (d5ef08c)
2.2.3 (2018-07-16)
- remove
extendable-error
dependency (6e9c0a1)
2.2.2 (2018-06-13)
- package: update winston to version 3.0.0 (622a3a8)
2.2.1 (2018-03-18)
- walk ES AST to map all requires (95979c7)
2.2.0 (2018-03-18)
- add support for rewriting
require
calls (d1ea076)
2.1.0 (2018-02-13)
- es: add JSX parsing support (1410802)
2.0.2 (2018-02-07)
- tspm: warn on unsupported compiler output (37622d3)
2.0.1 (2018-02-07)
- declaration: improve TypeError message (a7f96fc)
- ts: filter exports without a
moduleSpecifier
(5de60e8)
2.0.0 (2018-02-07)
- The re-mapping classes have been made generic and there are ES derived variants of
each. This is required so that we can nicely re-map TypeScript declaration files using the same
re-mapping framework. The demo library code in the
README
will still work, however, the modules have all moved around hence the breaking change 💥 If you do not do any module loading of the library, then you will require no code changes other than upgrading your dependency
1.2.0 (2018-02-06)
- export: expose
File
andIFileOptions
(0b8357f)
1.1.0 (2018-02-06)
- declaration: correct class name (03c9892)
- file: determine correct source file root (48c0180)
- import: correct class name (e680cc5)
- declaration: export expected
Base
type (1bc186d) - declaration: expose
file
property (f6654f9) - main: write the files (bb5026c)
- implement a TypeScript path mapper (aab64b5)