Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Release v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eliperelman committed Aug 3, 2017
1 parent c2f0aaa commit e84b002
Show file tree
Hide file tree
Showing 2 changed files with 133 additions and 1 deletion.
132 changes: 132 additions & 0 deletions CHANGELOG.md
@@ -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
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "webpack-chain",
"version": "3.3.0",
"version": "4.0.0",
"main": "src/Config.js",
"repository": "mozilla-neutrino/webpack-chain",
"keywords": [
Expand Down

0 comments on commit e84b002

Please sign in to comment.