File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,31 @@ All notable changes to `lazy-json-pages` will be documented in this file.
44
55Updates should follow the [ Keep a CHANGELOG] ( https://keepachangelog.com/ ) principles.
66
7+ ## 2.0.0 - 2024-09-10
8+
9+ ### Added
10+ - Dependency on Lazy JSON v2
11+ - Support for page numbers in URLs
12+ - Custom Guzzle handler
13+ - Auto-registered macro for lazy collections
14+ - Support for offset
15+ - Support for limit
16+ - Support for Link header
17+ - Support for API rate limits
18+ - Support for Laravel events
19+
20+ ### Changed
21+ - The path is now part of the configuration
22+ - The retry logic
23+
24+ ### Removed
25+ - Support for PHP versions older than 8.1
26+ - Support for configurations different from the Config DTO
27+
28+ ### Fixed
29+ - Build badge on readme
30+
31+
732## 1.0.0 - 2021-08-08
833
934### Added
You can’t perform that action at this time.
0 commit comments