Skip to content

Releases: y-lohse/inkjs

v2.2.2

17 Aug 12:46
c8b5176
Compare
Choose a tag to compare

This minor release delivers some minor bugfixes and improvements

  • Bug detected on LIST_RANGE by @Meorge in C# source was fixed in inkjs (tests added)
  • Merged fix to save tags on choice from @Shepard (+ tests)
  • Merged new docs to disambiguate usage with typescript by @bemisguided
  • Fix non-ascii identifiers in compiler by @technix
  • Migrate to typescript 4.9.5
  • Provides missing typeNames and accessor to more classes in the compiler export

What to download

  • inkjs-2.2.2-dist files contain ink.js (runtime only), ink-full.js (runtime + compiler) and inkjs-compiler (formerly inklecate : the command line compiler) : this is the prefered download.
  • Source code files contain the full project as released and has to be build.

v2.2.1

26 Feb 15:11
74c9155
Compare
Choose a tag to compare

This minor release delivers some minor bugfixes in the compiler and in the inkjs-js integration.

What to download

  • inkjs-2.2.1-dist files contain ink.js (runtime only), ink-full.js (runtime + compiler) and inkjs-compiler (formerly inklecate : the command line compiler) : this is the prefered download.
  • Source code files contain the full project as released and has to be build.

v2.2.0

21 Oct 14:25
04edb26
Compare
Choose a tag to compare

This release matches ink v1.1.1.

What to download

  • inkjs-2.2.0-dist files contain ink.js (runtime only), ink-full.js (runtime + compiler) and inkjs-compiler (formerly inklecate : the command line compiler) : this is the prefered download.
  • Source code files contain the full project as released and has to be build.

v2.1.0

12 May 20:53
fd1d31f
Compare
Choose a tag to compare

With this version, inkjs comes with a port of the Ink compiler to javascript! This means you can now compile and play ink files directly in from anything that runs javascript 🎉

Congratulations to @smwhr, @ephread and @furkle for this release 😍

What to download

  • inkjs-2.1.0-dist files only contain ink.js (runtime only) and ink-full.js (runtime + compiler) : this is the prefered download.
  • Source code files contain the full project as released and has to be build.

v2.0.0

16 May 21:46
Compare
Choose a tag to compare

This release matches ink v1.0. Despite the change in major version, there are no breaking changes in the API — please refer to the ink change log for more details.

Huge thanks to @ephread and @smwhr for your contributions (and patience) 😅

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!