Skip to content
This repository has been archived by the owner on Sep 3, 2020. It is now read-only.

[Doppins] Upgrade dependency babel-plugin-add-module-exports to ^1.0.0 #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

doppins-bot
Copy link
Contributor

Hi!

A new version was just released of babel-plugin-add-module-exports, so Doppins
has upgraded your project's dependency ranges.

Make sure that it doesn't break anything, and happy merging! :shipit:


Upgraded babel-plugin-add-module-exports from ^0.2.1 to ^1.0.0

Changelog:

Version 1.0.0

Documentation

  • remove ``@next](https://github.com/next) tag ([7fd260d (`https://github.com/59naga/babel-plugin-add-module-exports/commit/7fd260d`))

BREAKING CHANGES

  • change v2 tag @latest to @legacy

Version 0.3.3

Bug Fixes

  • closes #60](https://github.com/59naga/babel-plugin-add-module-exports/issues/60), #63 ([db82c3f (https://github.com/59naga/babel-plugin-add-module-exports/commit/db82c3f))

Version 0.3.2

Bug Fixes

  • change behavior to not handle exports.__esModule as named exports (c79f39d](https://github.com/59naga/babel-plugin-add-module-exports/commit/c79f39d)), closes [#61 (https://github.com/59naga/babel-plugin-add-module-exports/issues/61)
  • handle as named export, Object.defineProperty of exports other than __esModule (a1b82d1](https://github.com/59naga/babel-plugin-add-module-exports/commit/a1b82d1)), closes [#59 (https://github.com/59naga/babel-plugin-add-module-exports/issues/59)

Version 0.3.1

Bug Fixes

  • closes #58](https://github.com/59naga/babel-plugin-add-module-exports/issues/58) ([2f4709c (https://github.com/59naga/babel-plugin-add-module-exports/commit/2f4709c))

Version 0.3.0

Bug Fixes

  • module.exports not add more than once (4d29040 (https://github.com/59naga/babel-plugin-add-module-exports/commit/4d29040))
  • closes #57](https://github.com/59naga/babel-plugin-add-module-exports/issues/57) ([e6cd0f5 (https://github.com/59naga/babel-plugin-add-module-exports/commit/e6cd0f5))

Version 0.3.0

Version 0.3.0

Bug Fixes

  • #54: modify guard clause(only access real properties) (720b1d0](https://github.com/59naga/babel-plugin-add-module-exports/commit/720b1d0)), closes [#54 (https://github.com/59naga/babel-plugin-add-module-exports/issues/54)

Version 0.3.0

Bug Fixes

  • undefined exports issues (c4aa1b0 (https://github.com/59naga/babel-plugin-add-module-exports/commit/c4aa1b0))

Features

  • add TODO test cases (d2e070e (https://github.com/59naga/babel-plugin-add-module-exports/commit/d2e070e))
  • use preset-env instead preset-2015 (3487ac1 (https://github.com/59naga/babel-plugin-add-module-exports/commit/3487ac1))

Performance Improvements

  • drop node-v4, v5 support (1cc1dda (https://github.com/59naga/babel-plugin-add-module-exports/commit/1cc1dda))

BREAKING CHANGES

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

Old changelog

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant