Releases: myclabs/DeepCopy
Releases · myclabs/DeepCopy
1.10.1
Bugfixes
- Fix copying objects extending ArrayObject (#152) (#155)
1.10.0
Features
Misc
- Exclude docs from being exported #151
1.9.5
Bugfixes
- Fix deep copying of ArrayObject in PHP 7.4 (#145)
1.9.4
#143, #144: Add support for PHP 7.4's typed properties (they can be in an "uninitialized" state), by @SlvrEagle23
1.9.3
Misc
- Backport changes to gitattributes (#136)
1.9.2
Misc
- Backport changes to gitattributes (#136)
1.9.1
Bugfixes
- Fix the branch pointed; 1.9.0 was incorrectly targetting the 2.x branch instead of 1.x
1.9.0
Features
- Add filter prepend method (#132)
1.8.1
Bugfixes
- Declare deep_copy only once (#120)
1.8.0
Misc
- Bump dependencies and update Travis configuration (#96)