Releases: ChristopheBougere/asl-validator
Releases · ChristopheBougere/asl-validator
3.0.8
3.0.8 (2022-09-05)
Bug Fixes
- handle null parameter values (d13da8c)
3.0.7
3.0.7 (2022-09-02)
Bug Fixes
- choice statements must have a Next in first level operators (9e4874a)
3.0.6
3.0.6 (2022-09-02)
Bug Fixes
- paths: update path parser lib and add test with all intrinsic functions (#111) (e5eee30)
3.0.5
3.0.5 (2022-08-25)
Bug Fixes
- check: replace jsonpath-plus expression with traversal for dupe field check (#109) (f61a3af)
3.0.4
3.0.4 (2022-08-25)
Bug Fixes
3.0.3
3.0.3 (2022-08-20)
Bug Fixes
- schemas: fix schema definition for payload template to avoid the oneOf options intersecting (#105) (e872a36)
3.0.2
3.0.2 (2022-08-18)
Bug Fixes
- fix bug in JSONPath traversal to nested parallel states giving false positive (#100) (#103) (c9a44b5)
3.0.1
3.0.1 (2022-08-18)
Bug Fixes
- fixing default export with typescript (8e96bd8)
3.0.0
3.0.0 (2022-08-18)
Bug Fixes
- schemas: payload template definition was too restrictive (#102) (5e853fa)
- typescript review (remove any) (d798fd7)
- upgrade path lib and added test to show it working (#96) (87f86fa)
chore
Features
- add configuration to the validation to enable or disable named validations (1bc0a06)
- detect duplicate fields in payload templates post eval (#95) (7e0ce0e)
- integration of asl-path-validator for path expressions (#93) (5ca946d), closes #2
BREAKING CHANGES
-
updated the json path error
-
fix: typescript review (remove any)
-
updated the json path error
V2.2.2
#100 Fix bug in JSONPath traversal to nested parallel states giving false positive