Skip to content

Releases: j2inn/libhaystack

Add dis_macro support

26 Feb 19:11
Compare
Choose a tag to compare

Adds dis_macro support used for calculating display names for records.

Add visitor to filter

17 Nov 08:49
e069b5c
Compare
Choose a tag to compare

Adds a Visitor trait that can be used with a haystack filter's node AST.

Also updated dependencies and implemented clippy suggestions.

Fix cmp and ord

06 Sep 05:03
97a674d
Compare
Choose a tag to compare

Fixes some issues re. compare and ordering of Number and Coord types.
Some style changes and dependencies updates.

Update dependencies

13 Jun 20:43
1183985
Compare
Choose a tag to compare
  • Dependencies update
  • Fix on some issues uncovered by newer lint rules.

Fix Null Value hashcode

17 Oct 23:43
f12fd47
Compare
Choose a tag to compare
  • Fixed issue with hash code calculation, see #12
  • Make the library more modular, allows using just the units parts of the library for example

Fix issue with Grid JSON decoding

03 Oct 15:29
c91f39a
Compare
Choose a tag to compare

Fix security issue

22 Sep 16:56
57ffd43
Compare
Choose a tag to compare

Remove Wee-Alloc dependency as it was not maintained anymore and use the standard allocator for Wasm.

Updated dependencies and made sure it compiles with Rust 1.64.0

Update unit database

25 Aug 17:21
8821381
Compare
Choose a tag to compare
  • Update the unit database from Fantom
  • Make the ref list resolver apply to all comparator operators
  • Refactor some internals of the filter and zinc parsers

Implement Ref list filtering

24 Aug 20:19
fda335b
Compare
Choose a tag to compare

Fix haystack filter parsing for `is a` queries

24 Aug 08:02
e6c4b42
Compare
Choose a tag to compare

Fix for parsing the entire haystack filter when parsing a query with an is a query.