1fd965e2c790e8f062d07fc1eeb1e578887414f9
[yaffs-website] / vendor / consolidation / config / CHANGELOG.md
1 # Changelog
2
3 ### 1.0.11 2018-05-26
4
5 * BUGFIX: Ensure that duplicate keys added to different contexts in a config overlay only appear once in the final export. (#21)
6
7 ### 1.0.10 2018-05-25
8
9 * Rename g-1-a/composer-test-scenarios to g1a/composer-test-scenarios (#20)
10
11 ### 1.0.9 2017-12-22
12
13 * Make yaml component optional. (#17)
14
15 ### 1.0.8 2017-12-16
16
17 * Use test scenarios to test multiple versions of Symfony. (#14) & (#15)
18 * Fix defaults to work with DotAccessData by thomscode (#13)
19
20 ### 1.0.7 2017-10-24
21
22 * Deprecate Config::import(); recommand Config::replace() instead.
23
24 ### 1.0.6 10/17/2017
25
26 * Add a 'Config::combine()' method for importing without overwriting.
27 * Factor out ArrayUtil as a reusable utility class.
28
29 ### 1.0.4 10/16/2017
30
31 * BUGFIX: Go back to injecting boolean options only if their value is 'true'.
32
33 ### 1.0.3 10/04/2017
34
35 * Add an EnvConfig utility class.
36 * BUGFIX: Fix bug in envKey calculation: it was missing its prefix.
37 * BUGFIX: Export must always return something.
38 * BUGFIX: Pass reference array through to Expander class.
39
40 ### 1.0.2 09/16/2017
41
42 * BUGFIX: Allow global boolean options to have either `true` or `false` initial values.
43
44 ### 1.0.1 07/28/2017
45
46 * Inject default values into InputOption objects when 'help' command executed.
47
48 ### 1.0.0 06/28/2017
49
50 * Initial release
51