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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi!
A new version was just released of
babel-plugin-add-module-exports
, so Doppinshas upgraded your project's dependency ranges.
Make sure that it doesn't break anything, and happy merging!
Upgraded babel-plugin-add-module-exports from
^0.2.1
to^1.0.0
Changelog:
Version 1.0.0
Documentation
](https://github.com/next)
tag ([7fd260d (`https://github.com/59naga/babel-plugin-add-module-exports/commit/7fd260d`))BREAKING CHANGES
@latest
to@legacy
Version 0.3.3
Bug Fixes
#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
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
)Object.defineProperty
ofexports
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
#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
))#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
https://github.com/59naga/babel-plugin-add-module-exports/commit/d2e070e
))https://github.com/59naga/babel-plugin-add-module-exports/commit/3487ac1
))Performance Improvements
https://github.com/59naga/babel-plugin-add-module-exports/commit/1cc1dda
))BREAKING CHANGES
__esModule
exists andexport default
only exists, addmodule.exports
.Old changelog