convo
Version:
Easily create conversations (for more natural bots)
54 lines (33 loc) • 946 B
Markdown
1.0.9 / 2016-02-09
==================
* add tests and return null when initialize without a choice
1.0.8 / 2016-02-09
==================
* String(reply) should return null when there's nothing left to say
1.0.7 / 2016-01-25
==================
* fix finding by ID
1.0.6 / 2016-01-25
==================
* support arbitrary JS expressions
1.0.5 / 2016-01-22
==================
* fix typo
* fix undefined
1.0.4 / 2016-01-22
==================
* fix starting from a specific question
1.0.3 / 2016-01-18
==================
* add a way to get the current question
1.0.2 / 2016-01-16
==================
* should support going to an id
1.0.1 / 2016-01-15
==================
* add tests
* add testing and fix bugs
* add support for starting from middle of conversation (needs to be serializable - use superjson) and resetting the conversation to the top
0.0.1 / 2010-01-03
==================
* Initial release