Skip to content

Releases: ChristopheBougere/asl-validator

3.0.8

05 Sep 20:15
2ed665f
Compare
Choose a tag to compare

3.0.8 (2022-09-05)

Bug Fixes

  • handle null parameter values (d13da8c)

3.0.7

02 Sep 16:03
7eade83
Compare
Choose a tag to compare

3.0.7 (2022-09-02)

Bug Fixes

  • choice statements must have a Next in first level operators (9e4874a)

3.0.6

02 Sep 11:20
e5eee30
Compare
Choose a tag to compare

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

25 Aug 11:59
f61a3af
Compare
Choose a tag to compare

3.0.5 (2022-08-25)

Bug Fixes

  • check: replace jsonpath-plus expression with traversal for dupe field check (#109) (f61a3af)

3.0.4

25 Aug 11:52
48bdf51
Compare
Choose a tag to compare

3.0.4 (2022-08-25)

Bug Fixes

3.0.3

20 Aug 06:10
e872a36
Compare
Choose a tag to compare

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

18 Aug 13:05
c9a44b5
Compare
Choose a tag to compare

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

18 Aug 11:56
Compare
Choose a tag to compare

3.0.1 (2022-08-18)

Bug Fixes

  • fixing default export with typescript (8e96bd8)

3.0.0

18 Aug 11:10
Compare
Choose a tag to compare

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

18 Aug 12:56
Compare
Choose a tag to compare

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