Skip to content

Commit

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

## [Unreleased]

## [1.6.0] - 2023-08-31

### Added

- Add binding resolution so DataTransferObjects can act as validated requests using `ValidatedDataTransferObject` interface
- Add authenticated user “automagical” binding to `DataTransferObject` property when possible (need to be typed as Authenticatable illuminate's contract)

### Changed

- Now route parameters are merged into DataTransferObjects when running within requests context

## [1.5.1] - 2023-08-10

### Fixed
Expand Down

0 comments on commit dac7718

Please sign in to comment.