Skip to content

Commit

Permalink
Release 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cweiske committed Sep 8, 2024
1 parent cfeb0c6 commit 1c7ef59
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
2024-09-01 Christian Weiske <[email protected]>

* BC break: Enforce bStrictObjectTypeChecking on arrays
by @dktapps
https://github.com/cweiske/jsonmapper/pull/225
* BC break: Only objects implementing both ArrayAccess and Traversable
are handled as arrays now.
Previously classes implementing only ArrayAccess were used as arrays,
which broke non-traversable objects providing array access.
by @daniser
https://github.com/cweiske/jsonmapper/pull/224
* BC break: Reject NULL values in arrays unless explicitly allowed
Set $bStrictNullTypesInArrays to get old behavior back.
by @cweiske
https://github.com/cweiske/jsonmapper/issues/233
* BC break: Default $bStrictObjectTypeChecking to true
Class constructors are not called automatically anymore.
by @cweiske
https://github.com/cweiske/jsonmapper/issues/226
* Version 5.0.0

2024-09-08 Christian Weiske <[email protected]>

* Add support "?type" syntax for nullable types
Expand Down

0 comments on commit 1c7ef59

Please sign in to comment.