Releases: astrochili/narrator
Releases · astrochili/narrator
1.8
BREAKING CHANGES
- Converted all the API from
camelCase
tosnake_case.
Updates:
- Added Lua Language Server annotations to public API.
- Added a gui scene to the Defold example.
- Added some additional sections to README.
- Other cosmetics in the code.
Still no new features, sorry 🫣.
1.7
1.6
1.5
- Fixed bug with no diverting to nested text labels.
- Fixed bug with dot notation folders for inclusions.
1.4
- Added running functions with
~
operator but without real assignments such as~ doSomething(x)
- Fixed missing of LIST metatable after intersection operation
{ A ^ B }
, which made further list comparisons impossible. - Fixed test cases that use random number generation.
Narrator 1.3
- Fixed #3. Now initial VAR values are assigned after parsing instead of the first runtime start. This makes the variables become available in the book table before the story begins.
- Fixed: An empty line at the beginning of the Ink file prevents parsing.
Narrator 1.2
- Fixed #1: string constants don't work properly.
- Clear
story.choices
after usingjumpTo()
.
Narrator 1.1
Added choice tags.
Narrator 1.0
Initial release.