Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Latest commit

 

History

History
135 lines (64 loc) · 6.02 KB

CHANGELOG.md

File metadata and controls

135 lines (64 loc) · 6.02 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.0.0-rc.0 (2017-07-07)

Code Refactoring

  • Update deprecated chunk.modules functions (#553) (be7936d)

BREAKING CHANGES

  • Updates to Chunk.mapModules | forEachModule | getNumberOfModules. This release is not backwards compatible with Webpack 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

  • add missing options.ignoreOrder details in Error message (#539) (dd43832)

Code Refactoring

BREAKING CHANGES

  • Updates to Chunk.mapModules. This release is not backwards compatible with Webpack 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

  • The plugin filename accepts a function now. c9a19ad, closes #423

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

  • options: pass proper loader options to children (#266) (6abf42d)

2.0.0-rc.0 (2017-01-26)

Bug Fixes

  • readme: Incorrect loader configuration (e477cc7)

Features

  • extract: return an array of loader objects (#343) (74b86e0)

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.