Skip to content

v0.2.1

Latest
Compare
Choose a tag to compare
@cjneidhart cjneidhart released this 28 Nov 03:23
· 34 commits to main since this release

Added

  • The @later macro for performing operations after a delay.
  • The @append, @prepend, and @replace macros for DOM manipulation.
  • The @punt macro to preserve a temporary variable between passages.
  • The utility functions either and randomInt.

Fixed

  • Fix a bug in the Twine highlighter involving the JavaScript dot operator.