Skip to content

Releases: infinityloop-dev/coolbeans

0.9.2

Choose a tag to compare

@peldax peldax released this 17 Jun 19:17
58f48a3
  • Numerous bugfixes and improvements in SQL generation command
    • Added comment attr
    • Added foreign key override attr

0.9.1

Choose a tag to compare

@peldax peldax released this 02 Jun 20:12
6f40270
  • Changed input path base location

0.9

0.9

Choose a tag to compare

@peldax peldax released this 01 Jun 17:09
0dd385b
  • Removed final from Bean constructor
  • Added typehints
  • Enabled codestyle workflow

0.8.1

Choose a tag to compare

@peldax peldax released this 19 May 14:29
df1431b
  • Replaced deprecated Context with Explorer

0.8

0.8

Choose a tag to compare

@peldax peldax released this 23 Mar 15:09
3144005
  • Sql generator command
  • php8 features (most notably static return type)

0.7.2

Choose a tag to compare

@peldax peldax released this 10 Nov 19:54
62117ae
  • Allowed infinityloop-dev/utils 2.0

Bugfixes

Choose a tag to compare

@peldax peldax released this 28 Jul 10:43
f129b12
  • fixed filling the correct column name into PrimaryKey
  • fixed returning number of rows from selection when using limit

Config class

Choose a tag to compare

@peldax peldax released this 25 May 15:44
20f2c22
Merge pull request #12 from vossik/master

Removed Bootstrap.php, added Config.php

Added equals fn to PrimaryKey

Choose a tag to compare

@peldax peldax released this 25 May 13:31
3cc7d49
Merge pull request #11 from vossik/master

Added equals function into Int/ArrayPrimaryKey

Fixed tests and namespace

Choose a tag to compare

@peldax peldax released this 11 May 19:11
e150069
Merge pull request #10 from vossik/master

fixed BeanTest, fixed CoolBeans namespace