Skip to content

Commit

Permalink
Add note about breaking change.
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperTey committed Nov 13, 2023
1 parent acee977 commit 0307cea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
All notable changes to `laravel-ddd` will be documented in this file.

## [0.8.0] - 2023-11-12
### BREAKING
- The default domain model stub `model.php.stub` has changed. If stubs were published prior to this release, you may have to delete and re-publish; unless the published `model.php.stub` has been entirely customized with independent logic for your respective application.

### Changed
- Implement proper support for custom base models when when using `ddd:model`:
- If the configured `ddd.base_model` exists (evaluated using `class_exists`), base model generation is skipped.
Expand Down

0 comments on commit 0307cea

Please sign in to comment.