Skip to content

Releases: myclabs/DeepCopy

1.10.1

29 Jun 13:23
969b211
Compare
Choose a tag to compare

Bugfixes

  • Fix copying objects extending ArrayObject (#152) (#155)

1.10.0

28 Jun 07:04
5796d12
Compare
Choose a tag to compare

Features

  • Allow PHP 8 (#157)

Misc

  • Exclude docs from being exported #151

1.9.5

17 Jan 21:12
Compare
Choose a tag to compare

Bugfixes

  • Fix deep copying of ArrayObject in PHP 7.4 (#145)

1.9.4

15 Dec 19:14
579bb73
Compare
Choose a tag to compare

#143, #144: Add support for PHP 7.4's typed properties (they can be in an "uninitialized" state), by @SlvrEagle23

1.9.3

10 Aug 13:54
007c053
Compare
Choose a tag to compare

Misc

  • Backport changes to gitattributes (#136)

1.9.2

09 Aug 19:49
8d0a041
Compare
Choose a tag to compare

Misc

  • Backport changes to gitattributes (#136)

1.9.1

10 Apr 11:17
Compare
Choose a tag to compare

Bugfixes

  • Fix the branch pointed; 1.9.0 was incorrectly targetting the 2.x branch instead of 1.x

1.9.0

07 Apr 13:19
Compare
Choose a tag to compare

Features

  • Add filter prepend method (#132)

1.8.1

11 Jun 23:11
3e01bda
Compare
Choose a tag to compare

Bugfixes

  • Declare deep_copy only once (#120)

1.8.0

29 May 17:40
4784656
Compare
Choose a tag to compare

Misc

  • Bump dependencies and update Travis configuration (#96)