Releases: joachim-n/mutable-typed-data
Releases · joachim-n/mutable-typed-data
1.2.0
New features:
- Added sorting of options and weight property. Fixes #18.
- Added isSet() method to DataItem.
- Added common interface for definitions which hold a list of properties.
- Added ability to override multiple data item class.
- Added support for options to be defined lazily. Fixes #1.
BC removals:
- Removed support for PHP 7.
1.1.9
1.1.8
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
Bugfixes:
- Fixed defaults for multiple and complex data getting reapplied after an empty value is imported.
- Fixed empty items in complex data not getting exported, so failing round trip.
- Fixed crash rather than clear exception when a data type doesn’t exist.