Skip to content

SBTree v3.0.0

Compare
Choose a tag to compare
@Alex-Werner Alex-Werner released this 29 Aug 03:40
· 44 commits to master since this release
77b18ab
  • 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