Releases: fuhrmanator/GIFT-grammar-PEG.js
Releases · fuhrmanator/GIFT-grammar-PEG.js
v1.0.2
What's Changed
- Fuhrmanator/issue70 by @fuhrmanator in #71
- Sans minify by @fuhrmanator in #72
Full Changelog: v1.0.0...v1.0.2
v1.0.1
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
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
What's Changed
- fix: duplicate spaces removed in markdown and added tests by @livinNector in #61
- Fuhrmanator/issue64 by @fuhrmanator in #65
New Contributors
- @livinNector made their first contribution in #61
Full Changelog: v0.2.3...v0.2.4
v0.2.3
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