Skip to content

Releases: typicode/lodash-id

v0.14.0

14 Mar 22:32
Compare
Choose a tag to compare

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

01 Oct 15:11
Compare
Choose a tag to compare

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

06 Nov 03:53
Compare
Choose a tag to compare
  • Update insert to keep objects order in case of replacement

v0.8.0

06 Nov 03:52
Compare
Choose a tag to compare
  • Rename project from underscore.db to underscore-db
  • insert replaces now docs with same id

v0.7.0

03 Sep 00:43
Compare
Choose a tag to compare
  • Remove mixWith, use simply _.mixin

v0.6.0

18 Feb 01:11
Compare
Choose a tag to compare
  • Faster _.insert
  • Add _.id property

v0.5.0

04 Feb 10:18
Compare
Choose a tag to compare

Add save and load.

v0.4.0

29 Jan 03:26
Compare
Choose a tag to compare

Fix Lo-Dash support in Node

v0.2.0

25 Jan 04:44
Compare
Choose a tag to compare
  • Faster inserts
  • Add updateWhere