Skip to content

Releases: kitloong/laravel-migrations-generator

v7.0.0

03 Mar 15:31
44e070f
Compare
Choose a tag to compare
  • Add Laravel v11 support in #201
  • Use native enum in #204
  • Remove Doctrine DBAL in #203
  • Support minimum Laravel v10.43
  • Support minimum PHP 8.1

v6.11.1

03 Mar 15:25
0f007e8
Compare
Choose a tag to compare
  • Test PHP 8.3 in #191
  • Migrate to larastan/larastan in #195
  • Check directory exists, if not create... by @Niyiojeyinka in #199

New Contributors

v6.11.0

10 Oct 13:58
220b5f1
Compare
Choose a tag to compare
  • Add --skip-vendor to ignore vendor migrations. #182

v6.10.0

26 Mar 07:50
116f50f
Compare
Choose a tag to compare
  • Generate tinyText column.

v6.9.1

25 Mar 16:07
7669a1d
Compare
Choose a tag to compare
  • Update phpcs rules.
  • Check the existence of GENERATION_EXPRESSION column. #171

v6.9.0

22 Mar 08:15
7bc1c26
Compare
Choose a tag to compare
  • Sort PgSQL index names alphabetically. #167

v6.8.2

07 Mar 14:40
4d725cc
Compare
Choose a tag to compare
  • Bind DB Schema instance instead of singleton. #163
  • Do not generate table empty comments.

v6.8.1

06 Mar 15:52
4c04e38
Compare
Choose a tag to compare

New Contributors

v6.8.0

06 Feb 15:24
4486f33
Compare
Choose a tag to compare
  • Add Laravel 10.

v6.7.1

30 Dec 11:31
9e790b7
Compare
Choose a tag to compare
  • Use fromValue for fallback compatibility. #151