Releases: appy-one/acebase
Releases · appy-one/acebase
v1.24.5
v1.24.4
v1.24.3
v1.24.2
v1.24.1
v1.24.0
v1.23.0
What's Changed
- Data recovery: repair node by @appy-one in #142
- Fix NodeNotFoundError & NodeRevisionError imports by @appy-one in #143
- Fix/eslint jsdocs async await by @appy-one in #144
- Exclude dev files from npm package
- ESlint fixes, better acebase-core exports
Full Changelog: v1.22.0...v1.23.0
v1.22.0
What's Changed
- added native
bigint
data type support (#121 Add BigInt support) - fixed #124 Sorting is always ascending when using indexes and take()
- fixed #135 Unexpected query filter behavior for
contains
operator whencompare == []
. - ported more files to TypeScript
Changes published to npm in versions 1.21.5-1.21.7:
- fixed #117 (index date values properly)
- fixed #118 (infinite quicksort loop)
- fixed #119 Query with skip() and take() throws unhandled error without sort()
- fixed #120 Incorrect query result with skip()/take() when items are sorted in descending order (possibly related to indices)
Full Changelog: v1.21.4...v1.22.0