All Versions
13
Latest Version
Avg Release Cycle
105 days
Latest Release
1740 days ago

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