Skip to content

Releases: Surt/Granada

1.5.2

10 Nov 12:49
Compare
Choose a tag to compare

Added dot notation for chained relationships, example:
$user->with('posts.comments')->find_many(); // => $users->with(array('posts'=>array('with'=>'comments')))->find_many();

Fixed 'pluck' method.

1.5.1

08 Nov 20:17
Compare
Choose a tag to compare
Some new tests and assertions

v1.5

07 Nov 17:09
Compare
Choose a tag to compare
Merge branch 'master' of github.com:Surt/Granada