Skip to content

Commit

Permalink
Update dependencies, namely larastan.
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperTey committed Dec 5, 2023
1 parent 97f508f commit aa50900
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@

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.
## [0.8.1] - 2023-12-05
### Chore
- Update dependencies.

## [0.8.0] - 2023-11-12
### Changed
- Implement proper support for custom base models when using `ddd:model`:
- If the configured `ddd.base_model` exists (evaluated using `class_exists`), base model generation is skipped.
Expand All @@ -19,6 +20,9 @@ All notable changes to `laravel-ddd` will be documented in this file.
### Chore
- Update composer dependencies.

### 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.

## [0.7.0] - 2023-10-22
### Added
- Formal support for subdomains (nested domains). For example, to generate model `Domain\Reporting\Internal\Models\InvoiceReport`, the domain argument can be specified with dot notation: `ddd:model Reporting.Internal InvoiceReport`. Specifying `Reporting/Internal` or `Reporting\\Internal` will also be accepted and normalized to dot notation internally.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"require-dev": {
"laravel/pint": "^1.0",
"nunomaduro/collision": "^6.0|^7.0",
"nunomaduro/larastan": "^2.0.1",
"larastan/larastan": "^2.0.1",
"orchestra/testbench": "^7|^8",
"pestphp/pest": "^1.22|^2.0",
"pestphp/pest-plugin-laravel": "^1.1|^2.0",
Expand Down

0 comments on commit aa50900

Please sign in to comment.