rudder-json-template-engine
Advanced tools
Comparing version 0.5.1 to 0.5.2
# Changelog | ||
## [0.5.2](https://github.com/rudderlabs/rudder-json-template-engine/compare/v0.5.1...v0.5.2) (2023-06-26) | ||
### Miscellaneous | ||
* add test-cases for array extraction ([#30](https://github.com/rudderlabs/rudder-json-template-engine/issues/30)) ([7c1ee4b](https://github.com/rudderlabs/rudder-json-template-engine/commit/7c1ee4b8827930db0eaf5869135f46153e4ea5a1)) | ||
## [0.5.1](https://github.com/rudderlabs/rudder-json-template-engine/compare/v0.5.0...v0.5.1) (2023-03-06) | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "rudder-json-template-engine", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"homepage": "https://github.com/rudderlabs/rudder-json-template-engine", | ||
@@ -5,0 +5,0 @@ "description": "A library for evaluating JSON template expressions.", |
@@ -52,5 +52,5 @@ <p align="center"> | ||
1. [Paths](test/scenarios/paths/template.jt) | ||
* [Filters](test/scenarios/filters/template.jt) | ||
* [Selectors](test/scenarios/selectors/template.jt) | ||
* [Context variables](test/scenarios/selectors/context_variables.jt) | ||
* [Filters](test/scenarios/filters) | ||
* [Selectors](test/scenarios/selectors) | ||
* [Context variables](test/scenarios/context_variables/template.jt) | ||
* [Simple paths](test/scenarios/paths/simple_path.jt) | ||
@@ -57,0 +57,0 @@ * [Rich paths](test/scenarios/paths/rich_path.jt) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
119999