Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
d8vjork committed Sep 12, 2023
1 parent 42bd343 commit 5fbf979
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.8.1] - 2023-09-12

### Fixed

- Collections binding models were returning model instance instead of array or `Illuminate\Support\Collection` with the models inside
- `DataTransferObject::filled()` method now checks within route parameters as well as sent request body data if is within request context
- `DataTransferObject::toArray()` method now returns arrays with nested `toArray` calls when collections or models

## [1.8.0] - 2023-09-07

### Added
Expand Down

0 comments on commit 5fbf979

Please sign in to comment.