Skip to content

v0.12.0

Compare
Choose a tag to compare
@typicode typicode released this 01 Oct 15:11
· 32 commits to master since this release

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')