Skip to content

Latest commit

 

History

History
71 lines (38 loc) · 1.6 KB

CHANGELOG.md

File metadata and controls

71 lines (38 loc) · 1.6 KB

Changelog

All notable changes to laravel-event-sorucing-generator will be documented in this file:

1.0.7 - 2024-12-31

What's Changed

  • Support PHP 8.3

Full Changelog: https://github.com/albertoarena/laravel-event-sourcing-generator/compare/v1.0.6...v1.0.7

1.0.6 - 2024-12-21

What's Changed

  • Fix Slack notifications
  • Improve stub asserts

Full Changelog: https://github.com/albertoarena/laravel-event-sourcing-generator/compare/v1.0.5...v1.0.6

1.0.5 - 2024-12-21

What's Changed

  • Fix: do not add comments for Blueprint skipped methods

Full Changelog: https://github.com/albertoarena/laravel-event-sourcing-generator/compare/v1.0.4...v1.0.5

1.0.4 - 2024-12-21

What's Changed

  • Improve documentation
  • Add changelog
  • Change indentation option
  • Improve documentation. Add Contributing page.

Full Changelog: https://github.com/albertoarena/laravel-event-sourcing-generator/compare/v1.0.3...v1.0.4

1.0.3 - 2024-12-20

What's Changed

  • Refactor aggregates to use Spatie folders
  • Composer update

Full Changelog: https://github.com/albertoarena/laravel-event-sourcing-generator/compare/v1.0.2...v1.0.3

1.0.2 - 2024-12-02

What's Changed

  • Fix namespace of generated unit tests

Full Changelog: https://github.com/albertoarena/laravel-event-sourcing-generator/compare/v1.0.1...v1.0.2

1.0.1 - 2024-12-01

What's Changed

  • Infer if Carbon must be included in generated files

Full Changelog: https://github.com/albertoarena/laravel-event-sourcing-generator/compare/v1.0.0...v1.0.1

1.0.0 - 2024-11-25

What's Changed

  • first version!