Skip to content

Latest commit

History

History
50 lines (32 loc) 路 889 Bytes

CHANGELOG.md

File metadata and controls

50 lines (32 loc) 路 889 Bytes

Changelog

All notable changes to lazy-json will be documented in this file.

Updates should follow the Keep a CHANGELOG principles.

NEXT - YYYY-MM-DD

Added

  • Nothing

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • Nothing

Security

  • Nothing

2.0.0 - 2023-11-29

Added

  • Recursive lazy collections for JSON objects and arrays
  • Auto-registering macro for lazy collections
  • Dependency from 馃З JSON Parser
  • Namespaced helper
  • Compatibility with latest versions of PHP
  • Pest testing framework
  • Tools for static analysis

Removed

  • Dependency from JSON Machine
  • Compatibility with older versions of PHP

1.1.0 - 2021-05-06

Added

  • Nested arrays sub-tree extraction

1.0.0 - 2021-05-06

Added

  • First release