Skip to content

Releases: iran-coders/database-repository

Support Laravel 10

26 Apr 09:25
Compare
Choose a tag to compare
v1.2.2

feat(Composer): Add Support for Laravel 10

v1.2.1

20 Feb 22:24
9489935
Compare
Choose a tag to compare

fix

  • Add POINT datatype as a string
  • Remove laravel/helpers package
  • Set default value for fields based on MySQL's default
  • Remove unnecessary doc blocks
  • Make all
  • Remove redundant vendor:publish
  • bugfix in the interface name

feature

  • Change syntax sugar ?type to null|type
  • Add all tables using the input option
  • Added different code checking
  • Add useful methods for indexes.
  • Get Database From User

v1.1.2

29 Dec 08:38
Compare
Choose a tag to compare

fix

  • misplace update and create
  • forbid to publish miscellaneous unused files

feature

  • support single version of php(8.0) only
  • add all tables using input option
  • add enum generator

v0.8.7

03 Aug 15:52
Compare
Choose a tag to compare
  • Fix MakeResource Command to Properly Add Getters Functions
  • Fix MakeFactory Command to Properly Add Setters Functions
  • Fix MakeEntity Command to Properly Add Entity Attributes
  • Remove "originals" from toArray Result

v0.8.6

14 Jul 09:19
Compare
Choose a tag to compare
  • Minor fix in creating Mysql Repositories
  • Minor fix in creating factories

v0.8.5

09 Jul 13:17
Compare
Choose a tag to compare
  • Rename "delete" and "undelete" functions to "remove" and "restore" respectively
  • Bug Fixed in Creating "remove" and "restore" Functions in Base Repositories

v0.8.4

09 Jul 11:02
Compare
Choose a tag to compare
  • Remove some "die" functions
  • Fix Base Repository Generation

Semi Stable Release for Production

07 Jul 12:36
Compare
Choose a tag to compare

Fix Make Entity Issues, Fix Base Classes Namespaces, Add Some PHP8.0 Stubs

Fix Namespaces and Command

16 Apr 06:29
Compare
Choose a tag to compare
v0.8.2

Update Readme.md

Fix ServiceProvider

12 Apr 13:29
Compare
Choose a tag to compare
v0.8.1

Fix ServiceProvider