Skip to content

Tags: myclabs/DeepCopy

Tags

1.13.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #202 from alexz707/add-prepend-type-filter

Add PrependTypeFilter method

1.12.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #197 from michalananapps/copy-DatePeriod

bug: #196 Introduce a custom DatePeriodFilter that safely copies DatePeriod objects without modifying their readonly properties.

1.12.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #195 from llupa/readonly-properties

Ignore `readonly` properties

1.11.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #175 from fsevestre/173-chainable-filter

1.11.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #171 from Slamdunk/enum

Keep PHP 8.1 enums as is

1.10.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #172 from Slamdunk/build_fix

Fix build, Add support for `doctrine/common:v3`

1.10.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #161 from youwe-petervanderwal/fix/unitialized-pro…

…perty-type-matcher

Add isInitialized check on PropertyTypeMatcher for PHP 7.4

1.10.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix copying objects extending ArrayObject (#152) (#155)

1.10.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow PHP 8 (#157)

Thank you @Ayesh

1.9.5

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