Asl Validator Versions Save

A simple Amazon States Language validator based on JSON schemas.

3.0.2

1 year ago

3.0.2 (2022-08-18)

Bug Fixes

  • fix bug in JSONPath traversal to nested parallel states giving false positive (#100) (#103) (c9a44b5)

2.2.2

1 year ago

#100 Fix bug in JSONPath traversal to nested parallel states giving false positive

3.0.1

1 year ago

3.0.1 (2022-08-18)

Bug Fixes

  • fixing default export with typescript (8e96bd8)

3.0.0

1 year ago

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

2.2.1

1 year ago
  • #91: Fixes #90

2.2.0

1 year ago
  • #83 feat:new check for missing terminal state
  • #85 fix: bad jsonpath in nextAndDefaultTargets function
  • #87 feat: switch to jsonpath-plus for better expression support (allow for dashes in expressions, and browser support)

2.1.0

1 year ago
  • Detect duplicate state names
  • Detect invalid outbound transition from map/parallel state.

2.0.0

2 years ago

Features

#76

  • Support schema validation in IDEs such as VSCode
  • Validates error types
  • State types are now validated as single item enums instead of regular expressions

1.10.0

2 years ago

Bugfix #75

1.9.8

3 years ago

Bugfix: #72 (introduced with commander upgrade)