All notable changes are documented in this file using the Keep a CHANGELOG principles.
- Do not use implicitly nullable parameters
- #52: Optimize export of large arrays and object graphs
- #51: Export arrays using short array syntax
- #49:
Exporter::toArray()
changes SplObjectStorage
index
- #42: Improve export of enumerations
- This component is no longer supported on PHP 7.3, PHP 7.4 and PHP 8.0
- #47: Fix
float
export precision
- #37: Improve export of closed resources
- Changed PHP version constraint in
composer.json
from ^7.3 || ^8.0
to >=7.3
- This component is now supported on PHP 8
- Tests etc. are now ignored for archive exports
- This component is no longer supported on PHP 7.0, PHP 7.1, and PHP 7.2
- #47: Fix
float
export precision
- #38: Improve export of closed resources
- Changed PHP version constraint in
composer.json
from ^7.0
to >=7.0
- #29: Second parameter for
str_repeat()
must be an integer
- Remove HHVM-specific code that is no longer needed