Releases: opis/closure
Releases · opis/closure
Version 4.3.1
- Fixed reference bug #154
Version 4.3.0
- Proper serialization of private properties
- Improved serialization/deserialization of properties having hooks (PHP 8.4)
- Skip virtual properties (PHP 8.4)
- Added
Opis\Closure\clear_cache()
- Added
Opis\Closure\get_raw_properties()
Version 4.2.1
- Improved generic object serialization
Version 4.2.0
- Added support for anonymous classes (also supports closures bound to anonymous classes)
- Fixed closure scope for some edge cases
- Improved parsers
Version 4.1.0
- Improved closure parser
- Improved array & object serialization/unserialization
- Added
ClosureInfo::getClosure()
- Fixed
ClosureInfo::getFactory()
bindings and marked the method as internal
Version 4.0.1
Fixes
- unserialization cache error #149
Version 4.0.0
- complete rewrite of the library
- no dependencies
- arbitrary data serialization
- full PHP 8.x support
3.6.3: Merge pull request #110 from randstring/master
Fix require path in autoload.php to work from any location