v2.1.0
- A
.fresh()
method has been added, which can be called on anyModel
instance to obtain a fresh version of that model from the API - A
.limit()
method has been added to the query builder, which allows you to limit the number of results returned by a query.