Releases: infinityloop-dev/coolbeans
Releases · infinityloop-dev/coolbeans
0.9.2
- Numerous bugfixes and improvements in SQL generation command
- Added comment attr
- Added foreign key override attr
0.9.1
- Changed input path base location
0.9
- Removed final from Bean constructor
- Added typehints
- Enabled codestyle workflow
0.8.1
- Replaced deprecated Context with Explorer
0.8
- Sql generator command
- php8 features (most notably static return type)
0.7.2
- Allowed infinityloop-dev/utils 2.0
Bugfixes
- fixed filling the correct column name into PrimaryKey
- fixed returning number of rows from selection when using limit
Config class
Merge pull request #12 from vossik/master
Removed Bootstrap.php, added Config.php
Added equals fn to PrimaryKey
Merge pull request #11 from vossik/master
Added equals function into Int/ArrayPrimaryKey
Fixed tests and namespace
Merge pull request #10 from vossik/master
fixed BeanTest, fixed CoolBeans namespace