Skip to content

Releases: infinityloop-dev/coolbeans

0.9.2

17 Jun 19:17
58f48a3

Choose a tag to compare

  • Numerous bugfixes and improvements in SQL generation command
    • Added comment attr
    • Added foreign key override attr

0.9.1

02 Jun 20:12
6f40270

Choose a tag to compare

  • Changed input path base location

0.9

01 Jun 17:09
0dd385b

Choose a tag to compare

0.9
  • Removed final from Bean constructor
  • Added typehints
  • Enabled codestyle workflow

0.8.1

19 May 14:29
df1431b

Choose a tag to compare

  • Replaced deprecated Context with Explorer

0.8

23 Mar 15:09
3144005

Choose a tag to compare

0.8
  • Sql generator command
  • php8 features (most notably static return type)

0.7.2

10 Nov 19:54
62117ae

Choose a tag to compare

  • Allowed infinityloop-dev/utils 2.0

Bugfixes

28 Jul 10:43
f129b12

Choose a tag to compare

  • fixed filling the correct column name into PrimaryKey
  • fixed returning number of rows from selection when using limit

Config class

25 May 15:44
20f2c22

Choose a tag to compare

Merge pull request #12 from vossik/master

Removed Bootstrap.php, added Config.php

Added equals fn to PrimaryKey

25 May 13:31
3cc7d49

Choose a tag to compare

Merge pull request #11 from vossik/master

Added equals function into Int/ArrayPrimaryKey

Fixed tests and namespace

11 May 19:11
e150069

Choose a tag to compare

Merge pull request #10 from vossik/master

fixed BeanTest, fixed CoolBeans namespace