@mapbox/expression-jamsession
Advanced tools
Changelog
0.5.0
13.21.0
and removes block list predicated on object support.literal
expression, which now supports any literal value (arrays, objects, strings, etc), in accordance with the style spec.Changelog
0.4.1
!
as a prefix operator instead of an infix operator when transforming expressions to formulas, since !
has only one operand.Changelog
0.4.0
formulaToExpression
.Changelog
0.3.2
<=
and !
.Changelog
0.3.1
literal
expression, whose argument can be an array whose items are primitives and arrays of primitives.Changelog
0.3.0
^
(exponentiation) and %
(remainder) expression operators.formulaToExpression
. It now returns undefined
.Changelog
0.2.0
expressionToFormula
and formulaToExpression
, so the transformation can go both ways.