Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
ewilan-riviere authored and github-actions[bot] committed Jul 25, 2024
1 parent 0776a42 commit 3341f28
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 @@ -2,6 +2,11 @@

All notable changes to `typescriptable-laravel` will be documented in this file.

## v3.1.02 - 2024-07-25

- Fix `isModel()` detection, add `Illuminate\Foundation\Auth\User` for models with `Authenticatable` trait.
- Add `snakeCaseName` property to relations to get `count` with snake case name.

## v3.1.01 - 2024-07-25

- Fix `RouteListCommand` with JSON format
Expand Down Expand Up @@ -42,6 +47,7 @@ Refactoring with Artisan command `show:model`




```
**BREAKING CHANGES**

Expand All @@ -55,6 +61,7 @@ Refactoring with Artisan command `show:model`




```
## v2.0.07 - 2024-06-14

Expand Down Expand Up @@ -107,6 +114,7 @@ composer require kiwilan/typescriptable-laravel:1.12.03




```
## v1.12.03 - 2024-03-16

Expand Down

0 comments on commit 3341f28

Please sign in to comment.