Skip to content

Releases: Divy1211/xs-check

v0.1.5

15 Dec 13:04
Compare
Choose a tag to compare

Changelog

  • Fixed #8 Parsing unquoted rule group name yields an error

v0.1.4

13 Dec 06:12
Compare
Choose a tag to compare

Changelog:

  • Fixed #6 leading whitespaces cause span offsets to be incorrect
  • Fixed #7 capitalized type names throwing an error

v0.1.3

09 Dec 20:30
Compare
Choose a tag to compare

Changelog:

  • Fixed #3 Empty file results in TokenizationError
  • Fixed #5 Initializers for static variables can only be literals
  • Updated prelude docs for task related functions

v0.1.2

17 Nov 10:42
Compare
Choose a tag to compare

Added functions and constants from chronicles

v0.1.1

09 Nov 05:55
Compare
Choose a tag to compare

Changelog

  • Fixed space not allowed after unary negative not generating a syntax error #1
  • Fixed showing no type checking errors found when a parse/tokenization error occurs #2

v0.1.0

19 Sep 13:38
Compare
Choose a tag to compare

First release of xs-check!