Skip to content

Releases: Alex-Werner/SBTree

SBTree v3.1.2

22 Dec 20:44
Compare
Choose a tag to compare

SBTree v3.1.1

20 Oct 12:35
Compare
Choose a tag to compare

Notables Changes:

3.1.1

  • fix: handle field value as null

SBTree v3.1.0

30 Dec 22:56
Compare
Choose a tag to compare

Notables Changes:

3.1.0

  • feat(SBTree): implemented .once
  • feat(FSAdapter): implemented removeDocument
  • fix: fslockjs breaking changes

Special thanks to @vedmalex (Alex Vedmedenko) for those improvements

SBTree v3.0.2

04 Sep 00:18
2c4bd36
Compare
Choose a tag to compare

Changelog :

fix!(SBTree): .insertDocument to return array on single inclusion
fix: improve fieldName fetching from query
fix: finding recursive and $in
tests: added some query and find tests
doc: primitives documentation
doc: improved navigation

SBTree v3.0.1

29 Aug 03:42
Compare
Choose a tag to compare
V.3.0.1

SBTree v3.0.0

29 Aug 03:40
77b18ab
Compare
Choose a tag to compare
  • chore: update mongo-objectid + exposed it (#16)
  • chore: updated mongo-objectid to 1.2.0
  • feat: exposed ObjectID
  • test: added exposition test
  • chore: updated mongo-objectid to 1.2.1
  • chore: bump dependencies to latest
  • fix: consistency issue with getDocument on unfound doc (#15)
  • chore(package): bump to 3.0.0
  • fix: issue with lower fill factor than order for single element tree (#14)
  • fix: issue with lower fill factor than order for single element tree (#13)
  • fix(SBFRoot/findLowerThan): finding document on equal case for lte
  • style: formatting
  • test: add tests for tree with lower size than order
  • feat: add isReady method + remove waitFor deps (#18)
  • feat(SBTree): add isReady method
  • feat: moved waitFor to use isReady method
  • fix: fslock breaking change
  • docs: docsify documentation (#22)
  • tests!: reorganize tests + nested functional
  • chore: added DS and nyc output to ignored entities
  • chore!: return single document as [] + split lodash module
  • chore: update dev deps
  • style: eslint fix
  • fix: handling on unfound field
  • feat!: remove single object as array
  • chore: add badges