Skip to content

Commit

Permalink
Change details.
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperTey committed Mar 24, 2024
1 parent 808098d commit 8b36ae3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,18 @@ All notable changes to `laravel-ddd` will be documented in this file.
- `ddd:listener {domain}:{name}`
- `ddd:mail {domain}:{name}`
- `ddd:notification {domain}:{name}`
- `ddd:observer {domain}:{name}`
- `ddd:policy {domain}:{name}`
- `ddd:provider {domain}:{name}`
- `ddd:resource {domain}:{name}`
- `ddd:rule {domain}:{name}`
- `ddd:scope {domain}:{name}`

### Changed
- BREAKING: `ddd:*` commands no longer receive a dedicated domain argument (e.g., `ddd:action Invoicing CreateInvoice`). The domain is instead specified in two ways:
- As an option: `ddd:action CreateInvoice --domain=Invoicing` (this will take precedence).
- Shorthand prefix within the name: `ddd:action Invoicing:CreateInvoice`.

### Chore
- Dropped Laravel 9 support.

Expand Down

0 comments on commit 8b36ae3

Please sign in to comment.