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
Changed .at() and .update() first parameter type
Changed the .at() and .update() predicates first parameter not to be a
row object, but the array instead.
The two parameters passed to the delegate are now (collection, index)
distinct() function supports an array parameter
Added the ability to support a single parameter as an array of fields
for the distinct(). Thank you to jinhduong for contributing and your
recommendation.