minimongo
Version:
Client-side mongo database with server sync over http
11 lines (7 loc) • 375 B
Markdown
All notable changes to this project will be documented in this file.
* RemoteDb now does bulk upserting when passed multiple docs. Before it would use async.eachSeries
* RemoteDb now calls PATCH on collection directly, not collection/:id
* Switch away from using WebSQL as an auto-selected database, except on iOS with the SQLite plugin.