diff --git a/CHANGELOG.md b/CHANGELOG.md index 86b099a..e187f66 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.01 - 2024-07-25 + +- Fix `RouteListCommand` with JSON format +- Fix `}` for Routes types + ## v3.1.0 - 2024-07-25 - Remove options from `typescriptable:eloquent`, `typescriptable:settings` and `typescriptable:routes` because all parameters can be set from config @@ -36,6 +41,7 @@ Refactoring with Artisan command `show:model` ], + ``` **BREAKING CHANGES** @@ -48,6 +54,7 @@ Refactoring with Artisan command `show:model` ], + ``` ## v2.0.07 - 2024-06-14 @@ -99,6 +106,7 @@ composer require kiwilan/typescriptable-laravel:1.12.03 + ``` ## v1.12.03 - 2024-03-16