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

Releases: Fitbit/webpack-config

v4.0.0

22 Feb 09:22
Compare
Choose a tag to compare

4.0.0 (2016-02-22)

Bug Fixes

  • fixes lodash breaking changes (db031539)

Breaking Changes

  • lodash has been introduced a lot of breaking changes

    (db031539)

v3.1.0

24 Dec 10:04
Compare
Choose a tag to compare

3.1.0 (2015-12-24)

Features

  • configEnvironment: adds getAll method (e4cfb8a1)

v3.0.0

11 Dec 09:40
Compare
Choose a tag to compare

3.0.0 (2015-12-11)

Features

  • configEnvironment: adds DefaultConfigEnvironment to encapsulate implementation of `ConfigEnvironm (5ecc5014)
  • configExtendMixin: now extend accepts Object<String,Function[]> (f21f51b4)
  • configFactory: adds DefaultConfigFactory to encapsulate implementation of ConfigFactory (13ca91d8)
  • configFinder: adds DefaultConfigFinder to encapsulate implementation of ConfigFinder (76bac734)
  • configLoader: adds DefaultConfigLoader to encapsulate implementation of ConfigLoader (f3ab8b81)
  • configNameResolver: adds DefaultConfigNameResolver to encapsulate implementation of `ConfigNameRes (b6c8ec2c)
  • configPathResolver: adds DefaultConfigPathResolver to encapsulate implementation of `СonfigPathRes (543bde26)

Breaking Changes

v2.3.0

20 Nov 11:48
Compare
Choose a tag to compare

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 does merge immediately (cca30568)

v2.2.0

20 Nov 10:01
Compare
Choose a tag to compare

2.2.0 (2015-11-20)

Features

  • configDefaultsMixin: adds ability to use function as arguments (b9f87c7d)
  • configMergeMixin: adds ability to use function as arguments (3fccebec)

v2.1.0

20 Nov 06:58
Compare
Choose a tag to compare

2.1.0 (2015-11-20)

Features

  • configVisitor: adds ability to use this context in transform function (74b8a511)

v2.0.0

19 Nov 07:43
Compare
Choose a tag to compare

2.0.0 (2015-11-19)

Breaking Changes

  • Some methods have been renamed. Please use #set() instead #add() and #set() instead #value().

    (92534fa4)

v1.2.0

13 Nov 07:06
Compare
Choose a tag to compare

1.2.0 (2015-11-13)

Features

  • configEnvironment: uses process.env by deafult (64f281bb)

v1.1.1

23 Oct 09:19
Compare
Choose a tag to compare

1.1.1 (2015-10-23)

Bug Fixes

  • travis:
    • moves after-all to external script (c7d041af)
    • moves after-all to external script (ecefee57)

v1.1.0

22 Oct 17:28
Compare
Choose a tag to compare

1.1.0 (2015-10-22)

Bug Fixes

  • configExtendMixin:
    • now extends nested configs correctly (ddb1e1b6)
    • removes toObject() call because config transoform may return plain Object (fabfc4a5)

Features

  • configDefaultsMixin: now accepts rest parameters (23f9aaf5)
  • configMergeMixin: now accepts rest parameters (d72a4d1e)