Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1004 Bytes

CHANGELOG.md

File metadata and controls

40 lines (25 loc) · 1004 Bytes

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.

1.0.3 - 2024-12-29

Changed

  • Allow PHP 8.4

1.0.2 - 2024-06-21

Changed

  • Allow PHP 8.3

1.0.1 - 2023-03-13

Changed

  • Composer
    • allows nette/utils ^4.0.0

1.0.0 - 2023-01-22

Added

  • DataSource interface
    • DefaultDataSource
  • FormatEncoder interface
    • JsonFormatEncoder
    • NeonFormatEncoder
    • YamlFormatEncoder
  • EncodingFailure exception
  • NotSupportedType exception