Skip to content

v2.0.0

Choose a tag to compare

@bdfoster bdfoster released this 03 Oct 12:45
· 36 commits to master since this release

2.0.0 (2017-10-03)

Features

  • Container: Add getAll method, change get method to not accept an array of ids, add more tests (abea1b2)

BREAKING CHANGES

  • Container: Previously, the get method on a Container instance took an array, but only returned a Record instance corresponding with the first element. This is obviously a broken implementation. To get multiple Record instances corresponding to their respective ids, use the getAll method.