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:
Changelog
v0.3.0 - 2021-06-25
API changes:
params
parameter on parse
which is required to properly parse an expression (@judofyr)GROQ compatibility fixes:
length
(@judofyr)order
(@judofyr)string
function (@judofyr, @israelroldan)references
(@judofyr)dateTime
(@judofyr)score
function (@judofyr)lower
and upper
(@judofyr)pt::text
(@judofyr)match
behavior (@judofyr)Private changes:
SyntaxNode
into a special ExprNode
represent what's returned from parse
(@judofyr)Tooling changes:
tap
for running tests since Jest is too slow (@judofyr)