Skip to content

Releases: albertoarena/laravel-event-sourcing-generator

v1.0.7

31 Dec 09:08
Compare
Choose a tag to compare

1.0.7 - 2024-12-31

What's Changed

  • Support PHP 8.3

Full Changelog: v1.0.6...v1.0.7

v1.0.6

21 Dec 12:47
Compare
Choose a tag to compare

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

21 Dec 10:59
Compare
Choose a tag to compare

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

21 Dec 08:40
Compare
Choose a tag to compare

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

20 Dec 12:57
Compare
Choose a tag to compare

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

02 Dec 08:33
Compare
Choose a tag to compare

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

01 Dec 15:09
Compare
Choose a tag to compare

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

25 Nov 14:07
Compare
Choose a tag to compare

First version!

v0.1.27

25 Nov 10:31
Compare
Choose a tag to compare

Output skipped fields as comments in generated files
Add option to choose a different root folder
Add documentation

v0.1.26

17 Nov 18:32
Compare
Choose a tag to compare

Typos in docs
Show warnings if migration contains unsupported column types
Support jsonb column type in migrations
Align docs to latest changes