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

Releases: Fitbit/webpack-config

v6.1.3

20 Sep 10:31
Compare
Choose a tag to compare

6.1.3 (2016-09-20)

Bug Fixes

  • ConfigPatternCache: fixes an issue when #eval(...) interprets JSON.stringify-values as template (2a8d6eab)

v6.1.2

08 Aug 16:28
Compare
Choose a tag to compare

6.1.2 (2016-08-08)

Bug Fixes

  • ConfigNameResolver: fixes an issues with unknown environment variables (2fc6a1ed)

v6.1.1

08 Aug 11:56
Compare
Choose a tag to compare

6.1.1 (2016-08-08)

Bug Fixes

  • ConfigMergeCommand: adds more merge scenarios (#33) (db5642d2)

v6.1.0

08 Aug 08:05
Compare
Choose a tag to compare

6.1.0 (2016-08-08)

Features

  • ConfigOptionsResolver: adds ConfigOptionsResolver to resolve options (cd1ded58)

v6.0.0

04 Aug 13:16
Compare
Choose a tag to compare

6.0.0 (2016-08-04)

Features

  • constitute: Uses DI container (348c33f6)

Breaking Changes

v5.2.1

08 Jul 12:37
Compare
Choose a tag to compare

5.2.1 (2016-07-08)

Bug Fixes

  • ConfigPathResolver: Fixes case when require.resolve returns Error (5e59bf33)

v5.2.0

30 Jun 11:53
Compare
Choose a tag to compare

5.2.0 (2016-06-30)

Features

  • ConfigPathResolver: adds support of webpack-config-<name> naming convention (6adc77b9)

v5.1.0

10 Jun 09:45
Compare
Choose a tag to compare

5.1.0 (2016-06-10)

Features

  • Config:
    • now supports JSON.stringify (f09b68a0)
    • adds some new methods: set, get, remove, has (d61b2ebe)
  • ConfigBuilder: adds convinient way to work with Config or ConfigList (3831dc37)
  • ConfigPatternCache: exposes ConfigPatternCache (275847f3)

v5.0.1

27 May 12:44
Compare
Choose a tag to compare

5.0.1 (2016-05-27)

Bug Fixes

  • npm: adds missing dist folder (3090bc99)

v5.0.0

27 May 11:43
Compare
Choose a tag to compare

5.0.0 (2016-05-27)

Breaking Changes

  • Now API has some breaking changes for some usage scenarios. Please take your time before migrate to new version and read changelog and also new API reference.