|
1 | 1 | # hiqdev/composer-config-plugin
|
2 | 2 |
|
| 3 | +## [0.4.0] - 2020-03-05 |
| 4 | + |
| 5 | +- Fixed config assembling on Windows |
| 6 | + - [217fcbe] 2020-02-21 Fix building config with custom dir under Windows [@samdark] |
| 7 | + - [341d3ad] 2020-02-06 Fix config assembly on Windows [@samdark] |
| 8 | +- Added configuring of output dir |
| 9 | + - [892eb6b] 2020-02-03 Fixed `findOutputDir` to work properly when output dir is not default [@hiqsol] |
| 10 | + - [2a84e31] 2020-01-21 Removed unused `OutputDir` class [@hiqsol] |
| 11 | + - [4d68359] 2020-02-20 Fixed problem with env vars leaking between alternatives [@hiqsol] |
| 12 | + - [0d92a2d] 2019-07-30 Added `config-plugin-output-dir` option description [@hiqsol] |
| 13 | + - [7e7b36e] 2019-07-30 Fixed writing to changed output dir [@hiqsol] |
| 14 | + - [8a6a588] 2019-07-25 Fixed taking proper dirname depth [@hiqsol] |
| 15 | + - [f1b4ff1] 2019-07-25 Added `OutputDir` NOT finished [@hiqsol] |
| 16 | +- Added building alternative configs |
| 17 | + - [e06125e] 2019-07-26 Fixed getting alternatives [@hiqsol] |
| 18 | + - [6a4eb47] 2019-07-25 Fixed bugs in getting alternatives, allowed alternatives file [@hiqsol] |
| 19 | + - [7317438] 2019-07-25 Added building `alternatives` [@hiqsol] |
| 20 | + - [b1c9639] 2019-07-25 Added more get extra values methods to `Package` class [@hiqsol] |
| 21 | + - [42f3c4e] 2019-07-25 Added `Config::clone()` [@hiqsol] |
| 22 | + - [910c127] 2019-07-25 Changed `EnvReader` to return all ENV values (was only new) [@hiqsol] |
| 23 | + - [1d6dd28] 2019-07-25 Fixed `ReaderFactory` to distinguish builders [@hiqsol] |
| 24 | +- Added support for `vlucas/phpdotenv` v4 |
| 25 | + - [1db8b15] 2020-02-13 Added support for `vlucas/phpdotenv` v4 [seliga.honza@gmail.com] |
| 26 | +- Better work with env vars |
| 27 | + - [d038a30] 2019-12-18 Allowed `-` in params for pushing env vars [@hiqsol] |
| 28 | + - [7fa31d1] 2019-10-24 Allowed to push env vars into config arrays [@hiqsol] |
| 29 | +- Used `riimu/kit-phpencoder` for variable exporting |
| 30 | + - [594aaab] 2019-07-02 Used `riimu/kit-phpencoder` for variable exporting [@hiqsol] |
| 31 | +- Bug fixes |
| 32 | + - [c18a233] 2020-03-05 Added test for `RemoveArrayKeys` [@hiqsol] |
| 33 | + - [c84e82e] 2020-03-05 Refactored out `utils` dir [@hiqsol] |
| 34 | + - [7d445fa] 2020-03-04 Added `RemoveArrayKeys` fix utility [@hiqsol] |
| 35 | + - [4a6b89c] 2020-02-29 Disabled readme generation by hidev [@hiqsol] |
| 36 | + - [fc0df4c] 2020-02-03 Disabled warning if `composer.json` not readable [@hiqsol] |
| 37 | + - [0ebcdea] 2020-01-17 Prevented infinite recursion in `getAllFiles()` #48 [@hiqsol] |
| 38 | + - [3fd5c38] 2020-01-11 Enabled wildcard config paths [@hiqsol] |
| 39 | + - [d238de7] 2019-08-13 Config::putFile() should throw an exception when dir can not be created [@SilverFire] |
| 40 | + - [e2e8c7b] 2019-08-25 Fixing files doubling #42 [@hiqsol] |
| 41 | + - [3babef6] 2019-08-25 Extended error message for better debugging [@hiqsol] |
| 42 | + - [266138a] 2019-08-20 Update README.md [@SilverFire] |
| 43 | + - [3e18cbe] 2019-08-01 Greatly simplified export of closures [@hiqsol] |
| 44 | + - [fb5a5d8] 2019-07-31 Fix #39: use opis/closure for dumping closure code [@samdark] |
| 45 | + - [b5fe4d5] 2019-07-31 Added `$params` initialization in configs [@hiqsol] |
| 46 | + - [ef8a42c] 2019-07-31 Redone travis config and require-dev phpunit [@hiqsol] |
| 47 | + - [a0401ea] 2019-07-31 Returned back memoization in ReaderFactory [@hiqsol] |
| 48 | + - [3d9bb59] 2019-07-31 Add issue and pull request templates [@samdark] |
| 49 | + - [77a8eac] 2019-07-04 Raised PHP version requirement to 7.1 #32 [@hiqsol] |
| 50 | + - [b36d5ad] 2019-07-04 add 7.0 [soul11201@gmail.com] |
| 51 | + - [820a9e6] 2019-05-12 Update Plugin.php [jomon.entero@gmail.com] |
| 52 | + - [4f8d841] 2019-04-23 Check both old & new Yii Array helpers classes [machour@gmail.com] |
| 53 | + |
3 | 54 | ## [0.3.0] - 2019-04-11
|
4 | 55 |
|
5 | 56 | - Fixed config reading and merging
|
|
295 | 346 | [ab86c3c]: https://github.com/hiqdev/composer-config-plugin/commit/ab86c3c
|
296 | 347 | [e447659]: https://github.com/hiqdev/composer-config-plugin/commit/e447659
|
297 | 348 | [e1565a6]: https://github.com/hiqdev/composer-config-plugin/commit/e1565a6
|
298 |
| -[Under development]: https://github.com/hiqdev/composer-config-plugin/compare/0.2.5...HEAD |
| 349 | +[Under development]: https://github.com/hiqdev/composer-config-plugin/compare/0.3.0...HEAD |
299 | 350 | [0.0.9]: https://github.com/hiqdev/composer-config-plugin/compare/0.0.8...0.0.9
|
300 | 351 | [0.0.8]: https://github.com/hiqdev/composer-config-plugin/compare/0.0.7...0.0.8
|
301 | 352 | [0.0.7]: https://github.com/hiqdev/composer-config-plugin/compare/0.0.6...0.0.7
|
|
423 | 474 | [5cbfdac]: https://github.com/hiqdev/composer-config-plugin/commit/5cbfdac
|
424 | 475 | [99c5696]: https://github.com/hiqdev/composer-config-plugin/commit/99c5696
|
425 | 476 | [0.3.0]: https://github.com/hiqdev/composer-config-plugin/compare/0.2.5...0.3.0
|
| 477 | +[c18a233]: https://github.com/hiqdev/composer-config-plugin/commit/c18a233 |
| 478 | +[c84e82e]: https://github.com/hiqdev/composer-config-plugin/commit/c84e82e |
| 479 | +[7d445fa]: https://github.com/hiqdev/composer-config-plugin/commit/7d445fa |
| 480 | +[4a6b89c]: https://github.com/hiqdev/composer-config-plugin/commit/4a6b89c |
| 481 | +[217fcbe]: https://github.com/hiqdev/composer-config-plugin/commit/217fcbe |
| 482 | +[4d68359]: https://github.com/hiqdev/composer-config-plugin/commit/4d68359 |
| 483 | +[1db8b15]: https://github.com/hiqdev/composer-config-plugin/commit/1db8b15 |
| 484 | +[341d3ad]: https://github.com/hiqdev/composer-config-plugin/commit/341d3ad |
| 485 | +[fc0df4c]: https://github.com/hiqdev/composer-config-plugin/commit/fc0df4c |
| 486 | +[892eb6b]: https://github.com/hiqdev/composer-config-plugin/commit/892eb6b |
| 487 | +[2a84e31]: https://github.com/hiqdev/composer-config-plugin/commit/2a84e31 |
| 488 | +[0ebcdea]: https://github.com/hiqdev/composer-config-plugin/commit/0ebcdea |
| 489 | +[3fd5c38]: https://github.com/hiqdev/composer-config-plugin/commit/3fd5c38 |
| 490 | +[d038a30]: https://github.com/hiqdev/composer-config-plugin/commit/d038a30 |
| 491 | +[7fa31d1]: https://github.com/hiqdev/composer-config-plugin/commit/7fa31d1 |
| 492 | +[d238de7]: https://github.com/hiqdev/composer-config-plugin/commit/d238de7 |
| 493 | +[e2e8c7b]: https://github.com/hiqdev/composer-config-plugin/commit/e2e8c7b |
| 494 | +[3babef6]: https://github.com/hiqdev/composer-config-plugin/commit/3babef6 |
| 495 | +[266138a]: https://github.com/hiqdev/composer-config-plugin/commit/266138a |
| 496 | +[3e18cbe]: https://github.com/hiqdev/composer-config-plugin/commit/3e18cbe |
| 497 | +[fb5a5d8]: https://github.com/hiqdev/composer-config-plugin/commit/fb5a5d8 |
| 498 | +[b5fe4d5]: https://github.com/hiqdev/composer-config-plugin/commit/b5fe4d5 |
| 499 | +[ef8a42c]: https://github.com/hiqdev/composer-config-plugin/commit/ef8a42c |
| 500 | +[a0401ea]: https://github.com/hiqdev/composer-config-plugin/commit/a0401ea |
| 501 | +[3d9bb59]: https://github.com/hiqdev/composer-config-plugin/commit/3d9bb59 |
| 502 | +[0d92a2d]: https://github.com/hiqdev/composer-config-plugin/commit/0d92a2d |
| 503 | +[7e7b36e]: https://github.com/hiqdev/composer-config-plugin/commit/7e7b36e |
| 504 | +[e06125e]: https://github.com/hiqdev/composer-config-plugin/commit/e06125e |
| 505 | +[6a4eb47]: https://github.com/hiqdev/composer-config-plugin/commit/6a4eb47 |
| 506 | +[8a6a588]: https://github.com/hiqdev/composer-config-plugin/commit/8a6a588 |
| 507 | +[f1b4ff1]: https://github.com/hiqdev/composer-config-plugin/commit/f1b4ff1 |
| 508 | +[7317438]: https://github.com/hiqdev/composer-config-plugin/commit/7317438 |
| 509 | +[b1c9639]: https://github.com/hiqdev/composer-config-plugin/commit/b1c9639 |
| 510 | +[42f3c4e]: https://github.com/hiqdev/composer-config-plugin/commit/42f3c4e |
| 511 | +[910c127]: https://github.com/hiqdev/composer-config-plugin/commit/910c127 |
| 512 | +[1d6dd28]: https://github.com/hiqdev/composer-config-plugin/commit/1d6dd28 |
| 513 | +[77a8eac]: https://github.com/hiqdev/composer-config-plugin/commit/77a8eac |
| 514 | +[b36d5ad]: https://github.com/hiqdev/composer-config-plugin/commit/b36d5ad |
| 515 | +[594aaab]: https://github.com/hiqdev/composer-config-plugin/commit/594aaab |
| 516 | +[820a9e6]: https://github.com/hiqdev/composer-config-plugin/commit/820a9e6 |
| 517 | +[4f8d841]: https://github.com/hiqdev/composer-config-plugin/commit/4f8d841 |
| 518 | +[0.4.0]: https://github.com/hiqdev/composer-config-plugin/compare/0.3.0...0.4.0 |
0 commit comments