Releases: ef-carbon/tspm
Releases · ef-carbon/tspm
v2.2.5
2.2.5 (2018-08-28)
Bug Fixes
- add filtering for typescript definition files (75d57af)
- always filter out definition files (dd0f4f1)
v2.2.4
2.2.4 (2018-08-01)
Bug Fixes
- package: accept TS ^3 as a peer (d5ef08c)
v2.2.3
2.2.3 (2018-07-16)
Bug Fixes
- remove
extendable-error
dependency (6e9c0a1)
v2.2.2
2.2.2 (2018-06-13)
Bug Fixes
- package: update winston to version 3.0.0 (622a3a8)
v2.2.1
2.2.1 (2018-03-18)
Bug Fixes
- walk ES AST to map all requires (95979c7)
v2.2.0
2.2.0 (2018-03-18)
Features
- add support for rewriting
require
calls (d1ea076)
v2.1.0
2.1.0 (2018-02-13)
Features
- es: add JSX parsing support (1410802)
v2.0.2
2.0.2 (2018-02-07)
Bug Fixes
- tspm: warn on unsupported compiler output (37622d3)
v2.0.1
2.0.1 (2018-02-07)
Bug Fixes
- declaration: improve TypeError message (a7f96fc)
- ts: filter exports without a
moduleSpecifier
(5de60e8)
v2.0.0
2.0.0 (2018-02-07)
Code Refactoring
- make mapping classes generic (3e3df9d), closes #2
Features
- implement TypeScript declaration mapping (3392752), closes #2
BREAKING CHANGES
- 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