|
1 | 1 | # hiqdev/composer-config-plugin
|
2 | 2 |
|
| 3 | +## [0.2.4] - 2017-05-18 |
| 4 | + |
| 5 | +- Added proper resolving of config dependencies with `Resolver` class |
| 6 | + - [4889e11] 2017-05-18 removed phpunit 6 compatibility hack [@hiqsol] |
| 7 | + - [b38c0f5] 2017-05-11 csfixed [@hiqsol] |
| 8 | + - [bea8462] 2017-05-11 renamed `hidev.yml` <- .hidev/config.yml [@hiqsol] |
| 9 | + - [a0f372d] 2017-05-11 added proper resolving of config dependencies with `Resolver` class [@hiqsol] |
| 10 | +- Fixed exportVar closures in Windows |
| 11 | + - [b411092] 2017-04-28 Merge pull request #1 from edgardmessias/patch-1 [@SilverFire] |
| 12 | + - [42cf9ad] 2017-04-28 Fixed exportVar closures in Windows Environment [@edgardmessias] |
| 13 | + |
3 | 14 | ## [0.2.3] - 2017-04-18
|
4 | 15 |
|
5 | 16 | - Added vendor dir arg to `Builder::path` to get config path at given vendor dir
|
|
146 | 157 | [bladeroot@gmail.com]: https://github.com/BladeRoot
|
147 | 158 | [@hiqsol]: https://github.com/hiqsol
|
148 | 159 | [sol@hiqdev.com]: https://github.com/hiqsol
|
| 160 | +[@edgardmessias]: https://github.com/edgardmessias |
| 161 | +[edgardmessias@gmail.com]: https://github.com/edgardmessias |
149 | 162 | [e58cc7a]: https://github.com/hiqdev/composer-config-plugin/commit/e58cc7a
|
150 | 163 | [5b84dc8]: https://github.com/hiqdev/composer-config-plugin/commit/5b84dc8
|
151 | 164 | [827d606]: https://github.com/hiqdev/composer-config-plugin/commit/827d606
|
|
190 | 203 | [ab86c3c]: https://github.com/hiqdev/composer-config-plugin/commit/ab86c3c
|
191 | 204 | [e447659]: https://github.com/hiqdev/composer-config-plugin/commit/e447659
|
192 | 205 | [e1565a6]: https://github.com/hiqdev/composer-config-plugin/commit/e1565a6
|
193 |
| -[Under development]: https://github.com/hiqdev/composer-config-plugin/compare/0.2.2...HEAD |
| 206 | +[Under development]: https://github.com/hiqdev/composer-config-plugin/compare/0.2.3...HEAD |
194 | 207 | [0.0.9]: https://github.com/hiqdev/composer-config-plugin/compare/0.0.8...0.0.9
|
195 | 208 | [0.0.8]: https://github.com/hiqdev/composer-config-plugin/compare/0.0.7...0.0.8
|
196 | 209 | [0.0.7]: https://github.com/hiqdev/composer-config-plugin/compare/0.0.6...0.0.7
|
|
234 | 247 | [ed7f586]: https://github.com/hiqdev/composer-config-plugin/commit/ed7f586
|
235 | 248 | [06c9079]: https://github.com/hiqdev/composer-config-plugin/commit/06c9079
|
236 | 249 | [0.2.3]: https://github.com/hiqdev/composer-config-plugin/compare/0.2.2...0.2.3
|
| 250 | +[4889e11]: https://github.com/hiqdev/composer-config-plugin/commit/4889e11 |
| 251 | +[b38c0f5]: https://github.com/hiqdev/composer-config-plugin/commit/b38c0f5 |
| 252 | +[bea8462]: https://github.com/hiqdev/composer-config-plugin/commit/bea8462 |
| 253 | +[a0f372d]: https://github.com/hiqdev/composer-config-plugin/commit/a0f372d |
| 254 | +[b411092]: https://github.com/hiqdev/composer-config-plugin/commit/b411092 |
| 255 | +[42cf9ad]: https://github.com/hiqdev/composer-config-plugin/commit/42cf9ad |
| 256 | +[0.2.4]: https://github.com/hiqdev/composer-config-plugin/compare/0.2.3...0.2.4 |
0 commit comments