Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 697 Bytes

RELEASE_NOTES.md

File metadata and controls

32 lines (21 loc) · 697 Bytes

2.2.1

  • Added nested object support from SBTree

2.2.0

  • Added replace feature from SBTree

2.1.0

  • Added remove feature from SBTree

2.0.1

  • Fix options not being properly passed along

2.0.0

  • Allow to set field-wide uniqueness of value on Collection
  • Allow to insert documents
  • Provide FsAdapter
  • Provide MemoryAdapter (in-memory database)
  • Provide basic MongoDB like syntax query system ($eq, $ne, $in, $nin, $lt, $lte, $gt, $gte)
  • All fields are indexed by defaults (support for excluded field)
  • Switch SBTree for data usage
  • Switch to FSLockJS for the fs usage

1.0.0

  • Basic In Memory insert and find (BTree)
  • Prototyped SBTree
  • Prototyped FS Queue system