Skip to content

Commit 80f91e2

Browse files
committed
chore(release): 1.0.9
1 parent 8bcb94c commit 80f91e2

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,19 @@ All notable changes to this project will be documented in this file.
88
## [Unreleased]
99

1010

11+
<a name="1.0.9"></a>
12+
## [1.0.9] - 2024-11-12
13+
### Bug Fixes
14+
- **PaginatorDataPipe:** Change data output structure for resources
15+
- **Pipes:** Prevent JsonResource wrapping for paginated data
16+
17+
### Build
18+
- **composer:** Update PHPStan and dependencies version constraints
19+
20+
### CI
21+
- **facade:** Add new PHPDoc annotations and methods in ApiResponseFacade
22+
23+
1124
<a name="1.0.8"></a>
1225
## [1.0.8] - 2024-11-11
1326
### Bug Fixes
@@ -261,7 +274,8 @@ new pipes for proper header and error handling.
261274
- **apiResponse:** Refactor API response tests to use instance method
262275

263276

264-
[Unreleased]: https://github.com/guanguans/laravel-api-response/compare/1.0.8...HEAD
277+
[Unreleased]: https://github.com/guanguans/laravel-api-response/compare/1.0.9...HEAD
278+
[1.0.9]: https://github.com/guanguans/laravel-api-response/compare/1.0.8...1.0.9
265279
[1.0.8]: https://github.com/guanguans/laravel-api-response/compare/1.0.7...1.0.8
266280
[1.0.7]: https://github.com/guanguans/laravel-api-response/compare/1.0.6...1.0.7
267281
[1.0.6]: https://github.com/guanguans/laravel-api-response/compare/1.0.5...1.0.6

0 commit comments

Comments
 (0)