UNPKG

479 BMarkdownView Raw
1# Changelog
2
3## 1.3.0
4
5* UniqueIndex and `by()` method
6* staging API
7* count() utility method
8* RethinkDB-style joins (eqJoin)
9* moved testing to Karma
10* moved builds and run to npm instead of gulp
11* added $containsAny operator
12* statistical functions: average, max, maxRecord, min, minRecord, median, mode
13* extract() to extract a flat array of values for one field in each record
14* extractNumerical() - same as extract() for numerical values
15* pre-insert and pre-update events