Skip to content

Commit

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

### Added

- `php artisan make:dto --request='App\Http\Requests\PostCreateFormRequest' PostCreateData` will now fill the request part and all properties for you with their types (**experimental**)
- Map arrays or json strings into generic objects (`\stdClass`) or custom objects (using their classes)
- Map string dates into `Illuminate\Support\Carbon` or `Carbon\Carbon` or `Carbon\CarbonImmutable` instances

## [1.7.1] - 2023-09-01

### Fixed
Expand Down

0 comments on commit 02ea510

Please sign in to comment.