All Versions
13
Latest Version
Avg Release Cycle
105 days
Latest Release
2104 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v1.4.1 Changes
- ๐ minor fixes
- โก๏ธ updated jsdoc coverage
-
v1.4.0 Changes
- ๐ fixes to loki indexed adapter
- โ added nativescript adapter
- โ added $aeq, $contains, $containsAny, $ne
- ๐ fix unique index update with new object
- ๐ฆ expose persistence adapters to module export
- ๐ fix to loki-crypted-file-adapter
-
v1.3.0 Changes
- UniqueIndex and
by()
method - staging API
- count() utility method
- ๐ RethinkDB-style joins (eqJoin)
- ๐ moved testing to Karma
- ๐ moved builds and run to npm instead of gulp
- โ added $containsAny operator
- statistical functions: average, max, maxRecord, min, minRecord, median, mode
- extract() to extract a flat array of values for one field in each record
- extractNumerical() - same as extract() for numerical values
- โก๏ธ pre-insert and pre-update events
- UniqueIndex and