Skip to content

Releases: myclabs/DeepCopy

1.5.3

13 Sep 07:07
Compare
Choose a tag to compare
  • #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

06 Sep 16:09
Compare
Choose a tag to compare

Fix #38 (in #43 and #42): "Notice: Undefined property: DateTime::$date"

1.5.1

30 Apr 20:34
Compare
Choose a tag to compare
  • Bugfix: #29
  • Documentation udpate: #32

1.5.0

07 Nov 22:22
Compare
Choose a tag to compare

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

05 Oct 15:11
Compare
Choose a tag to compare
  • #17 - #23 Support private properties of parent classes

1.3.1

19 Jul 19:58
Compare
Choose a tag to compare

Fixed the file permissions (#14)

1.3.0

21 Mar 22:41
Compare
Choose a tag to compare
  • #12 + 96fbdc0 New filter ReplaceFilter to replace the value of a property when cloning

1.2.1

20 Nov 05:11
Compare
Choose a tag to compare
  • #7 Uncloneable exception instead of a generic exception

1.2.0

29 Aug 00:01
Compare
Choose a tag to compare
  • #5 Doctrine empty collection filter

1.1.0

21 Mar 12:53
Compare
Choose a tag to compare
  • #2 Option to silently skip uncloneable items