Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 263 Bytes

CHANGELOG.md

File metadata and controls

7 lines (5 loc) · 263 Bytes

Changelog

All notable changes to this project will be documented in this file.

[5.0.0]

  • 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