Skip to content

Commit 1875e33

Browse files
committed
Merge branch 'release/2.0.0' into develop
2 parents 69dc23a + 00d57db commit 1875e33

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,31 @@ All notable changes to `lazy-json-pages` will be documented in this file.
44

55
Updates 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

0 commit comments

Comments
 (0)