Skip to content

Commit cd7f681

Browse files
committed
version bump to 0.2.2
1 parent c8b984e commit cd7f681

File tree

3 files changed

+37
-3
lines changed

3 files changed

+37
-3
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
hiqdev/composer-config-plugin
22
-----------------------------
33

4+
## [0.2.2] - 2017-04-12
5+
6+
- Improved README ([@hiqsol])
7+
- Added support for `.env`, JSON and YAML ([@hiqsol])
8+
49
## [0.2.1] - 2017-03-23
510

611
- Fixed wrong call of `Composer\Config::get()` ([@SilverFire])
@@ -9,7 +14,7 @@ hiqdev/composer-config-plugin
914

1015
- Added initializaion of composer autoloading for project classes become usable in configs ([@hiqsol])
1116
- Added work with `$config_name` paths for use of already built config ([@hiqsol])
12-
- Renamed pathes -> path everywhere ([@hiqsol])
17+
- Renamed pathes -> paths everywhere ([@hiqsol])
1318
- Added collecting dev aliases for root package ([@hiqsol])
1419

1520
## [0.1.0] - 2016-12-26
@@ -78,3 +83,4 @@ hiqdev/composer-config-plugin
7883
[0.1.0]: https://github.com/hiqdev/composer-config-plugin/compare/0.0.9...0.1.0
7984
[0.2.0]: https://github.com/hiqdev/composer-config-plugin/compare/0.1.0...0.2.0
8085
[0.2.1]: https://github.com/hiqdev/composer-config-plugin/compare/0.2.0...0.2.1
86+
[0.2.2]: https://github.com/hiqdev/composer-config-plugin/compare/0.2.1...0.2.2

history.md

+29-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
hiqdev/composer-config-plugin
22
-----------------------------
33

4+
## [0.2.2] - 2017-04-12
5+
6+
- Improved README
7+
- [2920c4e] 2017-04-12 added Known issues to readme [@hiqsol]
8+
- [4a317e4] 2017-04-12 greatly improved docs [@hiqsol]
9+
- Added support for `.env`, JSON and YAML
10+
- [43c0d3c] 2017-04-12 refactored out readers and ReaderFactory [@hiqsol]
11+
- [8ec1461] 2017-04-12 refactored exceptions [@hiqsol]
12+
- [e89b1ab] 2017-04-12 added saving loaded constants to `defines` [@hiqsol]
13+
- [94d957b] 2017-04-12 added saving loaded env vars [@hiqsol]
14+
- [a379609] 2017-04-12 added Collection stub [@hiqsol]
15+
- [dc0397a] 2017-04-11 changed `Plugin::addFiles`: renamed from processFiles and reversed order of `defines` [@hiqsol]
16+
- [66521da] 2017-04-05 changed dotenv loading to common used behavior: shell environment will override those set in the `.env` [@hiqsol]
17+
- [a490575] 2017-04-04 added support for JSON and YAML [@hiqsol]
18+
- [d11c2bb] 2017-04-04 added support for `.env` [@hiqsol]
19+
420
## [0.2.1] - 2017-03-23
521

622
- Fixed wrong call of `Composer\Config::get()`
@@ -19,7 +35,7 @@ hiqdev/composer-config-plugin
1935
- [5f3d05c] 2017-03-08 minor: grammarnazi pathes -> paths [@hiqsol]
2036
- [6d3fb2b] 2017-02-02 csfixed [@hiqsol]
2137
- [a8f42dd] 2017-02-02 return defines back to default list of files [@hiqsol]
22-
- Renamed pathes -> path everywhere
38+
- Renamed pathes -> paths everywhere
2339
- [82a0652] 2017-02-02 renamed paths <- pathes [@hiqsol]
2440
- [c13991e] 2017-02-02 added exporting defines [@hiqsol]
2541
- [864f8b1] 2017-01-12 renamed `Builder::substitutePaths` <- substitutePathes [@hiqsol]
@@ -198,3 +214,15 @@ hiqdev/composer-config-plugin
198214
[57e403a]: https://github.com/hiqdev/composer-config-plugin/commit/57e403a
199215
[33192bb]: https://github.com/hiqdev/composer-config-plugin/commit/33192bb
200216
[d32060d]: https://github.com/hiqdev/composer-config-plugin/commit/d32060d
217+
[2920c4e]: https://github.com/hiqdev/composer-config-plugin/commit/2920c4e
218+
[43c0d3c]: https://github.com/hiqdev/composer-config-plugin/commit/43c0d3c
219+
[8ec1461]: https://github.com/hiqdev/composer-config-plugin/commit/8ec1461
220+
[e89b1ab]: https://github.com/hiqdev/composer-config-plugin/commit/e89b1ab
221+
[94d957b]: https://github.com/hiqdev/composer-config-plugin/commit/94d957b
222+
[a379609]: https://github.com/hiqdev/composer-config-plugin/commit/a379609
223+
[4a317e4]: https://github.com/hiqdev/composer-config-plugin/commit/4a317e4
224+
[dc0397a]: https://github.com/hiqdev/composer-config-plugin/commit/dc0397a
225+
[66521da]: https://github.com/hiqdev/composer-config-plugin/commit/66521da
226+
[a490575]: https://github.com/hiqdev/composer-config-plugin/commit/a490575
227+
[d11c2bb]: https://github.com/hiqdev/composer-config-plugin/commit/d11c2bb
228+
[0.2.2]: https://github.com/hiqdev/composer-config-plugin/compare/0.2.1...0.2.2

version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.1 2017-03-23 14:20:22 +0200 57e403abefe6fb00da57eccccbc8f35172b71db6
1+
0.2.2 2017-04-12 16:09:33 +0200 c8b984e4697efc6de3b45ca4d13c0b709dc296e2

0 commit comments

Comments
 (0)