Releases: Alex-Werner/SBTree
Releases · Alex-Werner/SBTree
SBTree v3.1.2
Full Changelog: v3.1.1...v3.1.2
SBTree v3.1.1
Notables Changes:
3.1.1
- fix: handle field value as null
SBTree v3.1.0
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
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
V.3.0.1
SBTree v3.0.0
- 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