You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9.8 KiB
9.8 KiB
Change Log
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
4.0.0-beta.0 (2018-02-28)
Bug Fixes
4.0.0-alpha.0 (2018-02-14)
Chores
- package: update
engines
&&peerDependencies
(05b41f3)
Code Refactoring
BREAKING CHANGES
- ExtractTextPlugin: requires
webpack >= v4.0.0
- package: requires
node >= v6.0.0
(engines
)
3.0.2 (2017-10-25)
Bug Fixes
3.0.1 (2017-10-03)
Bug Fixes
- index: stricter check for
shouldExtract !== wasExtracted
(#605) (510704f) - get real path from
__filename
instead of__dirname
(NS
) (8de6558)
3.0.0 (2017-07-10)
Bug Fixes
Code Refactoring
BREAKING CHANGES
- Enforces
engines
of"node": ">=4.3.0 < 5.0.0 || >= 5.10
- refactor: DeprecationWarning: Chunk.modules 543
- Updates to
Chunk.mapModules
. This release is not backwards compatible withWebpack 2.x
due to breaking changes in webpack/webpack#4764
- fix: css generation order issue see: webpack/webpack#5225
- Enforces
peerDependencies
of"webpack": "^3.1.0"
.
3.0.0-rc.2 (2017-07-10)
Bug Fixes
3.0.0-rc.1 (2017-07-07)
Bug Fixes
- Module sorting (27e3a28)
3.0.0-rc.0 (2017-07-07)
Code Refactoring
BREAKING CHANGES
- Updates to
Chunk.mapModules | forEachModule | getNumberOfModules
. This release is not backwards compatible withWebpack 2.x
due to breaking changes in webpack/webpack#4764
3.0.0-beta.3 (2017-06-24)
Bug Fixes
- Distribute schema with package (5d0c28f)
3.0.0-beta.2 (2017-06-24)
- Skipped due to deployment issues with schema
3.0.0-beta.1 (2017-06-24)
- Skipped due to deployment issues with schema
3.0.0-beta.0 (2017-06-23)
Bug Fixes
Code Refactoring
BREAKING CHANGES
- Updates to
Chunk.mapModules
. This release is not backwards compatible withWebpack 2.x
due to breaking changes in webpack/webpack#4764 - Enforces
peerDependencies
of"webpack": ">= 3.0.0-rc.0 || ^3.0.0"
. - Enforces
engines
of"node": ">=4.3.0 < 5.0.0 || >= 5.10
2.1.2 (2017-06-08)
2.1.1 (2017-06-08)
Bug Fixes
- add a not null check for the content property before throwing error (#404) (58dd5d3)
- loader: rm unnecessary
this.cacheable
(caching) (#530) (c3cb091) - don't extract from common async chunks (#508) (e595417)
- validation schema (
schema-utils
) (#527) (dfeb347)
2.1.0 (2017-03-05)
Features
2.0.0 (2017-02-24)
2.0.0-rc.2 (2017-01-28)
Bug Fixes
- schema: allow
extract
to accept omit/remove flags (8ce93d5), closes #371 - schema: connect loader schema with the code properly (03bb4aa)
- schema: emit proper error messages (70cbd4b)
Features
- errors: show nicer errors if there are extra fields (76a171d)
2.0.0-rc.1 (2017-01-28)
Bug Fixes
2.0.0-rc.0 (2017-01-26)
Bug Fixes
- readme: Incorrect loader configuration (e477cc7)
Features
Change Log
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.