Skip to content
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.

Releases: pheekus/svarog

v1.2.8

13 Sep 17:55
Compare
Choose a tag to compare

1.2.8 (2019-09-13)

Bug Fixes

  • cli: correct dev entry point (02d23f4)
  • compiler: fix "properties" and "required" compilers in loose and boolean mode (18905c5)

v1.2.7

13 Sep 17:04
Compare
Choose a tag to compare

1.2.7 (2019-09-13)

Bug Fixes

  • compiler: fix loose property checks on objects (447ef08), closes #13

v1.2.6

13 Sep 13:44
Compare
Choose a tag to compare

1.2.6 (2019-09-13)

Bug Fixes

  • build: fix a metric ton of issues preventing svarog from publishing to npm properly (dc7a90b)

v1.2.5

13 Sep 12:52
1439545
Compare
Choose a tag to compare

1.2.5 (2019-09-13)

Bug Fixes

v1.2.4

13 Sep 11:02
Compare
Choose a tag to compare

1.2.4 (2019-09-13)

Bug Fixes

  • figuring out the right CI compiler options (6cc25b6)

v1.2.3

13 Sep 10:47
Compare
Choose a tag to compare

1.2.3 (2019-09-13)

Bug Fixes

  • another attempt to fix failing prepack script (517dc4f)

v1.2.2

13 Sep 10:36
Compare
Choose a tag to compare

1.2.2 (2019-09-13)

Bug Fixes

  • cli: hide version from console output (7bfbdac)

v1.2.1

04 Sep 17:12
Compare
Choose a tag to compare

1.2.1 (2019-09-04)

Bug Fixes

  • compiler: fix validator expression for type path (cc54553)

v1.2.0

03 Sep 19:16
2e4365e
Compare
Choose a tag to compare

1.2.0 (2019-09-03)

Features

  • compiler: add support for "allOf" (278738a)
  • compiler: add support for "anyOf" (0156497)
  • compiler: add support for "not" (afb055c)

v1.1.0

03 Sep 18:01
3facb1a
Compare
Choose a tag to compare

1.1.0 (2019-09-03)

Bug Fixes

  • compiler: include % into the list of CEL operators (4af10fb)

Features

  • compiler: add support for "maxProperties" (9020aa1)
  • compiler: add support for "minProperties" (61c871f)
  • compiler: add support for "multipleOf" (04362e3)