You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.