Skip to content

Commit f8155eb

Browse files
committed
version bump to 0.3.0
1 parent efcb091 commit f8155eb

File tree

2 files changed

+54
-6
lines changed

2 files changed

+54
-6
lines changed

CHANGELOG.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# hiqdev/composer-config-plugin
22

3-
## [Under development]
3+
## [0.3.0] - 2019-04-11
44

5+
- Fixed config reading and merging ([@hiqsol])
6+
- Added dev-only configs ([@hiqsol], [@samdark])
57
- Changed to use `defines` files as is to keep values ([@hiqsol])
6-
- Reworked configuration files building ([@hiqsol], [marc@laporte.name], [loveorigami@mail.ru])
8+
- Reworked configuration files building ([@hiqsol], [@marclaporte], [@loveorigami])
79

810
## [0.2.5] - 2017-05-19
911

@@ -89,6 +91,12 @@
8991
[sol@hiqdev.com]: https://github.com/hiqsol
9092
[@edgardmessias]: https://github.com/edgardmessias
9193
[edgardmessias@gmail.com]: https://github.com/edgardmessias
94+
[@samdark]: https://github.com/samdark
95+
[sam@rmcreative.ru]: https://github.com/samdark
96+
[@loveorigami]: https://github.com/loveorigami
97+
[loveorigami@mail.ru]: https://github.com/loveorigami
98+
[@marclaporte]: https://github.com/marclaporte
99+
[marc@laporte.name]: https://github.com/marclaporte
92100
[Under development]: https://github.com/hiqdev/composer-config-plugin/compare/0.2.5...HEAD
93101
[0.0.9]: https://github.com/hiqdev/composer-config-plugin/compare/0.0.8...0.0.9
94102
[0.0.8]: https://github.com/hiqdev/composer-config-plugin/compare/0.0.7...0.0.8
@@ -106,3 +114,4 @@
106114
[0.2.3]: https://github.com/hiqdev/composer-config-plugin/compare/0.2.2...0.2.3
107115
[0.2.4]: https://github.com/hiqdev/composer-config-plugin/compare/0.2.3...0.2.4
108116
[0.2.5]: https://github.com/hiqdev/composer-config-plugin/compare/0.2.4...0.2.5
117+
[0.3.0]: https://github.com/hiqdev/composer-config-plugin/compare/0.2.5...0.3.0

history.md

+43-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,24 @@
11
# hiqdev/composer-config-plugin
22

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]
522
- Changed to use `defines` files as is to keep values
623
- [34cfa36] 2018-08-24 Fixed writing `defines` with added merging env vars [@hiqsol]
724
- [3ec43a4] 2018-08-23 Changed `Defines` builder to `require_once` instead of require [@hiqsol]
@@ -44,11 +61,11 @@
4461
- [05af3cc] 2018-07-08 trying yii 3.0 version [@hiqsol]
4562
- [8304c24] 2018-07-08 removed unused `$rawParams` [@hiqsol]
4663
- [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]
4865
- [b1a84e7] 2018-01-27 csfixed [@hiqsol]
4966
- [6796608] 2017-11-30 still fixing to work in Windows [@hiqsol]
5067
- [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]
5269
- [167ae38] 2017-11-30 quickfixed to `normalizePath` to force unix directory separator for substitutions to work in Windows [@hiqsol]
5370
- [4c7e79d] 2017-11-19 added `normalizePath` to convert Windows backslashes to normal slashes [@hiqsol]
5471
- [fdc740a] 2017-10-17 csfixed [@hiqsol]
@@ -228,6 +245,12 @@
228245
[sol@hiqdev.com]: https://github.com/hiqsol
229246
[@edgardmessias]: https://github.com/edgardmessias
230247
[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
231254
[e58cc7a]: https://github.com/hiqdev/composer-config-plugin/commit/e58cc7a
232255
[5b84dc8]: https://github.com/hiqdev/composer-config-plugin/commit/5b84dc8
233256
[827d606]: https://github.com/hiqdev/composer-config-plugin/commit/827d606
@@ -384,3 +407,19 @@
384407
[05fff11]: https://github.com/hiqdev/composer-config-plugin/commit/05fff11
385408
[35823f1]: https://github.com/hiqdev/composer-config-plugin/commit/35823f1
386409
[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

Comments
 (0)