Releases: scenarioworld/articy-js
Releases · scenarioworld/articy-js
v1.2.2
v1.2.1
v1.2.0
Breaking Changes
RegisterFeatureExecutionHandler
andRegisterTemplateExecutionHandler
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
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.