Releases: orioro/node-expression
Releases · orioro/node-expression
v4.0.1
4.0.1 (2021-02-24)
Bug Fixes
- update @orioro/validate-type and interpreter(...) typing to match ExpectedType (cfb3c8c)
v4.0.0
4.0.0 (2021-02-23)
Bug Fixes
- update @orioro/readme devDependency to version 1.0.1 (4c0fe4d)
Features
- move $date expressions to isolate repository (5f027d0)
- update @orioro/validate-type dependency (e9b3e70)
BREAKING CHANGES
v3.1.0
3.1.0 (2021-02-23)
Features
- add $objectKeys expression (e8930cf)
v3.0.0
3.0.0 (2021-02-16)
Features
- add logging to possible unknown expression evaluation (55e873e)
- array: rename $arraySubstitute to $arrayReplace and modify method interfaces (ddbc538)
- string: allow $stringConcat to take multiple strings at once (array) (f296922)
- string: remove $stringMatch, $stringTest and $stringReplace to isolate module (7d76ca0)
- add convenience ASC / DESC option to $arraySort (1bd7d88)
- allow $mathMax and $mathMin to handle multiple values at once (70a7eb8)
BREAKING CHANGES
- string: $stringMatch, $stringTest and $stringReplace
v2.7.2
2.7.2 (2021-02-15)
Bug Fixes
- semantic-release: manually trigger release (b0e4615), closes #298
v2.7.1
2.7.1 (2021-02-14)
Bug Fixes
- semantic-release: trigger semantic release release workflow (d16c3b5)
v2.7.0
2.7.0 (2021-02-14)
Features
- semantic-release: update docs and trigger release (4ed0d83)
v2.6.0
2.6.0 (2021-02-14)
Features
- date: support custom date format input for all date exps and allow defining zone on operations (2470abe)
- allow interpreter to receive custom parameter index of default scope value (a3f50f0)
v2.5.0
2.5.0 (2021-02-12)
Features
- type: make $type expression return extended type list (6d11dff)
v2.4.0
2.4.0 (2021-02-12)
Features
- introduce $stringInterpolate expression (c54c3d0)