Comparing version 1.5.1 to 1.5.2
# Changelog | ||
## 1.5.2 | ||
* fixed error when transform steps have non-serializable parameters (#624) | ||
* addCollection will return existing collection when collection named already exists (#635) | ||
* batch updates when not cloning no longer risk invalidating adaptive binary indices (#639) | ||
* fixed autosave race condition when using async adapter (#643) | ||
* collection option added to disableMeta if not using changes api or ttl (#644) | ||
## 1.5.1 | ||
@@ -4,0 +11,0 @@ * added disableDeltaChangesApi (default:true) collection option to store only differences. (#582) |
{ | ||
"name": "lokijs", | ||
"version": "1.5.1", | ||
"version": "1.5.2", | ||
"description": "Fast document oriented javascript in-memory database", | ||
@@ -5,0 +5,0 @@ "homepage": "http://lokijs.org", |
@@ -27,9 +27,10 @@ # LokiJS | ||
The following demos are available: | ||
- [Sandbox / Playground] (https://rawgit.com/techfort/LokiJS/master/examples/sandbox/LokiSandbox.htm) | ||
- a node-webkit small demo in the folder demos/desktop_app. You can launch it by running `/path/to/nw demos/desktop_app/' | ||
- [Sandbox / Playground](https://rawgit.com/techfort/LokiJS/master/examples/sandbox/LokiSandbox.htm) | ||
- a node-webkit small demo in the folder demos/desktop_app. You can launch it by running `/path/to/nw demos/desktop_app/` | ||
## Wiki | ||
Example usage can be found on the [wiki](https://github.com/techfort/LokiJS/wiki) | ||
### Main Features | ||
## Main Features | ||
@@ -46,4 +47,5 @@ 1. Fast performance NoSQL in-memory database, collections with unique index (1.1M ops/s) and binary-index (500k ops/s) | ||
LokiJS is at version 1.3 [Eostre]. | ||
As LokiJS is written in Javascript it can be run on any environment supporting javascript such as browsers, node.js/node-webkit, nativescript mobile framework and hybrid mobile apps (such as phonegap/cordova). | ||
As LokiJS is written in JavaScript it can be run on any environment supporting JavaScript such as browsers, node.js/node-webkit, nativescript mobile framework and hybrid mobile apps (such as phonegap/cordova). | ||
Made by [@techfort](http://twitter.com/tech_fort), with the precious help of Dave Easterday. | ||
@@ -62,2 +64,3 @@ | ||
## Roadmap | ||
* exactIndex | ||
@@ -64,0 +67,0 @@ * key-value datastore |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
413887
26
8093
88