This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 234
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c2f0aaa
commit e84b002
Showing
2 changed files
with
133 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,132 @@ | ||
2017-08-02 | ||
========== | ||
|
||
* Merge pull request [#32](https://github.com/mozilla-neutrino/webpack-chain/issues/32) from eliperelman/noparse-shorthand | ||
Switch noParse to getter/setter to allow webpack v3 function argument | ||
* Switch noParse to getter/setter to allow webpack v3 function argument | ||
* Merge pull request [#31](https://github.com/mozilla-neutrino/webpack-chain/issues/31) from psachs21/patch-1 | ||
Serialize performance into config output | ||
|
||
2017-07-20 | ||
========== | ||
|
||
* Serialize performance into config output | ||
Need to output performance to config object. | ||
|
||
2017-05-17 | ||
========== | ||
|
||
* Releasing v3.3.0 | ||
* Merge pull request [#27](https://github.com/mozilla-neutrino/webpack-chain/issues/27) from psachs21/noParse | ||
Adding noParse on module | ||
* Adding noParse on module | ||
|
||
2017-04-11 | ||
========== | ||
|
||
* Merge pull request [#23](https://github.com/mozilla-neutrino/webpack-chain/issues/23) from eliperelman/devserver-additions | ||
Adding updated shorthand methods for devServer | ||
* Adding updated shorthand methods for devServer | ||
|
||
2017-03-28 | ||
========== | ||
|
||
* v3.1.0 | ||
* Merge pull request [#22](https://github.com/mozilla-neutrino/webpack-chain/issues/22) from eliperelman/when | ||
Allow conditional configuration via when | ||
* Allow conditional configuration via when | ||
|
||
2017-03-08 | ||
========== | ||
|
||
* Update README with links to previous docs versions | ||
|
||
2017-03-07 | ||
========== | ||
|
||
* Merge pull request [#16](https://github.com/mozilla-neutrino/webpack-chain/issues/16) from eliperelman/v3 | ||
Make rule.include, rule.exclude, loaders and plugins more extensible | ||
* Make rule.include, rule.exclude, loaders and plugins more extensible | ||
* v2.0.1 | ||
* Merge pull request [#17](https://github.com/mozilla-neutrino/webpack-chain/issues/17) from aretecode/patch-1 | ||
undefined plugin | ||
* undefined plugin | ||
- unsure if this is the functionality intended, or if you mean to do different merging, but plugin variable is undefined. | ||
|
||
2017-03-05 | ||
========== | ||
|
||
* MPL license, moving to mozilla-neutrino | ||
* Merge pull request [#14](https://github.com/mozilla-neutrino/webpack-chain/issues/14) from eliperelman/testing | ||
Adding testing, which informed v2 API, updated docs to reflect | ||
* Adding testing, which informed v2 API, updated docs to reflect | ||
|
||
2017-03-03 | ||
========== | ||
|
||
* Merge pull request [#13](https://github.com/mozilla-neutrino/webpack-chain/issues/13) from eliperelman/plugin-api | ||
Make Plugin API consistent with Loader API | ||
* Make Plugin API consistent with Loader API | ||
* Removing empty entities from cluttering configuration object | ||
* Docs: getConfig -> toConfig | ||
|
||
2017-03-02 | ||
========== | ||
|
||
* Adding ChainedMap and ChainedSet documentation | ||
|
||
2017-03-01 | ||
========== | ||
|
||
* Bumping to v1.4.2 | ||
* Merge pull request [#7](https://github.com/mozilla-neutrino/webpack-chain/issues/7) from tauren/patch-1 | ||
Fix bug where `exclude` doesn't return `this` | ||
* Fix bug where `exclude` doesn't return `this` | ||
|
||
2017-02-25 | ||
========== | ||
|
||
* v1.4.1 | ||
* Merge pull request [#3](https://github.com/mozilla-neutrino/webpack-chain/issues/3) from eliperelman/merge-rule-loaders | ||
Allowing config merge to append to existing rule loaders | ||
* Allowing config merge to append to existing rule loaders | ||
|
||
2017-02-20 | ||
========== | ||
|
||
* Merge pull request [#1](https://github.com/mozilla-neutrino/webpack-chain/issues/1) from BrainCrumbz/docs/devtool-typo | ||
docs(readme): fix typo in devtool option | ||
* docs(readme): fix typo in devtool option | ||
|
||
2017-02-14 | ||
========== | ||
|
||
* Adds rule test merge via string to regex, fixes externals not chainable | ||
|
||
2017-02-13 | ||
========== | ||
|
||
* Adding functionality for merging and object into a Config instance | ||
|
||
2017-02-12 | ||
========== | ||
|
||
* Adds hot flag for Config.DevServer | ||
* Adding ChainedSet#prepend functionality | ||
|
||
2017-02-09 | ||
========== | ||
|
||
* Fixes exception with empty rule entries with loader only | ||
|
||
2017-02-08 | ||
========== | ||
|
||
* Fixes plugin methods not chaining | ||
* Avoid exceptions in empty config | ||
|
||
2017-02-05 | ||
========== | ||
|
||
* Shared configuration documentation | ||
* initial commit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters