json-evaluator#
Version 0.11.0 (2024-05-07)#
Exciting New Features ✨#
Improved logic handling for json-evaluator
Version 0.10.1 (2024-02-12)#
chore: Automated release of apps/json-evaluator:v0.10.1 (#405)
fix: Updated json-evaluator to use new json-evaluator-lib version 0.8.0 #2404 (#404)
Version 0.10.0 (2024-02-07)#
chore: Automated release of apps/json-evaluator:v0.10.0 (#401)
feat: json evaluator enhancement #2404 -> The json-evaluator is now able to detect an empty structure, and instead of throwing an error, it returns a RED/YELLOW/GREEN answer depending on the RETURN_IF_EMPTY environment variable. -> The log field of a check is now used to specify which field of the entry is to be logged in the finding. -> If there are multiple breaking elements in the json, the json-evaluator can now be configured using the CONTINUE_SEARCH_ON_FAIL environment variable to return dedicated findings for each json entry that broke the check.
Version 0.9.0 (2024-01-25)#
Changed behavior#
Behavior in case of an empty structure can be configured with the env variable RETURN_IF_EMPTY
Version 0.8.0 (2023-12-07)#
New features#
Allow empty filter results for JSON arrays as reference (#367)