Skip to content

Commit 6166738

Browse files
chore(main): release 3.0.0 (#30)
Co-authored-by: Shavonn Brown <brown.shevy7@gmail.com>
1 parent 1330a65 commit 6166738

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
11
# Changelog
22

3+
## [3.0.0](https://github.com/offload-project/laravel-mandate/compare/v2.1.0...v3.0.0) (2026-01-17)
4+
5+
Refactored the role/permission assignments configuration to make it work independently of code-first mode. The assignments configuration is moved from mandate.code_first.assignments to mandate.assignments at the top level, and the --seed flag now works even when code-first is disabled.
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
* use assignments to seed roles and permissions without code-fir… ([#29](https://github.com/offload-project/laravel-mandate/issues/29))
10+
11+
### Features
12+
13+
* use assignments to seed roles and permissions without code-fir… ([#29](https://github.com/offload-project/laravel-mandate/issues/29)) ([1330a65](https://github.com/offload-project/laravel-mandate/commit/1330a65f4fb7a016c21ca1bf30eff8f3d5a36270))
14+
315
## [2.1.0](https://github.com/offload-project/laravel-mandate/compare/v2.0.1...v2.1.0) (2026-01-17)
416

17+
Consolidates the command interface by renaming file generation commands from mandate:make:* to mandate:* and merging database creation functionality into the same commands via a --db flag. This simplifies the command structure and provides a more intuitive API where the default behavior generates PHP classes (code-first approach) and the --db flag creates database records directly (database-first approach).
518

619
### Features
720

0 commit comments

Comments
 (0)