Skip to content

Releases: InfyOmLabs/laravel-generator

v4.2.1

23 Jun 08:59
Compare
Choose a tag to compare

Fixes

  • Generator will not generate routes with dashed version with compatibility of swagger-generator

v4.2.0

23 Jun 08:33
0b1160f
Compare
Choose a tag to compare

Release Notes

  • Fix: Exit after invalid Rollback Type
  • Enhancement: Improved Factory Generation for Relationships (thanks to @xwiz)
  • Fix: use the default Eloquent model in the Model generation
  • Enhancement: Support for Latest Swagger Generation v3
  • Enhancement: export readOnly and nullable fields in swagger schema (thanks to @Orteko)
  • Removed: API Version specification removed

v4.1.1

23 Jun 06:16
Compare
Choose a tag to compare

Fixes

v4.1.0

22 Jun 08:56
e5355d6
Compare
Choose a tag to compare

Release Notes

v4.0.0

25 Feb 05:58
5eb0fb0
Compare
Choose a tag to compare
  • Laravel 9 Support Added

v3.2.0

03 Feb 10:55
Compare
Choose a tag to compare
  • #945 Various Issue fixes

v3.1.1

10 Aug 06:30
Compare
Choose a tag to compare

Enhancements:

  • #932 Do not generate duplicate path when a custom prefix is given
  • Updates to locales

v2.1.1

10 Aug 06:29
Compare
Choose a tag to compare

Enhancements:

  • Updates to locales
  • Use increments for id generation in migration

v1.1.1

10 Aug 06:29
Compare
Choose a tag to compare

Enhancements:

  • Updates to locales
  • Use increments for id generation in migration

v3.1.0

07 Jul 04:22
Compare
Choose a tag to compare
  • Events support added (#754)
  • Default ID is generated with a big integer (#963)