|
1 | 1 | # Change Log
|
2 | 2 |
|
| 3 | +## [2.0.0-RC1](https://github.com/schmittjoh/metadata/tree/2.0.0-RC1) |
| 4 | + |
| 5 | +**Merged pull requests:** |
| 6 | + |
| 7 | +- Moved to psr-4 [\#73](https://github.com/schmittjoh/metadata/pull/73) ([samnela](https://github.com/samnela)) |
| 8 | + |
3 | 9 | ## [2.0.0-beta1](https://github.com/schmittjoh/metadata/tree/2.0.0-beta1) (2018-09-12)
|
4 | 10 |
|
5 | 11 | **Closed issues:**
|
6 | 12 |
|
| 13 | +- Read-Only Filesystem Support [\#71](https://github.com/schmittjoh/metadata/issues/71) |
7 | 14 | - Change license to MIT [\#68](https://github.com/schmittjoh/metadata/issues/68)
|
8 | 15 | - Composer.lock is out of date [\#55](https://github.com/schmittjoh/metadata/issues/55)
|
9 | 16 | - consider changing chmod to @chmod [\#50](https://github.com/schmittjoh/metadata/issues/50)
|
|
13 | 20 | **Merged pull requests:**
|
14 | 21 |
|
15 | 22 | - Allow Read-only Cache [\#72](https://github.com/schmittjoh/metadata/pull/72) ([pdugas](https://github.com/pdugas))
|
| 23 | +- Code style [\#70](https://github.com/schmittjoh/metadata/pull/70) ([goetas](https://github.com/goetas)) |
16 | 24 | - Change license to MIT [\#69](https://github.com/schmittjoh/metadata/pull/69) ([goetas](https://github.com/goetas))
|
17 |
| -- \[2.0\] simplified class metadata [\#67](https://github.com/schmittjoh/metadata/pull/67) ([goetas](https://github.com/goetas)) |
| 25 | +- simplified class metadata [\#67](https://github.com/schmittjoh/metadata/pull/67) ([goetas](https://github.com/goetas)) |
18 | 26 | - Fix an exception message [\#65](https://github.com/schmittjoh/metadata/pull/65) ([hason](https://github.com/hason))
|
19 | 27 | - Actualized version constant. [\#64](https://github.com/schmittjoh/metadata/pull/64) ([Aliance](https://github.com/Aliance))
|
20 | 28 |
|
21 | 29 | ## [1.6.0](https://github.com/schmittjoh/metadata/tree/1.6.0) (2016-12-05)
|
| 30 | + |
22 | 31 | **Closed issues:**
|
23 | 32 |
|
24 | 33 | - Consider switching to the MIT/BSD license or a dual license otherwise [\#58](https://github.com/schmittjoh/metadata/issues/58)
|
|
33 | 42 | - Adaption for complying with SPDX identifiers [\#51](https://github.com/schmittjoh/metadata/pull/51) ([valioDOTch](https://github.com/valioDOTch))
|
34 | 43 |
|
35 | 44 | ## [1.5.1](https://github.com/schmittjoh/metadata/tree/1.5.1) (2014-07-12)
|
| 45 | + |
36 | 46 | **Merged pull requests:**
|
37 | 47 |
|
38 | 48 | - Added more PHP versions and HHVM [\#47](https://github.com/schmittjoh/metadata/pull/47) ([Nyholm](https://github.com/Nyholm))
|
|
41 | 51 | - Update FileCache.php added fallback option when rename fails on windows [\#40](https://github.com/schmittjoh/metadata/pull/40) ([flip111](https://github.com/flip111))
|
42 | 52 |
|
43 | 53 | ## [1.5.0](https://github.com/schmittjoh/metadata/tree/1.5.0) (2013-11-05)
|
| 54 | + |
44 | 55 | **Closed issues:**
|
45 | 56 |
|
46 | 57 | - Branch alias [\#38](https://github.com/schmittjoh/metadata/issues/38)
|
|
52 | 63 | - Allow to add drivers to a driver chain [\#35](https://github.com/schmittjoh/metadata/pull/35) ([bakura10](https://github.com/bakura10))
|
53 | 64 |
|
54 | 65 | ## [1.4.2](https://github.com/schmittjoh/metadata/tree/1.4.2) (2013-09-13)
|
| 66 | + |
55 | 67 | **Closed issues:**
|
56 | 68 |
|
57 | 69 | - Update changelog [\#33](https://github.com/schmittjoh/metadata/issues/33)
|
|
62 | 74 | - Set cache files to be world readable [\#34](https://github.com/schmittjoh/metadata/pull/34) ([tommygnr](https://github.com/tommygnr))
|
63 | 75 |
|
64 | 76 | ## [1.4.1](https://github.com/schmittjoh/metadata/tree/1.4.1) (2013-08-27)
|
| 77 | + |
65 | 78 | ## [1.4.0](https://github.com/schmittjoh/metadata/tree/1.4.0) (2013-08-25)
|
| 79 | + |
| 80 | +**Merged pull requests:** |
| 81 | + |
| 82 | +- misc cleanup [\#23](https://github.com/schmittjoh/metadata/pull/23) ([vicb](https://github.com/vicb)) |
| 83 | + |
66 | 84 | ## [1.3.0](https://github.com/schmittjoh/metadata/tree/1.3.0) (2013-01-22)
|
| 85 | + |
67 | 86 | **Closed issues:**
|
68 | 87 |
|
69 | 88 | - Ability to eager-load possible metadata [\#19](https://github.com/schmittjoh/metadata/issues/19)
|
70 | 89 |
|
71 | 90 | **Merged pull requests:**
|
72 | 91 |
|
73 |
| -- misc cleanup [\#23](https://github.com/schmittjoh/metadata/pull/23) ([vicb](https://github.com/vicb)) |
74 | 92 | - \[Cache\] Remove a race condition [\#22](https://github.com/schmittjoh/metadata/pull/22) ([vicb](https://github.com/vicb))
|
75 | 93 | - Added configs for ci services [\#21](https://github.com/schmittjoh/metadata/pull/21) ([j](https://github.com/j))
|
76 | 94 | - Advanced metadata implementation. [\#20](https://github.com/schmittjoh/metadata/pull/20) ([j](https://github.com/j))
|
77 | 95 | - Remove incorrect docblocks [\#18](https://github.com/schmittjoh/metadata/pull/18) ([adrienbrault](https://github.com/adrienbrault))
|
78 | 96 |
|
79 | 97 | ## [1.2.0-RC](https://github.com/schmittjoh/metadata/tree/1.2.0-RC) (2012-08-21)
|
| 98 | + |
80 | 99 | **Closed issues:**
|
81 | 100 |
|
82 | 101 | - install version 1.0.0 with composer [\#9](https://github.com/schmittjoh/metadata/issues/9)
|
|
90 | 109 | - Add ApcCache [\#4](https://github.com/schmittjoh/metadata/pull/4) ([henrikbjorn](https://github.com/henrikbjorn))
|
91 | 110 |
|
92 | 111 | ## [1.1.1](https://github.com/schmittjoh/metadata/tree/1.1.1) (2012-01-02)
|
| 112 | + |
93 | 113 | **Closed issues:**
|
94 | 114 |
|
95 | 115 | - More documentation requested [\#1](https://github.com/schmittjoh/metadata/issues/1)
|
|
99 | 119 | - Add composer.json [\#2](https://github.com/schmittjoh/metadata/pull/2) ([Seldaek](https://github.com/Seldaek))
|
100 | 120 |
|
101 | 121 | ## [1.1.0](https://github.com/schmittjoh/metadata/tree/1.1.0) (2011-10-04)
|
| 122 | + |
102 | 123 | ## [1.0.0](https://github.com/schmittjoh/metadata/tree/1.0.0) (2011-07-09)
|
103 | 124 |
|
104 | 125 |
|
| 126 | + |
105 | 127 | \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
|
0 commit comments