PHP Classes

File: CHANGELOG.md

Recommend this page to a friend!
  Packages of Alberto Arena   Laravel Event Sourcing Generator   CHANGELOG.md   Download  
File: CHANGELOG.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: Laravel Event Sourcing Generator
Generate classes for event sourcing
Author: By
Last change:
Date: 7 days ago
Size: 2,665 bytes
 

Contents

Class file image Download

Changelog

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

1.0.12 - 2025-03-18

What's Changed

  • Migrations, bug fix: exclude down() method from being parsed

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

1.0.11 - 2025-03-18

What's Changed

  • Migrations, support dropColumn and renameColumn
  • Migrations, support excluded parameter

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

1.0.10 - 2025-03-18

What's Changed

  • Composer update (Laravel 11.44.2)

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

1.0.9 - 2025-03-16

What's Changed

  • Add database notifications

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

1.0.8 - 2025-02-16

What's Changed

  • Support update migrations

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

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!