Releases: myclabs/DeepCopy
Releases · myclabs/DeepCopy
1.5.4
#50 Revert change that caused a BC break + add test
1.5.3
- #46 New option to use native clone behavior, i.e. call
__clone()
, when that method exists
- #44 and #45: performance improvements
- #48: documentation improvements
1.5.2
Fix #38 (in #43 and #42): "Notice: Undefined property: DateTime::$date"
1.5.1
- Bugfix: #29
- Documentation udpate: #32
1.5.0
You can now add "type matchers" that will apply to any object that matches a type. The object doesn't have to be in a property directly, it can be in an array for example.
1.4.0
- #17 - #23 Support private properties of parent classes
1.3.1
Fixed the file permissions (#14)
1.3.0
- #12 + 96fbdc0 New filter
ReplaceFilter
to replace the value of a property when cloning
1.2.1
- #7 Uncloneable exception instead of a generic exception
1.2.0
- #5 Doctrine empty collection filter