Skip to content

Releases: astrochili/narrator

1.8

25 Sep 10:33
Compare
Choose a tag to compare

BREAKING CHANGES

  • Converted all the API from camelCase to snake_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

09 Apr 09:59
5a2015c
Compare
Choose a tag to compare
1.7

1.6

10 Jan 13:44
Compare
Choose a tag to compare
1.6

1.5

17 Oct 17:42
Compare
Choose a tag to compare
1.5
  • Fixed bug with no diverting to nested text labels.
  • Fixed bug with dot notation folders for inclusions.

1.4

25 Sep 17:08
Compare
Choose a tag to compare
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

04 Feb 18:13
Compare
Choose a tag to compare
  • 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

03 Feb 17:41
1e47cc9
Compare
Choose a tag to compare
  • Fixed #1: string constants don't work properly.
  • Clear story.choices after using jumpTo().

Narrator 1.1

27 Jul 17:58
Compare
Choose a tag to compare

Added choice tags.

Narrator 1.0

23 Jun 18:27
Compare
Choose a tag to compare

Initial release.