Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
d8vjork committed Sep 27, 2023
1 parent 0c4e243 commit f438032
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.10.0] - 2023-09-27

### Changed

- Model binding defaults to primary key instead of `Model::getRouteKeyName()` (which should be used for those coming from routes instead)
- Route bound models are using specified attributes instead of default to IDs (model's primary keys). For e.g. `posts/{post:slug}` will use slug on the DTO query

### Fixed

- BindModelUsing now uses the attribute on the binding query

## [1.9.0] - 2023-09-26

### Added
Expand Down

0 comments on commit f438032

Please sign in to comment.