Releases: Polyconseil/vue-gettext
Releases · Polyconseil/vue-gettext
v2.0.4
Fixed a "bug" in the dist
files introduced in v2.0.3.
The problem was caused by using both named and default exports in index.js
.
However, Rollup (which we use to build the dist
files) has a drawback when using named and
default exports together, see:
- https://github.com/rollup/rollup/blob/fca14d/src/utils/getExportMode.js#L27
- https://github.com/rollup/rollup/wiki/JavaScript-API#exports
If we had kept named and default exports in index.js
, a user would have to
do something like this to access the default export: GetTextPlugin['default']
.
v2.0.3
v2.0.2
v2.0.1
2.0.0
Failed release.
I messed up with the branch 2.x
merge and the dist contained the wrong files.
The npm package has been unpublished.