Skip to content

Releases: TheDoctor0/laravel-factory-generator

1.4.3

14 May 06:52
fed9260
Compare
Choose a tag to compare
  • Allow to generate correct values for decimal type (#31)

Thanks to @antevgen for this contribution 🥇

1.4.2

30 Apr 10:31
4281cc0
Compare
Choose a tag to compare
  • Add aliases for int and timestamp types (#30)

Thanks @antevgen for his contribution 🥇

1.4.1

27 Apr 14:45
09d0b34
Compare
Choose a tag to compare
  • Add support for tinyint type (#29)

Thanks @XedinUnknown for his contribution 🥇

1.4.0

20 Apr 15:18
5bd255d
Compare
Choose a tag to compare
  • Remove doctrine/dbal dependency
  • Add enum values retrieving for SQLite
  • Drop active support for Laravel 8.x and 9.x (use v1.3.2)

1.3.3

28 Feb 08:53
65d1f1b
Compare
Choose a tag to compare
  • Add support for Laravel 11 (#27)

Thanks @demianottema 🏅

1.3.2

21 Apr 16:47
7ee56e4
Compare
Choose a tag to compare
  • Use database_path to resolve factories directory (#23)

1.3.1

18 Apr 13:52
5731ef7
Compare
Choose a tag to compare
  • Use optional() for nullable fields (#22)

Thank you @H-ishak for this contribution!

1.3.0

08 Mar 18:26
890d2b8
Compare
Choose a tag to compare
  • Add a customizable factory template
  • Drop active support for Laravel 6.x and 7.x (use v1.2.5)

1.2.5

22 Feb 11:40
cf911ee
Compare
Choose a tag to compare
  • Fixed issue with generation based on database fields on Laravel 10.x
  • Fixed prefix for faker

1.2.4

01 Feb 15:09
fe02033
Compare
Choose a tag to compare
  • Support Laravel 10.x (#19)

Thanks @laravel-shift 🥇