You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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