3.0.0
- Support for Full-Text Search.
- Support for custom type values when using the
includeModelType
method (thanks @muarachmann!). - By default, the results are sorted by the updated column, which is the
updated_at
column in most cases. If you don't use timestamps, it will now use the primary key by default. - The
get
method has been renamed tosearch
(thanks @babacarcissedia!). - The
addWhen
method has been removed in favor ofwhen
.