All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- This CHANGELOG
- Query proxy for
whereIn()
method - Support for events
- Methods for fetching related data of a single item (e.g.
User.messages(1)
)
table()
in QueryBuilder will throw an exception- model scopes are no longer proxies to the query builder (breaking change)
queryProxy
option ofModel.extend()
(breaking change)
1.0.0-rc.1 - 2020-05-11
find()
andfindOrFail()
will ignore all global scopes- bind model query builder to WHERE callbacks only when they're wrapped using
whereWrapped()
QueryBuilder helper
1.0.0-rc.0 - 2020-05-09
- Models with custom query builder classes
- Support for scopes
- Support for relations
- Support for soft-deletes
- Support for timestamps