LokiJS v1.3.0 Release Notes

    • 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