|
1 | 1 | # hiqdev/composer-config-plugin
|
2 | 2 |
|
3 |
| -## [Under development] |
4 |
| - |
| 3 | +## [0.3.0] - 2019-04-11 |
| 4 | + |
| 5 | +- Fixed config reading and merging |
| 6 | + - [efcb091] 2019-04-11 Changed plugin versions to all dev-master [@hiqsol] |
| 7 | + - [597227a] 2019-03-22 Added support for both 2nd and 3rd versions of `phpdotenv` [@hiqsol] |
| 8 | + - [9f61a78] 2019-01-11 Added processing `UnsetArrayValue` and `ReplaceArrayValue`, allows to fix #20 [@hiqsol] |
| 9 | + - [83bc091] 2019-01-11 Added substitution and files reordering, fixes #19 [@hiqsol] |
| 10 | + - [0c8c821] 2018-12-20 Added `Plugin::addFile()` and used in loadDotEnv to prevent dublicating [@hiqsol] |
| 11 | +- Added dev-only configs |
| 12 | + - [959c971] 2018-12-08 Added `config-plugin-dev` [@hiqsol] |
| 13 | + - [faab5ed] 2018-12-05 Tuned output to fit composer 1.8+ [@hiqsol] |
| 14 | + - [49f65f7] 2018-11-15 Added skiping repeated values [@hiqsol] |
| 15 | + - [bf49430] 2018-10-08 Code style fixes (#16) [@samdark] |
| 16 | + - [e3e4f78] 2018-10-07 There's no need to duplicate docs since they're all in the readme [@samdark] |
| 17 | + - [f4ef5d2] 2018-10-07 More consistency [@samdark] |
| 18 | + - [1d807d0] 2018-10-07 Improved readme [@samdark] |
| 19 | + - [2543887] 2018-10-07 Explicitly declare PHP 7 requirement in composer.json [@samdark] |
| 20 | + - [5cbfdac] 2018-10-07 Fix wrong constructor call arguments [@samdark] |
| 21 | + - [99c5696] 2018-09-08 Added `COMPOSER_CONFIG_PLUGIN_BASEDIR` constant definition to generated configs [@hiqsol] |
5 | 22 | - Changed to use `defines` files as is to keep values
|
6 | 23 | - [34cfa36] 2018-08-24 Fixed writing `defines` with added merging env vars [@hiqsol]
|
7 | 24 | - [3ec43a4] 2018-08-23 Changed `Defines` builder to `require_once` instead of require [@hiqsol]
|
|
44 | 61 | - [05af3cc] 2018-07-08 trying yii 3.0 version [@hiqsol]
|
45 | 62 | - [8304c24] 2018-07-08 removed unused `$rawParams` [@hiqsol]
|
46 | 63 | - [14a42b0] 2018-01-29 Merge pull request #5 from marclaporte/patch-1 [@hiqsol]
|
47 |
| - - [af29b9b] 2018-01-27 Fix a typo [marc@laporte.name] |
| 64 | + - [af29b9b] 2018-01-27 Fix a typo [@marclaporte] |
48 | 65 | - [b1a84e7] 2018-01-27 csfixed [@hiqsol]
|
49 | 66 | - [6796608] 2017-11-30 still fixing to work in Windows [@hiqsol]
|
50 | 67 | - [6621a38] 2017-11-30 Merge pull request #4 from loveorigami/patch-1 [@hiqsol]
|
51 |
| - - [2e358df] 2017-11-30 normalizeDir for windows path [loveorigami@mail.ru] |
| 68 | + - [2e358df] 2017-11-30 normalizeDir for windows path [@loveorigami] |
52 | 69 | - [167ae38] 2017-11-30 quickfixed to `normalizePath` to force unix directory separator for substitutions to work in Windows [@hiqsol]
|
53 | 70 | - [4c7e79d] 2017-11-19 added `normalizePath` to convert Windows backslashes to normal slashes [@hiqsol]
|
54 | 71 | - [fdc740a] 2017-10-17 csfixed [@hiqsol]
|
|
228 | 245 | [sol@hiqdev.com]: https://github.com/hiqsol
|
229 | 246 | [@edgardmessias]: https://github.com/edgardmessias
|
230 | 247 | [edgardmessias@gmail.com]: https://github.com/edgardmessias
|
| 248 | +[@samdark]: https://github.com/samdark |
| 249 | +[sam@rmcreative.ru]: https://github.com/samdark |
| 250 | +[@loveorigami]: https://github.com/loveorigami |
| 251 | +[loveorigami@mail.ru]: https://github.com/loveorigami |
| 252 | +[@marclaporte]: https://github.com/marclaporte |
| 253 | +[marc@laporte.name]: https://github.com/marclaporte |
231 | 254 | [e58cc7a]: https://github.com/hiqdev/composer-config-plugin/commit/e58cc7a
|
232 | 255 | [5b84dc8]: https://github.com/hiqdev/composer-config-plugin/commit/5b84dc8
|
233 | 256 | [827d606]: https://github.com/hiqdev/composer-config-plugin/commit/827d606
|
|
384 | 407 | [05fff11]: https://github.com/hiqdev/composer-config-plugin/commit/05fff11
|
385 | 408 | [35823f1]: https://github.com/hiqdev/composer-config-plugin/commit/35823f1
|
386 | 409 | [32105a5]: https://github.com/hiqdev/composer-config-plugin/commit/32105a5
|
| 410 | +[efcb091]: https://github.com/hiqdev/composer-config-plugin/commit/efcb091 |
| 411 | +[597227a]: https://github.com/hiqdev/composer-config-plugin/commit/597227a |
| 412 | +[9f61a78]: https://github.com/hiqdev/composer-config-plugin/commit/9f61a78 |
| 413 | +[83bc091]: https://github.com/hiqdev/composer-config-plugin/commit/83bc091 |
| 414 | +[0c8c821]: https://github.com/hiqdev/composer-config-plugin/commit/0c8c821 |
| 415 | +[959c971]: https://github.com/hiqdev/composer-config-plugin/commit/959c971 |
| 416 | +[faab5ed]: https://github.com/hiqdev/composer-config-plugin/commit/faab5ed |
| 417 | +[49f65f7]: https://github.com/hiqdev/composer-config-plugin/commit/49f65f7 |
| 418 | +[bf49430]: https://github.com/hiqdev/composer-config-plugin/commit/bf49430 |
| 419 | +[e3e4f78]: https://github.com/hiqdev/composer-config-plugin/commit/e3e4f78 |
| 420 | +[f4ef5d2]: https://github.com/hiqdev/composer-config-plugin/commit/f4ef5d2 |
| 421 | +[1d807d0]: https://github.com/hiqdev/composer-config-plugin/commit/1d807d0 |
| 422 | +[2543887]: https://github.com/hiqdev/composer-config-plugin/commit/2543887 |
| 423 | +[5cbfdac]: https://github.com/hiqdev/composer-config-plugin/commit/5cbfdac |
| 424 | +[99c5696]: https://github.com/hiqdev/composer-config-plugin/commit/99c5696 |
| 425 | +[0.3.0]: https://github.com/hiqdev/composer-config-plugin/compare/0.2.5...0.3.0 |
0 commit comments