Releases: albertoarena/laravel-event-sourcing-generator
Releases · albertoarena/laravel-event-sourcing-generator
v1.0.7
v1.0.6
1.0.6 - 2024-12-21
What's Changed
- Fix Slack notifications
- Improve stub asserts
Full Changelog: v1.0.5...v1.0.6
v1.0.5
1.0.5 - 2024-12-21
What's Changed
- Fix: do not add comments for Blueprint skipped methods
Full Changelog: v1.0.4...v1.0.5
v1.0.4
1.0.4 - 2024-12-21
What's Changed
- Improve documentation
- Add changelog
- Change indentation option
- Improve documentation. Add Contributing page.
Full Changelog: v1.0.3...v1.0.4
v1.0.3
1.0.3 - 2024-12-20
What's Changed
- Refactor aggregates to use Spatie folders
- Composer update
Full Changelog: v1.0.2...v1.0.3
v1.0.2
1.0.2 - 2024-12-02
What's Changed
- Fix namespace of generated unit tests
Full Changelog: v1.0.1...v1.0.2
v1.0.1
1.0.1 - 2024-12-01
What's Changed
- Infer if Carbon must be included in generated files
Full Changelog: v1.0.0...v1.0.1
v1.0.0
First version!
v0.1.27
Output skipped fields as comments in generated files
Add option to choose a different root folder
Add documentation
v0.1.26
Typos in docs
Show warnings if migration contains unsupported column types
Support jsonb column type in migrations
Align docs to latest changes