This repository has been archived by the owner on Feb 19, 2025. It is now read-only.
Releases: Ocramius/GeneratedHydrator
Releases · Ocramius/GeneratedHydrator
2.1.0
Total issues resolved: 11
- 49: Dropped minimum-stability from composer.json thanks to @staabm
- 50: Removed outdated note from readme about limitations thanks to @staabm
- 55: Fix phpunit deprecated methods thanks to @haampie
- 56: Fix unused code and docblocks thanks to @haampie
- 59: hydrators should not be proxy, now works gracefully with final classes thanks to @pounard
- 62: initial benchmarks using phpbench, missing magic method testing thanks to @pounard
- 63: Correcting benchmarking suite runner command to be used in travis-ci thanks to @Ocramius
- 66: badges markdown table fix in readme thanks to @samsonasik
- 67: Compatibility with nikic/php-parser v3 thanks to @kiler129
- 69: Use php-parser v3 thanks to @gsdevme
- 70: #68 - fix NULL hydration thanks to @ostrolucky
2.0.0
Total issues resolved: 3
- 15: Re-introduce tests to compare against the ZF2 reflection hydrator
- 39: Configurable generator
- 43: V2 - PHP 7 - massive cleanup - return/scalar type hints
Please note that this release is not BC compliant, as return type hints and scalar
type hints were added to interfaces and public API of the library where applicable.
This means that if you subclass or implement any of the symbols of this library, you
should check that you are still respecting the interface signatures.
Other than that, no behavioral changes were introduced, and the library works exactly
as in version 1.2.0.
1.2.0
1.1.1
1.1.0
1.0.3
Total issues resolved: 1