From 3341f28ddae514d7939fc9d46163c9212cf39e5f Mon Sep 17 00:00:00 2001 From: ewilan-riviere Date: Thu, 25 Jul 2024 15:22:01 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e187f66..2305b93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -42,6 +47,7 @@ Refactoring with Artisan command `show:model` + ``` **BREAKING CHANGES** @@ -55,6 +61,7 @@ Refactoring with Artisan command `show:model` + ``` ## v2.0.07 - 2024-06-14 @@ -107,6 +114,7 @@ composer require kiwilan/typescriptable-laravel:1.12.03 + ``` ## v1.12.03 - 2024-03-16