Skip to content

Releases: zhouzi/TheaterJS

v2.0.1

02 Nov 21:15
Compare
Choose a tag to compare
  • publish to npm, fix for non-browser environment
  • add a .npmignore file
  • add source map

v2.0.0

02 Nov 20:42
Compare
Choose a tag to compare

Warning: this is a major release with lots of breaking changes. Actually, one could think that it's almost a new library - except that it's still working the same way it was. TheaterJS is now simpler, more focused, more robust and funnier! Have a look at the documentation to see what changed (I also plan to add a note on how to move from v1.x to v2 really soon).

v1.4.2

13 Apr 18:09
Compare
Choose a tag to compare
  • Updated bower.json to ignore irrelevant files

v1.4.1

22 Mar 00:07
Compare
Choose a tag to compare
  • added support for NodeJS/Browserify, AMD environments
  • erase scenes' speed can now be configured independently

Added tests, some fixes + clean up

07 Mar 14:56
Compare
Choose a tag to compare
  • Added test/ (see test/coverage for more details)
  • Removed utils.copy (was unused)
  • Fixed utils.isObject to exclude arrays
  • write now also accepts an array of arguments
  • Fixed emit to work properly with custom events
  • Fixed play to work properly when state is playing

Fixing play

25 Feb 20:32
Compare
Choose a tag to compare
v1.3.2

updating to v1.3.2

Adding `stop` method

22 Feb 13:15
Compare
Choose a tag to compare

Calling theater.stop() lets the playing scene ends and then stop the scenario. Use theater.play() to continue playing the scenario where it left.

Erase adjustement, improving mistakes, configurable speed.

14 Feb 22:54
Compare
Choose a tag to compare

1.3.0

  • minSpeed and maxSpeed are now configurable
  • default maxSpeed decreased to 600 (instead of 1000)
  • mistakes are repeatable
  • erase's speed varies just as "say" scenes

Bower component

07 Feb 11:57
Compare
Choose a tag to compare

TheaterJS is now available as bower component bower install theaterjs

TheaterJS first release

07 Feb 11:43
Compare
Choose a tag to compare

First "official" release of TheaterJS. See changelog for more details.