Skip to content

Releases: scenarioworld/articy-js

v1.2.2

16 Jan 20:04
Compare
Choose a tag to compare

v1.2.1...v1.2.2

v1.2.1

30 Dec 21:44
Compare
Choose a tag to compare
  • Run condition and input pin scripts on execute (#76) 108baf0
  • Update CHANGELOG.md a539106

v1.2.0...v1.2.1

v1.2.0

18 Oct 17:10
Compare
Choose a tag to compare

Breaking Changes

  • RegisterFeatureExecutionHandler and RegisterTemplateExecutionHandler now take a new mandatory property: a unique string id. This prevents handlers from being reregistered in projects using webpack where hot reloads may re-execute individual modules. (#50)

v1.1.0...v1.2.0

v1.1.0

05 Oct 23:41
Compare
Choose a tag to compare

Added new withGlobals alternative iterator methods that split out the variables, visits, etc. from the rest of the iterator. Useful when you are sharing variables between multiple iterators.

Also added support for using runScript to get strings or numbers.

v1.0.0...v1.1.0

v1.0.0

22 Jul 19:26
Compare
Choose a tag to compare

First full release that supports localization, inline scripts, and more.

v0.4.0-1...v1.0.0

v0.4.0-1

12 Jul 23:02
Compare
Choose a tag to compare
v0.4.0-1 Pre-release
Pre-release
  • Added view box information ad2608f

v0.4.0-0...v0.4.0-1

v0.4.0-0

12 Jul 16:45
Compare
Choose a tag to compare
v0.4.0-0 Pre-release
Pre-release

Putting this out as a pre-release because there's still some bugs with the inline script support.

  • Iteration now tracks outgoing connections 140f6ff
  • Inline script support in display text based on Inkle's Ink 5dca65e

v0.3.20...v0.4.0-0

v0.3.20

18 May 23:17
Compare
Choose a tag to compare
  • Fixed bug when merging iterators with no branches. 22e0761

v0.3.19...v0.3.20

v0.3.19

03 May 23:06
Compare
Choose a tag to compare
  • Added new stopAtFeatures list to customize iterator. 561c907
  • Fixed bug where multiple features broke the feature handlers. a872c4e

v0.3.18...v0.3.19

v0.3.18

27 Apr 18:38
Compare
Choose a tag to compare

Added some of the built in script functions. Doesn't include setProp since I don't have a good way of modifying database values yet.

  • getProp, getObj, print, random, speaker, and self e0e9676

v0.3.17...v0.3.18