Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 755 Bytes

CHANGELOG.md

File metadata and controls

35 lines (25 loc) · 755 Bytes

Changelog

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

Updates should follow the Keep a CHANGELOG principles.

2.0.0 - 2024-09-10

Added

  • Dependency on Lazy JSON v2
  • Support for page numbers in URLs
  • Custom Guzzle handler
  • Auto-registered macro for lazy collections
  • Support for offset
  • Support for limit
  • Support for Link header
  • Support for API rate limits
  • Support for Laravel events

Changed

  • The path is now part of the configuration
  • The retry logic

Removed

  • Support for PHP versions older than 8.1
  • Support for configurations different from the Config DTO

Fixed

  • Build badge on readme

1.0.0 - 2021-08-08

Added

  • Released the first version