Changelog
v1.0.0-rc - 2022-07-28
New features:
array::unique()
math
namespace:
min()
max()
sum()
avg()
string
namespace:
startsWith()
split()
array
namespace:
join()
compact()
Tooling changes:
$GROQTEST_SUITE
Changelog
v0.4.0-beta.2 - 2022-03-21
Bug fixes
select(123,)
.{"mail" == … => …}
).//
on a single line).Changelog
v0.4.0-beta.1
Bug fixes:
ReferenceError: marks is not defined
which happened while parsing strings in strict mode.Changelog
v0.4.0-beta.0 - 2021-12-14
New features:
now()
and identity()
during evaluation.Backwards compatible API changes:
params
and mode
option on parse
.before
and after
option on evaluate
.groqJS
.Private changes:
Tooling changes: