Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 1.01 KB

CHANGELOG.md

File metadata and controls

40 lines (31 loc) · 1.01 KB

Changelog

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.

[0.7.0] - 2024-02-17

Added

  • Cloning setters added to events to make stream modification easier.

[0.6.1] - 2024-02-11

Added

  • Added PHP 8.3 support.

Removed

  • Removed PHP 8.0 support.

[0.6.0] - 2023-06-16

Changed

  • JSON source structure may contain arbitrary objects, not only stdClass.

Removed

  • Dropped PHP 7 support.

[0.5.3] - 2021-01-14

Added

  • PHP 8.0 support.

[0.5.2] - 2019-11-13

Added

  • JSON comparators implemented (requires ext-intl).

[0.5.1] - 2019-11-04

Removed

  • Unnecessary exception trait removed.

Fixed

  • Some exceptions fixed: moved to correct namespace, missing interface added.

[0.5.0] - 2019-11-01

Added

  • Implementation totally refactored.