Query Enhancements
[0.15.0] - Query Enhancements
- 2016.10.08 - Remove
KeyVal.key
and changeKeyVal
from an
abstract class into a trait. To migrate existing code, you will need
to remove theKey
argument supplied to each of yourKeyVal
types. - 2016.10.12 - Queries have been extended with "order-by", "offset",
and "limit" clauses. The query DSL has likewise been extended. - 2016.10.12 - Many of the classes used to build queries have been
re-organized into new packagelongevity.subdomain.query
. This
should not affect you if you are only using the query DSL.
Please refer to the user manual for the latest on the query API.