Skip to content

Releases: y-lohse/inkjs

v1.8.0-alpha.1

23 Sep 16:00
Compare
Choose a tag to compare
v1.8.0-alpha.1 Pre-release
Pre-release

This is the first test release with the new typescript codebase. If everything goes according to plan, it should work just as 1.7.2 minus a few bugs.

1.7.2

31 Aug 16:57
Compare
Choose a tag to compare

Changes in this version:

  • Better number detection, thanks to @NQNStudios
  • Several line break handling errors were fixed (see #200)
  • Avoiding a really big slowdown at the start-up (see #211), thanks to @joethephish for these fixes

Version 1.7.2 is also (probably) the last version before we switch to typescript — although if everything goes well, that shouldn't have any effect at all.

1.7.1

16 Jul 14:59
6aa7196
Compare
Choose a tag to compare

This version fixes two minor bugs:

  • The .babelrc file was accidentally shipped on npm, causing potential problems while not being necessary at all.
  • When evaluating an ink function from javascript, the output that came before the call was swallowed.

1.7.0 🚄

14 Jul 20:27
Compare
Choose a tag to compare

The predominant change in this version is the compatibility with ink v0.8.1. This was a lot of work and most of it was done by @ephread — thanks!
Everything should be working just fine but if you notice something strange, please let us know.

This version also includes a number of smaller changes:

Thanks again to everyone who contributed to this release, and happy inking!

1.7.0-beta1

14 Jul 18:23
Compare
Choose a tag to compare
1.7.0-beta1 Pre-release
Pre-release

Just a test release.

1.6.0

28 Jun 18:50
Compare
Choose a tag to compare

This version matches ink 0.7.4 but also contains the changes from ink 0.7.3 and 0.7.2.

Aside from that there were some ink.js specific bug fixes:

  • #68 corrects the returningtype of some operations
  • #70 corrects a runtime crash when a tag is empty

The first bug and most of the code updates were contributions from @joningold, thanks again!

1.5.2

02 Apr 14:39
Compare
Choose a tag to compare

This version matches ink 0.7.1. Part of the update work was done by @joningold (#52 / #53 and #56).

There are also a few bugs that were addressed:

  • Visit counts not incrementing properly (#54 & #55)
  • A possible engine crash (#60)
  • A bug with lists management (#59)
  • Babel complaining (#58)

This last one was fixed by our newest contributor, @erbridge ! Thank you, and thanks to @joningold as usual 👍

1.5.1

08 Mar 20:47
Compare
Choose a tag to compare

Version 1.5.1 is courtesy of @joningold and fixes 2 bugs:

  • #53 fixes a bug with external function evaluations
  • #55 fixes a bug with visit counts

1.5.0

05 Mar 12:33
Compare
Choose a tag to compare

This release matches version 0.7.0 of ink and adds support for lists!

1.4.6

05 Jan 22:53
Compare
Choose a tag to compare

Version 1.4.6 contains a fix (#48) for a bug with visit and turn counts. Thanks @joningold for the report and patch!