Releases: steelbrain/php-serialize
Releases · steelbrain/php-serialize
v5.1.3
v5.1.2
- Fix parsing conflict between floats and BigInt (Thanks @dev-airmaxx)
v5.1.1
- Mistakenly republished 5.1.0 as 5.1.1
v5.1.0
v5.0.1
- Fix a bug in
isSerialized(Thanks @maxbronnikov10)
v5.0.0
-
Remove dependence on
assertnative module for validation, and use simple error instead (Thanks @eliandoran)Because this changes the error class from
AssertionErrortoErrorwhich might break downstream code,
this is being tagged as semver-major.
New Contributors
- @eliandoran made their first contribution in #298
Full Changelog: v4.1.1...v5.0.0