Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / consolidation / config / CHANGELOG.md
1 # Changelog
2
3 ### 1.0.6 10/17/2017
4
5 * Add a 'Config::combine()' method for importing without overwriting.
6 * Factor out ArrayUtil as a reusable utility class.
7
8 ### 1.0.4 10/16/2017
9
10 * BUGFIX: Go back to injecting boolean options only if their value is 'true'.
11
12 ### 1.0.3 10/04/2017
13
14 * Add an EnvConfig utility class.
15 * BUGFIX: Fix bug in envKey calculation: it was missing its prefix.
16 * BUGFIX: Export must always return something.
17 * BUGFIX: Pass reference array through to Expander class.
18
19 ### 1.0.2 09/16/2017
20
21 * BUGFIX: Allow global boolean options to have either `true` or `false` initial values.
22
23 ### 1.0.1 07/28/2017
24
25 * Inject default values into InputOption objects when 'help' command executed.
26
27 ### 1.0.0 06/28/2017
28
29 * Initial release
30