Releases: fergiemcdowall/fergies-inverted-index
Releases · fergiemcdowall/fergies-inverted-index
10.1.0
What's Changed
- account for occasions where token VALUE contains a ':' by @mistermoe in #41
- feat: switch to
abstract-level
by @mikaelkaron in #44 - Bump terser from 5.9.0 to 5.14.2 by @dependabot in #43
- Bump plist from 3.0.4 to 3.0.5 by @dependabot in #39
New Contributors
- @mistermoe made their first contribution in #41
- @mikaelkaron made their first contribution in #44
Full Changelog: v10.0.1...v10.1.0
v10.0.1
Cleaned up dependencies, code.
v10.0.0
- Can sort numbers numerically
- Can choose numeric number ranges
v8.0.1
can IMPORT and EXPORT. Better performance on the web
v6.0.0
MIN and MAX now take tokens rather than field names
v5.3.0
Releasing version v5.3.0
v5.2.1
Some bugfixes
v5.1.0
More consistent handling of FIELD in results (always an Array)
v5.0.0
- Added the FIELDS() method to the API to fetch available fields
- _id is always converted to String
- Capitalisation in result property names (field, value, gte, lte -> FIELD, VALUE, GTE, LTE)
- Version bumps and small fixes
v4.1.0
This version handles documents with arrays and nested arrays better