This repository has been archived by the owner on Jun 18, 2019. It is now read-only.
Releases: Fitbit/webpack-config
Releases · Fitbit/webpack-config
v4.0.0
v3.1.0
v3.0.0
3.0.0 (2015-12-11)
Features
- configEnvironment: adds
DefaultConfigEnvironment
to encapsulate implementation of `ConfigEnvironm (5ecc5014) - configExtendMixin: now
extend
acceptsObject<String,Function[]>
(f21f51b4) - configFactory: adds
DefaultConfigFactory
to encapsulate implementation ofConfigFactory
(13ca91d8) - configFinder: adds
DefaultConfigFinder
to encapsulate implementation ofConfigFinder
(76bac734) - configLoader: adds
DefaultConfigLoader
to encapsulate implementation ofConfigLoader
(f3ab8b81) - configNameResolver: adds
DefaultConfigNameResolver
to encapsulate implementation of `ConfigNameRes (b6c8ec2c) - configPathResolver: adds
DefaultConfigPathResolver
to encapsulate implementation of `СonfigPathRes (543bde26)
Breaking Changes
-
Adds new
API
which is more modular and flexible. Please see https://github.com/mdreizin/webpack-config/blob/master/docs/API.md(27f3f2b3)
v2.3.0
2.3.0 (2015-11-20)
Bug Fixes
- configDefaultsMixin: uses
Function.call()
instead of_.callback()
(ee3b7713) - configMergeMixin: uses
Function.call()
instead of_.callback()
(dda1b12f) - configVisitor: uses
Function.call()
instead of_.callback()
(8c54e7b7)
Features
- configExtendMixin: now
extend
doesmerge
immediately (cca30568)
v2.2.0
v2.1.0
v2.0.0
v1.2.0
v1.1.1
v1.1.0
1.1.0 (2015-10-22)
Bug Fixes
- configExtendMixin: