Releases: ex-nihil/poe-query
Releases · ex-nihil/poe-query
v0.1.18
v0.1.17
Step version to 0.1.17
v0.1.16
Fix regression of reduce statement
v0.1.15
Switch to using 64-bit DAT files GGG removed 32-bit variants
v0.1.14
Release 0.1.14 Improvements to error messages and handling
v0.1.13
Support contains and improve select builtins
v0.1.12
Fix getting enum values Enum values was incorrectly interpreted as a foreign key, causing an attempt to read a file that does not exist
v0.1.11
Release v0.1.11 Support - @file directive (paths) - f32 types - unknown types in spec
v0.1.10
Support negative ranges in slice
v0.1.9
Calculation of fields after object construction Fixes the following: {foo: 1, bar: 2} | .foo + .bar evaluates 3