Skip to content

Latest commit

 

History

History
69 lines (55 loc) · 2.15 KB

CHANGELOG.md

File metadata and controls

69 lines (55 loc) · 2.15 KB

Change Log

This change log follows the style of keepachangelog.com.

1.3.5 - 2015-11-04

Fixed

  • Fix Relation::__call not returning return value

1.3.4 - 2015-08-14

Added

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

1.3.3 - 2015-08-10

Changed

  • Bump phpunit from 4.7 to 4.8

Fixed

  • Fix overlap in LogEntry pretty statement with short and long keys

1.3.2 - 2015-08-03

Added

Fixed

  • Forgot to put MIT license in composer.json

Removed

  • Remove unnecessary assertion of exception code

1.3.1 - 2015-06-14

Changed

  • Release under MIT license
  • Publish on packagist

Removed

  • Remove unused composer packages Carbon, faker and php-ref

1.3.0 - 2015-06-14

Added

  • Add Travis build status to readme

Changed

  • Improve pretty statement
  • Formatted code with php-cs-fixer and PSR2 settings
  • Use default composer path "vendor" instead of "lib"
  • Rename folder test to tests
  • Improve phpdoc comments
  • count() on models now always returns int
  • Use long array syntax

Fixed

  • Fix models fetched by oneSql() being marked as new
  • Fix name spaces in tests, 100% pass but needs more coverage
  • Fixed emptying of primary key when saving new Model with set primary key