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

Tags: ef-carbon/tspm

Tags

v2.2.5

Toggle v2.2.5's commit message
chore(release): 2.2.5 [skip ci]

## [2.2.5](v2.2.4...v2.2.5) (2018-08-28)

### Bug Fixes

* add filtering for typescript definition files ([75d57af](75d57af))
* always filter out definition files ([dd0f4f1](dd0f4f1))

v2.2.4

Toggle v2.2.4's commit message
chore(release): 2.2.4 [skip ci]

## [2.2.4](v2.2.3...v2.2.4) (2018-08-01)

### Bug Fixes

* **package:** accept TS ^3 as a peer ([d5ef08c](d5ef08c))

v2.2.3

Toggle v2.2.3's commit message
chore(release): 2.2.3 [skip ci]

## [2.2.3](v2.2.2...v2.2.3) (2018-07-16)

### Bug Fixes

* remove `extendable-error` dependency ([6e9c0a1](6e9c0a1))

v2.2.2

Toggle v2.2.2's commit message
chore(release): 2.2.2 [skip ci]

## [2.2.2](v2.2.1...v2.2.2) (2018-06-13)

### Bug Fixes

* **package:** update winston to version 3.0.0 ([622a3a8](622a3a8))

v2.2.1

Toggle v2.2.1's commit message
chore(release): 2.2.1 [skip ci]

<a name="2.2.1"></a>
## [2.2.1](v2.2.0...v2.2.1) (2018-03-18)

### Bug Fixes

* walk ES AST to map all requires ([95979c7](95979c7))

v2.2.0

Toggle v2.2.0's commit message
chore(release): 2.2.0 [skip ci]

<a name="2.2.0"></a>
# [2.2.0](v2.1.0...v2.2.0) (2018-03-18)

### Features

* add support for rewriting `require` calls ([d1ea076](d1ea076))

v2.1.0

Toggle v2.1.0's commit message
chore(release): 2.1.0 [skip ci]

<a name="2.1.0"></a>
# [2.1.0](v2.0.2...v2.1.0) (2018-02-13)

### Features

* **es:** add JSX parsing support ([1410802](1410802))

v2.0.2

Toggle v2.0.2's commit message
chore(release): 2.0.2 [skip ci]

<a name="2.0.2"></a>
## [2.0.2](v2.0.1...v2.0.2) (2018-02-07)

### Bug Fixes

* **tspm:** warn on unsupported compiler output ([37622d3](37622d3))

v2.0.1

Toggle v2.0.1's commit message
chore(release): 2.0.1 [skip ci]

<a name="2.0.1"></a>
## [2.0.1](v2.0.0...v2.0.1) (2018-02-07)

### Bug Fixes

* **declaration:** improve TypeError message ([a7f96fc](a7f96fc))
* **ts:** filter exports without a `moduleSpecifier` ([5de60e8](5de60e8))

v2.0.0

Toggle v2.0.0's commit message
chore(release): 2.0.0 [skip ci]

<a name="2.0.0"></a>
# [2.0.0](v1.2.0...v2.0.0) (2018-02-07)

### Code Refactoring

* make mapping classes generic ([3e3df9d](3e3df9d)), closes [#2](#2)

### Features

* implement TypeScript declaration mapping ([3392752](3392752)), closes [#2](#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