Release v5.0.0
Updated to use the latest version of blade-ink, matching Ink v0.8.3
Note: This is likely to be a breaking change as Ink made significant changes to whitespace handling in the latest versions of Ink. See https://github.com/inkle/ink/releases/tag/0.8.1 for more details
In particular:
- Choices should now be enclosed by [ ] in Ink scripts used by an InkBot
- Extended If/else/switch statements with diverts should have diverts on the same line as the condition
See the main README and the test .ink files (in mutters-ink-bot) for more examples.