Skip to content

Releases: fuhrmanator/GIFT-grammar-PEG.js

v1.0.2

15 Sep 19:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.2

v1.0.1

15 Sep 18:17
Compare
Choose a tag to compare

This version fixes the broken minified files (using an older version of minify until it's patched) and introduces an example of better error messages in the grammar.

Full Changelog: v1.0.0...v1.0.1

v1.0.0

16 Aug 00:59
Compare
Choose a tag to compare

What's Changed

  • fix: refactored incorrectFeedback and correctFeedback to TrueFeedback… by @livinNector in #63

Note this is a breaking change. The format of the TF question object is now different: incorrectFeedback becomes trueFeedback and correctFeedback becomes falseFeedback. See #62 for more context.

Full Changelog: v0.2.4...v1.0.0

v0.2.4

10 Jun 00:15
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.3...v0.2.4

v0.2.3

19 Apr 01:53
Compare
Choose a tag to compare

What's Changed

  • Better parsing of newlines \n, fix editor preview and better tests by @fuhrmanator in #59

Full Changelog: v0.2.2...v0.2.3

v0.2.2

16 Apr 18:37
Compare
Choose a tag to compare

What's Changed

  • Support negative numbers in numerical question parsing by @Sho-ki in #56

New Contributors

Full Changelog: v0.2.1...v0.2.2