Releases: majg0/nxtpression
Releases · majg0/nxtpression
v2.0.1
v2.0.0
Breaking
- inverts
isTemplate
's logic and renames it toisNotTemplate
, asisTemplate
doesn't really determine whether a string really IS a template - it's only a heuristic. - no longer throws on undefined variable access by default; instead makes all compiling API functions accept an additional options argument with a property
throwOnUndefinedVariableAccess
which iftrue
will use the previous behaviour.