Releases: ChristopheBougere/asl-validator
Releases · ChristopheBougere/asl-validator
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
- rewrite to typescript (7cfed11)
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
loc.indexOf is not a function (jsonpath-plus regression) #90
2.2.0
New validations
- Detect duplicate state names
- Detect invalid outbound transition from map/parallel state.
Support schema validation in IDEs such as VSCode
Features
- Support schema validation in IDEs such as VSCode
- Validates error types
- State types are now validated as single item enums instead of regular expressions
Fix bug to show missing transition target errors
Rollback commander version
Bugfix: #72 (introduced with commander upgrade)