Skip to content

Releases: infinityloop-dev/coolbeans

0.11.2

10 Mar 11:22
903a25a
Compare
Choose a tag to compare
  • Accept BackedEnum as where argument.

0.11.1

14 Feb 12:52
2d76497
Compare
Choose a tag to compare
  • Various bigfixes in SQL generator
  • Added SqlGenerator::generate function to receive string

0.11

11 Feb 22:38
ed49407
Compare
Choose a tag to compare
  • PHP 8.1
  • Enum support
  • Various improvements in SQL generator (BC breaks)
  • Float property forces conversion to float (can be used to convert decimals)

0.10.5

31 Jan 14:35
ee50957
Compare
Choose a tag to compare
  • Fixed automatic creation of enum objects.

0.10.4

26 Jan 13:51
11213dc
Compare
Choose a tag to compare
  • Automatically create enum objects.

0.10.3

02 Sep 12:38
4ba9062
Compare
Choose a tag to compare
  • Added method to refresh row from DB
  • Maintenance improvements

0.10.2

21 Jun 14:38
4dc2e4e
Compare
Choose a tag to compare
  • SqlGenerator sorts output accoridng to foreign key dependencies

0.10.1

21 Jun 12:22
a215a72
Compare
Choose a tag to compare
  • Added index attribute to declare indexes for sql generator

0.10

21 Jun 09:27
076fe70
Compare
Choose a tag to compare
  • Added ForeignKeyConstraint update/delete action handling

0.9.3

20 Jun 16:31
0815b2c
Compare
Choose a tag to compare
  • Primary key - currently only ID by default