Releases: 59naga/babel-plugin-add-module-exports
Releases · 59naga/babel-plugin-add-module-exports
v1.0.0
Documentation
- remove
[@next](https://github.com/next)
tag (7fd260d)
BREAKING CHANGES
- change v2 tag
@latest
to @legacy
v0.3.2
Bug Fixes
- change behavior to not handle
exports.__esModule
as named exports (c79f39d), closes #61
- handle as named export,
Object.defineProperty
of exports
other than __esModule
(a1b82d1), closes #59
v0.3.0-pre.1
Bug Fixes
- #54: modify guard clause(only access real properties) (720b1d0), closes #54
v0.3.0-pre
Bug Fixes
Features
- add TODO test cases (d2e070e)
- use preset-env instead preset-2015 (3487ac1)
Performance Improvements
BREAKING CHANGES
- If
__esModule
exists and export default
only exists, add module.exports
.
- see nodejs/Release
Old changelog
v0.2.2-pre
Performance Improvements
- use
template
argument property instead of babel-template
(a07c274)
- use babel/scripts/add-module-exports as reference implementation(#34) (77cc52a)