Releases: bennett-treptow/laravel-migration-generator
Releases · bennett-treptow/laravel-migration-generator
Bugfix Release: 4.4.1
What's Changed
- Bugfix - Self referential foreign key creating separate migration by @bennett-treptow in #87
Full Changelog: 4.4.0...4.4.1
Laravel 11 Support
What's Changed
- Upgrade to allow use in Laravel 11 by @bennett-treptow in #84
Full Changelog: 4.3.3...4.4.0
Bugfix Release 4.3.3: Issue with escaped apostrophes in default value and comment
What's Changed
- Fix Github actions runners by @bennett-treptow in #80
- Fix issue with empty default value and apostrophes in comments by @bennett-treptow in #83
Full Changelog: 4.3.2...4.3.3
Bugfix Release: Use defined enum casing
What's Changed
- Fix generating enum fields having values of uppercase letters by @kevinb1989 in #79
New Contributors
- @kevinb1989 made their first contribution in #79
Full Changelog: 4.3.1...4.3.2
Laravel 10 Support
What's Changed
- Laravel 10.x Compatibility by @laravel-shift in #72
New Contributors
- @laravel-shift made their first contribution in #72
Full Changelog: 4.3.0...4.3.1
Feature Release - Database Prefix
Bugfix Release: Default Value as empty string parse failure fix
What's Changed
- Fix empty string default not being parsed correctly by @bennett-treptow in #70
Full Changelog: 4.2.2...4.2.3
Bugfix Release: Binary Columns and Multiple Column FKs
What's Changed
- Fix binary columns with a default value not being output correctly by @bennett-treptow in #67
- Fix index tokenizer to accept multiple columns / fks by @bennett-treptow in #68
Full Changelog: 4.2.1...4.2.2
Default Null for Text fields Unless Specified
What's Changed
- Fix Text fields being default null unless otherwise specified by @bennett-treptow in #65
Full Changelog: 4.2.0...4.2.1
Laravel 9 Support
Update to allow for any version 9 illuminate packages