Lodash Id Versions Save

Makes it easy to manipulate id-based resources with lodash or lowdb

v0.14.0

7 years ago

Removes localStorage and file functions from lodash-id as they are provided by lowdb.

Alternatively, it should be easy to write code to persist data or use libraries since data structures are simple arrays and objects.

v0.12.0

7 years ago

underscore-db now normalizes id, so you can use an integer or string to find, update, remove, ... an item.

_.getById(posts, 1) === _.getById(posts, '1')

v0.8.1

9 years ago
  • Update insert to keep objects order in case of replacement

v0.8.0

9 years ago
  • Rename project from underscore.db to underscore-db
  • insert replaces now docs with same id

v0.7.0

9 years ago
  • Remove mixWith, use simply _.mixin

v0.6.0

10 years ago
  • Faster _.insert
  • Add _.id property

v0.5.0

10 years ago

Add save and load.

v0.4.0

10 years ago

Fix Lo-Dash support in Node

v0.2.0

10 years ago
  • Faster inserts
  • Add updateWhere