Skip to content

Releases: y-lohse/inkjs

v1.11.0

12 Jun 14:03
Compare
Choose a tag to compare

This release matches ink v0.9!

v1.10.5

25 May 12:11
Compare
Choose a tag to compare

Along with some internal changes, this release fixes 2 issues:

  • NativeFunctionCall prints enum values in error messages, not value type strings (#478)
  • An error when dividing float values (#514)

Many thanks to @furkle and @chromy for their help on these!

v1.10.4

20 Apr 10:02
Compare
Choose a tag to compare

This release should fix an issue when using ink.js with react-create-app (#427).

v1.10.3

18 Feb 18:40
Compare
Choose a tag to compare

v1.10.2

07 Jun 21:00
Compare
Choose a tag to compare

This new releases fixes a problem with the legacy-browser version of inkjs — which is not the default version. People manually importing the dist/ink.js file were affected by this.

Thanks to @ephread for the fix!

v1.10.1

06 Jun 17:32
Compare
Choose a tag to compare

This version fixes a bug with VariableObservers not working (presumably introduced around v1.9). Thanks to @michael-badrobotgames for the fix!

v1.10.0

05 Jun 10:22
Compare
Choose a tag to compare

This release matches ink v0.8.3. Thanks to @ephread and @furkle for their contributions!

v1.9.0

01 Mar 16:22
Compare
Choose a tag to compare

This version contains 2 bug fixes (invisible choices loosing their callstack and #262), and we are now exposing typescript definitions.

Thanks to @ephread, @joningold and @joethephish for their contributions on the last changes 🎉

v1.8.0

15 Nov 06:47
Compare
Choose a tag to compare

Version 1.8.0 brings two big changes:

  • Compatibility with the latest ink v0.8.2.
  • An under-the-hood rewrite in typescript — the API is unchanged, but some previously unidentified bugs have been corrected in the process.

Thanks to @NQNStudios, @joningold and @joethephish for their contributions and especially @ephread for spearheading the conversion to typescript effort!

v1.8.0-beta.1

27 Sep 20:58
Compare
Choose a tag to compare
v1.8.0-beta.1 Pre-release
Pre-release

This version should support ink v0.8.2.