Releases: Tinkoff/shared-library-webpack-plugin
Releases · Tinkoff/shared-library-webpack-plugin
v1.1.0
v1.0.2
v1.0.1
v1.0.0
1.0.0 (2020-10-16)
Bug Fixes
- absorption of one chunk by another (66d0b84)
- add missing deps (be29230)
- change hashed ids (02ed2c1)
- fully shared library, close #6 (a2fdfba)
- hashed module ids for all envs (637a781)
- missing package.json, close #2 (fa2a465)
Features
- added partial tree shaking, close #9 (cb2712d)
- change default namespace (c9cdd4b)
- created plugin (68de58c)
- used uuid to generate jsonpFunction name (b29cbc6)
BREAKING CHANGES
- Changing the default name is necessary due to the forced setting of hashing of module ids. This change will not break bundles, but chunks generated with an older plugin will not be shared
- Changing the default name is necessary due to the forced setting of hashing of module ids. This change will not break bundles, but chunks generated with an older plugin will not be shared
v1.0.0-beta.8
1.0.0-beta.8 (2020-10-02)
Bug Fixes
- change hashed ids (02ed2c1)
BREAKING CHANGES
- Changing the default name is necessary due to the forced setting of hashing of module ids. This change will not break bundles, but chunks generated with an older plugin will not be shared
v1.0.0-beta.7
1.0.0-beta.7 (2020-09-22)
Bug Fixes
- hashed module ids for all envs (637a781)
Features
- change default namespace (c9cdd4b)
BREAKING CHANGES
- Changing the default name is necessary due to the forced setting of hashing of module ids. This change will not break bundles, but chunks generated with an older plugin will not be shared