Releases: Jaxolotl/ussd-flow-mock
Releases · Jaxolotl/ussd-flow-mock
0.6.2
0.6.0
ChangeLog
Changes incorporated from feedback to improve non technical users dev experience (e.g. prefer repeating code instead of reusing arrays through map)
- add ES5/ES6 related note to documentation
- refactor flow to improve readability for non technical users
0.5.0
ChangeLog
- replace "cons/let declarations" and "named arrow function expressions" with "var declarations" and "named function declarations" to avoid non ES6 users deal with TDZ
- remove unnecessary and misleading dataset default value for render function
- add documentation
0.3.0
0.2.0
ChangeLog
- add async transition flow
- add "connecting" transition
- add "non zero starting" and "non consecutive" option number support for displaying options
- add multichar answer support
- add "answerStandby" status (replaces answerIdle)
- add handler for quick answers skipping intermediate "click answer button" action step