From 13112acb0938b721c8198375da2dfa8828aa1a41 Mon Sep 17 00:00:00 2001 From: Jasper Tey Date: Sat, 30 Mar 2024 20:47:38 -0400 Subject: [PATCH] Release: 1.0.0 --- CHANGELOG.md | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e136668..b27ee2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to `laravel-ddd` will be documented in this file. -## [Unversioned] +## [1.0.0] - 2024-03-31 ### Added - `ddd:list` to show a summary of current domains in the domain folder. - For all generator commands, if a domain isn't specified, prompt for it with auto-completion suggestions based on the contents of the root domain folder. diff --git a/README.md b/README.md index 387447d..bc687a2 100644 --- a/README.md +++ b/README.md @@ -26,13 +26,13 @@ php artisan ddd:install 10.25.x | 1.x 11.x | 1.x -> This documentation is for 1.x. For 0.x usage, please refer to the [0.x README](https://github.com/lunarstorm/laravel-ddd/blob/v0.10.0/README.md). +> For 0.x usage, please refer to the **[0.x README](https://github.com/lunarstorm/laravel-ddd/blob/v0.10.0/README.md)**. > ### Upgrading from 0.x Things to be aware of when upgrading from 0.x: - If the config file was published, it should be removed, re-published, and re-configured according to the latest format. A helper command `ddd:upgrade` is available to assist with this. -- If stubs were published, they should also be re-published and updated to ensure everything is up-to-date. +- If stubs were published, they should also be re-published and inspected to ensure everything is up-to-date. - In production, `ddd:cache` should be run during the deployment process to optimize autoloading. See the [Autoloading in Production](#autoloading-in-production) section for more details. ## Usage