- 0.8.0: 2016-02-17
- Added 'withFields' and 'withoutFields' field-filtering functions to the SearchBuilder, EventBuilder, and GraphBuilder APIs.
- 0.7.0: 2015-12-23
- Add
sortBytoSearchBuilderwhich should be preferred oversortbut requires fully qualified field names (i.e. prefixed withvalueor@path) - Add
sortRandomwhich is the same assortBy("_random")