Releases: motiz88/babel-plugin-transform-hoist-nested-functions
Releases · motiz88/babel-plugin-transform-hoist-nested-functions
v1.2.0
1.2.0 (2017-04-02)
Features
- option to hoist nested methods referencing
this
(methods: true
) (db5f3f51)
v1.1.1
1.1.1 (2016-09-21)
Bug Fixes
- no longer crash when used with transform-es2015-classes (b15759dc)
v1.1.0
<a name"1.1.0">
1.1.0 (2016-09-11)
Features
- Hoist arrow functions with nested (safe) uses of
this
(#2, daf8df50)
v1.0.2
<a name"1.0.2">
1.0.2 (2016-09-10)
Bug Fixes
- package: publish only lib/ to npm (a38554f4)
v1.0.1
<a name"1.0.1">
1.0.1 (2016-09-10)
Bug Fixes
- remove redundant condition in mutation checking loop (bcf0f703)
v1.0.0
<a name"1.0.0">
1.0.0 (2016-09-10)
Features