1# Change Log
2
3## [2.0.0](https://github.com/schmittjoh/metadata/tree/2.0.0) (2018-11-09)
4
5No changes from **2.0.0-RC1**
6
7## [1.7.0](https://github.com/schmittjoh/metadata/tree/1.7.0) (2018-10-26)
8**Merged pull requests:**
9
10- Allow Read-only Cache [\#74](https://github.com/schmittjoh/metadata/pull/74) ([goetas](https://github.com/goetas))
11
12## [2.0.0-RC1](https://github.com/schmittjoh/metadata/tree/2.0.0-RC1) (2018-10-17)
13**Merged pull requests:**
14
15- Moved to psr-4 [\#73](https://github.com/schmittjoh/metadata/pull/73) ([samnela](https://github.com/samnela))
16
17## [2.0.0-beta1](https://github.com/schmittjoh/metadata/tree/2.0.0-beta1) (2018-09-12)
18**Closed issues:**
19
20- Read-Only Filesystem Support [\#71](https://github.com/schmittjoh/metadata/issues/71)
21- Change license to MIT [\#68](https://github.com/schmittjoh/metadata/issues/68)
22- Composer.lock is out of date [\#55](https://github.com/schmittjoh/metadata/issues/55)
23- consider changing chmod to @chmod [\#50](https://github.com/schmittjoh/metadata/issues/50)
24- Big performance hit when upgrading from 1.4.2 to 1.5.0 [\#44](https://github.com/schmittjoh/metadata/issues/44)
25- metadata name not present leads to exception [\#39](https://github.com/schmittjoh/metadata/issues/39)
26
27**Merged pull requests:**
28
29- Allow Read-only Cache [\#72](https://github.com/schmittjoh/metadata/pull/72) ([pdugas](https://github.com/pdugas))
30- Code style  [\#70](https://github.com/schmittjoh/metadata/pull/70) ([goetas](https://github.com/goetas))
31- Change license to MIT [\#69](https://github.com/schmittjoh/metadata/pull/69) ([goetas](https://github.com/goetas))
32- simplified class metadata  [\#67](https://github.com/schmittjoh/metadata/pull/67) ([goetas](https://github.com/goetas))
33- Fix an exception message [\#65](https://github.com/schmittjoh/metadata/pull/65) ([hason](https://github.com/hason))
34- Actualized version constant. [\#64](https://github.com/schmittjoh/metadata/pull/64) ([Aliance](https://github.com/Aliance))
35
36## [1.6.0](https://github.com/schmittjoh/metadata/tree/1.6.0) (2016-12-05)
37**Closed issues:**
38
39- Consider switching to the MIT/BSD license or a dual license otherwise [\#58](https://github.com/schmittjoh/metadata/issues/58)
40- Unexpected return value [\#52](https://github.com/schmittjoh/metadata/issues/52)
41- Why 0666 mode for cache file [\#48](https://github.com/schmittjoh/metadata/issues/48)
42- Tons of I/O operations caused by NullMetadata [\#45](https://github.com/schmittjoh/metadata/issues/45)
43
44**Merged pull requests:**
45
46- Add PsrCacheAdapter [\#63](https://github.com/schmittjoh/metadata/pull/63) ([nicolas-grekas](https://github.com/nicolas-grekas))
47- 50 suspress chmod warning [\#53](https://github.com/schmittjoh/metadata/pull/53) ([gusdecool](https://github.com/gusdecool))
48- Adaption for complying with SPDX identifiers [\#51](https://github.com/schmittjoh/metadata/pull/51) ([valioDOTch](https://github.com/valioDOTch))
49
50## [1.5.1](https://github.com/schmittjoh/metadata/tree/1.5.1) (2014-07-12)
51**Merged pull requests:**
52
53- Added more PHP versions and HHVM [\#47](https://github.com/schmittjoh/metadata/pull/47) ([Nyholm](https://github.com/Nyholm))
54- Fix NullMetadata performance issue [\#46](https://github.com/schmittjoh/metadata/pull/46) ([adrienbrault](https://github.com/adrienbrault))
55- Fixed logic bug. [\#41](https://github.com/schmittjoh/metadata/pull/41) ([flip111](https://github.com/flip111))
56- Update FileCache.php added fallback option when rename fails on windows [\#40](https://github.com/schmittjoh/metadata/pull/40) ([flip111](https://github.com/flip111))
57
58## [1.5.0](https://github.com/schmittjoh/metadata/tree/1.5.0) (2013-11-05)
59**Closed issues:**
60
61- Branch alias [\#38](https://github.com/schmittjoh/metadata/issues/38)
62
63**Merged pull requests:**
64
65- Don't make MetadataFactory final [\#37](https://github.com/schmittjoh/metadata/pull/37) ([bakura10](https://github.com/bakura10))
66- Cache when there is no metadata for a class [\#36](https://github.com/schmittjoh/metadata/pull/36) ([adrienbrault](https://github.com/adrienbrault))
67- Allow to add drivers to a driver chain [\#35](https://github.com/schmittjoh/metadata/pull/35) ([bakura10](https://github.com/bakura10))
68
69## [1.4.2](https://github.com/schmittjoh/metadata/tree/1.4.2) (2013-09-13)
70**Closed issues:**
71
72- Update changelog [\#33](https://github.com/schmittjoh/metadata/issues/33)
73- Error in Symfony2's production environment \(only\) caused with version \>= 1.4.0 [\#32](https://github.com/schmittjoh/metadata/issues/32)
74
75**Merged pull requests:**
76
77- Set cache files to be world readable [\#34](https://github.com/schmittjoh/metadata/pull/34) ([tommygnr](https://github.com/tommygnr))
78
79## [1.4.1](https://github.com/schmittjoh/metadata/tree/1.4.1) (2013-08-27)
80## [1.4.0](https://github.com/schmittjoh/metadata/tree/1.4.0) (2013-08-25)
81## [1.3.0](https://github.com/schmittjoh/metadata/tree/1.3.0) (2013-01-22)
82**Closed issues:**
83
84- Ability to eager-load possible metadata [\#19](https://github.com/schmittjoh/metadata/issues/19)
85
86**Merged pull requests:**
87
88- misc cleanup [\#23](https://github.com/schmittjoh/metadata/pull/23) ([vicb](https://github.com/vicb))
89- \[Cache\] Remove a race condition [\#22](https://github.com/schmittjoh/metadata/pull/22) ([vicb](https://github.com/vicb))
90- Added configs for ci services [\#21](https://github.com/schmittjoh/metadata/pull/21) ([j](https://github.com/j))
91- Advanced metadata implementation. [\#20](https://github.com/schmittjoh/metadata/pull/20) ([j](https://github.com/j))
92- Remove incorrect docblocks [\#18](https://github.com/schmittjoh/metadata/pull/18) ([adrienbrault](https://github.com/adrienbrault))
93
94## [1.2.0-RC](https://github.com/schmittjoh/metadata/tree/1.2.0-RC) (2012-08-21)
95**Closed issues:**
96
97- install version 1.0.0 with composer [\#9](https://github.com/schmittjoh/metadata/issues/9)
98- create version/tag 1.1.1 [\#3](https://github.com/schmittjoh/metadata/issues/3)
99
100**Merged pull requests:**
101
102- Added the branch alias and changed the constraint on common [\#8](https://github.com/schmittjoh/metadata/pull/8) ([stof](https://github.com/stof))
103- Add trait test [\#6](https://github.com/schmittjoh/metadata/pull/6) ([Seldaek](https://github.com/Seldaek))
104- Fix locating files for classes without namespace [\#5](https://github.com/schmittjoh/metadata/pull/5) ([Seldaek](https://github.com/Seldaek))
105- Add ApcCache [\#4](https://github.com/schmittjoh/metadata/pull/4) ([henrikbjorn](https://github.com/henrikbjorn))
106
107## [1.1.1](https://github.com/schmittjoh/metadata/tree/1.1.1) (2012-01-02)
108**Closed issues:**
109
110- More documentation requested [\#1](https://github.com/schmittjoh/metadata/issues/1)
111
112**Merged pull requests:**
113
114- Add composer.json [\#2](https://github.com/schmittjoh/metadata/pull/2) ([Seldaek](https://github.com/Seldaek))
115
116## [1.1.0](https://github.com/schmittjoh/metadata/tree/1.1.0) (2011-10-04)
117## [1.0.0](https://github.com/schmittjoh/metadata/tree/1.0.0) (2011-07-09)
118
119
120\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
121