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.
4
4
5
5
Updates should follow the [ Keep a CHANGELOG] ( https://keepachangelog.com/ ) principles.
6
6
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
+
7
32
## 1.0.0 - 2021-08-08
8
33
9
34
### Added
You can’t perform that action at this time.
0 commit comments