Babel Plugin Add Module Exports Versions Save

【v0.2 no longer maintained】 Fix babel/babel#2212 - Follow the babel@5 behavior for babel@6

v1.0.0

5 years ago

Documentation

  • remove [@next](https://github.com/next) tag (7fd260d)

BREAKING CHANGES

  • change v2 tag @latest to @legacy

v0.3.3

5 years ago

Bug Fixes

v0.3.2

5 years ago

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.1

5 years ago

Bug Fixes

v0.3.0

5 years ago

Bug Fixes

0.3.0-pre.2

5 years ago

v0.3.0-pre.1

5 years ago

Bug Fixes

  • #54: modify guard clause(only access real properties) (720b1d0), closes #54

v0.3.0-pre

5 years ago

Bug Fixes

  • undefined exports issues (c4aa1b0)

Features

  • add TODO test cases (d2e070e)
  • use preset-env instead preset-2015 (3487ac1)

Performance Improvements

  • drop node-v4, v5 support (1cc1dda)

BREAKING CHANGES

  • If __esModule exists and export default only exists, add module.exports.
  • see nodejs/Release

Old changelog

v0.1.3

5 years ago

v0.2.2-pre

5 years ago

Performance Improvements

  • use template argument property instead of babel-template (a07c274)
  • use babel/scripts/add-module-exports as reference implementation(#34) (77cc52a)