All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Cloning setters added to events to make stream modification easier.
- Added PHP 8.3 support.
- Removed PHP 8.0 support.
- JSON source structure may contain arbitrary objects, not only
stdClass
.
- Dropped PHP 7 support.
- PHP 8.0 support.
- JSON comparators implemented (requires ext-intl).
- Unnecessary exception trait removed.
- Some exceptions fixed: moved to correct namespace, missing interface added.
- Implementation totally refactored.