Skip to content
This repository has been archived by the owner on Jun 22, 2020. It is now read-only.

Releases: ef-carbon/tspm

v2.2.5

28 Aug 14:34
Compare
Choose a tag to compare

2.2.5 (2018-08-28)

Bug Fixes

  • add filtering for typescript definition files (75d57af)
  • always filter out definition files (dd0f4f1)

v2.2.4

01 Aug 16:10
Compare
Choose a tag to compare

2.2.4 (2018-08-01)

Bug Fixes

  • package: accept TS ^3 as a peer (d5ef08c)

v2.2.3

16 Jul 14:31
Compare
Choose a tag to compare

2.2.3 (2018-07-16)

Bug Fixes

  • remove extendable-error dependency (6e9c0a1)

v2.2.2

13 Jun 08:24
Compare
Choose a tag to compare

2.2.2 (2018-06-13)

Bug Fixes

  • package: update winston to version 3.0.0 (622a3a8)

v2.2.1

18 Mar 15:34
Compare
Choose a tag to compare

2.2.1 (2018-03-18)

Bug Fixes

  • walk ES AST to map all requires (95979c7)

v2.2.0

18 Mar 12:16
Compare
Choose a tag to compare

2.2.0 (2018-03-18)

Features

  • add support for rewriting require calls (d1ea076)

v2.1.0

13 Feb 17:24
Compare
Choose a tag to compare

2.1.0 (2018-02-13)

Features

  • es: add JSX parsing support (1410802)

v2.0.2

07 Feb 16:43
Compare
Choose a tag to compare

2.0.2 (2018-02-07)

Bug Fixes

  • tspm: warn on unsupported compiler output (37622d3)

v2.0.1

07 Feb 15:12
Compare
Choose a tag to compare

2.0.1 (2018-02-07)

Bug Fixes

  • declaration: improve TypeError message (a7f96fc)
  • ts: filter exports without a moduleSpecifier (5de60e8)

v2.0.0

07 Feb 14:29
Compare
Choose a tag to compare

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