annotate vendor/sebastian/object-enumerator/ChangeLog.md @ 19:fa3358dc1485 tip

Add ndrum files
author Chris Cannam
date Wed, 28 Aug 2019 13:14:47 +0100
parents 1fec387a4317
children
rev   line source
Chris@14 1 # Change Log
Chris@14 2
Chris@14 3 All notable changes to `sebastianbergmann/object-enumerator` are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
Chris@14 4
Chris@14 5 ## [3.0.3] - 2017-08-03
Chris@14 6
Chris@14 7 ### Changed
Chris@14 8
Chris@14 9 * Bumped required version of `sebastian/object-reflector`
Chris@14 10
Chris@14 11 ## [3.0.2] - 2017-03-12
Chris@14 12
Chris@14 13 ### Changed
Chris@14 14
Chris@14 15 * `sebastian/object-reflector` is now a dependency
Chris@14 16
Chris@14 17 ## [3.0.1] - 2017-03-12
Chris@14 18
Chris@14 19 ### Fixed
Chris@14 20
Chris@14 21 * Objects aggregated in inherited attributes are not enumerated
Chris@14 22
Chris@14 23 ## [3.0.0] - 2017-03-03
Chris@14 24
Chris@14 25 ### Removed
Chris@14 26
Chris@14 27 * This component is no longer supported on PHP 5.6
Chris@14 28
Chris@14 29 ## [2.0.1] - 2017-02-18
Chris@14 30
Chris@14 31 ### Fixed
Chris@14 32
Chris@14 33 * Fixed [#2](https://github.com/sebastianbergmann/phpunit/pull/2): Exceptions in `ReflectionProperty::getValue()` are not handled
Chris@14 34
Chris@14 35 ## [2.0.0] - 2016-11-19
Chris@14 36
Chris@14 37 ### Changed
Chris@14 38
Chris@14 39 * This component is now compatible with `sebastian/recursion-context: ~1.0.4`
Chris@14 40
Chris@14 41 ## 1.0.0 - 2016-02-04
Chris@14 42
Chris@14 43 ### Added
Chris@14 44
Chris@14 45 * Initial release
Chris@14 46
Chris@14 47 [3.0.3]: https://github.com/sebastianbergmann/object-enumerator/compare/3.0.2...3.0.3
Chris@14 48 [3.0.2]: https://github.com/sebastianbergmann/object-enumerator/compare/3.0.1...3.0.2
Chris@14 49 [3.0.1]: https://github.com/sebastianbergmann/object-enumerator/compare/3.0.0...3.0.1
Chris@14 50 [3.0.0]: https://github.com/sebastianbergmann/object-enumerator/compare/2.0...3.0.0
Chris@14 51 [2.0.1]: https://github.com/sebastianbergmann/object-enumerator/compare/2.0.0...2.0.1
Chris@14 52 [2.0.0]: https://github.com/sebastianbergmann/object-enumerator/compare/1.0...2.0.0
Chris@14 53