Skip to content

Releases: ronanchilvers/orm

Validation fix

16 Apr 20:33
8fbfb26
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0...2.1

Version 2.0 - PHP 8.X only

25 Nov 19:30
d725dc1
Compare
Choose a tag to compare
Merge pull request #10 from ronanchilvers/php8.0

Update for PHP 8.0 only support

Basic Comparison Method

02 May 21:16
011bfc0
Compare
Choose a tag to compare
1.11

Add basic comparison method

Bugfix to make query builder select checks case insensitive

13 Feb 13:13
Compare
Choose a tag to compare
1.10.1

Case insensitive matching for query builder

Allow hydrahon aggregates to work

13 Feb 07:58
Compare
Choose a tag to compare
1.10

Merge remote-tracking branch 'origin/master'

Don't hardcode MySQL query builder driver

06 Feb 20:26
Compare
Choose a tag to compare
1.9

Merge branch 'master' of ssh://github.com/ronanchilvers/orm

Fixes relationship detection when using Twig

17 Jan 20:42
df4c345
Compare
Choose a tag to compare
1.8.2

Fix for relationships not being detected by Twig

Serialization bugfix

29 Nov 10:29
08c47d4
Compare
Choose a tag to compare

Fix booting the model when unserializing it

Better validation error handling and options for datetime types

04 Nov 21:53
48a0b51
Compare
Choose a tag to compare
1.8

Add dom extension for phpunit on 7.4

Convert model query params automatically

18 Oct 14:50
Compare
Choose a tag to compare
1.7.2

Merge branch 'master' of ssh://github.com/ronanchilvers/orm