1
1
hiqdev/composer-config-plugin
2
2
-----------------------------
3
3
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
+
4
20
## [ 0.2.1] - 2017-03-23
5
21
6
22
- Fixed wrong call of ` Composer\Config::get() `
@@ -19,7 +35,7 @@ hiqdev/composer-config-plugin
19
35
- [ 5f3d05c] 2017-03-08 minor: grammarnazi pathes -> paths [ @hiqsol ]
20
36
- [ 6d3fb2b] 2017-02-02 csfixed [ @hiqsol ]
21
37
- [ a8f42dd] 2017-02-02 return defines back to default list of files [ @hiqsol ]
22
- - Renamed pathes -> path everywhere
38
+ - Renamed pathes -> paths everywhere
23
39
- [ 82a0652] 2017-02-02 renamed paths <- pathes [ @hiqsol ]
24
40
- [ c13991e] 2017-02-02 added exporting defines [ @hiqsol ]
25
41
- [ 864f8b1] 2017-01-12 renamed ` Builder::substitutePaths ` <- substitutePathes [ @hiqsol ]
@@ -198,3 +214,15 @@ hiqdev/composer-config-plugin
198
214
[ 57e403a ] : https://github.com/hiqdev/composer-config-plugin/commit/57e403a
199
215
[ 33192bb ] : https://github.com/hiqdev/composer-config-plugin/commit/33192bb
200
216
[ 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
0 commit comments