Skip to content

Releases: nochso/ORM2

1.3.5

04 Nov 19:49
Compare
Choose a tag to compare

Fixed

  • Fix Relation::__call not returning return value

1.3.4

14 Aug 16:52
Compare
Choose a tag to compare

Added

  • Add method toArray() in ResultSet for getting a zero indexed array

1.3.2

03 Aug 20:12
Compare
Choose a tag to compare

Added

Fixed

  • Forgot to put MIT license in composer.json

Removed

  • Remove unnecessary assertion of exception code

1.3.1

14 Jun 13:32
Compare
Choose a tag to compare
  • Add MIT license
  • Composer
    • Make package name all lower case in composer.json
    • Update package name and version in readme
    • Remove unused packages
  • Delete test.php

1.3.0

14 Jun 00:38
Compare
Choose a tag to compare
  • Update readme
  • Improve pretty statement
  • Fix models fetched by oneSql() being marked as new
  • Fix name spaces in tests, 100% pass but needs more coverage
  • Run php-cs-fixer with PSR2 settings
  • Use default composer path "vendor" instead of "lib"
  • Add Travis build status to readme
  • Rename folder test to tests
  • Improve phpdoc comments
  • count() on models now always returns int
  • Fixed emptying of primary key when saving new Model with set primary key
  • Use long array syntax

1.2.0

01 Jan 23:12
Compare
Choose a tag to compare
Add CRUD forms to to-do list

1.1.0

07 Dec 16:08
Compare
Choose a tag to compare
Update gitignore

1.0.1

06 Dec 11:12
Compare
Choose a tag to compare
Update composer.json

1.0

06 Dec 11:09
Compare
Choose a tag to compare
1.0
Initial commit