Releases: zhouzi/TheaterJS
Releases · zhouzi/TheaterJS
v2.0.1
v2.0.0
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
v1.4.1
Added tests, some fixes + clean up
- Added
test/
(seetest/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 isplaying
Fixing play
v1.3.2 updating to v1.3.2
Adding `stop` method
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.
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
TheaterJS is now available as bower component bower install theaterjs
TheaterJS first release
First "official" release of TheaterJS. See changelog for more details.