Skip to content

0.12.2 / 2018-09-05

Compare
Choose a tag to compare
@chentsulin chentsulin released this 05 Sep 10:00
· 51 commits to master since this release
  • [new] add param support for template string:

use param to access object values that provided as sencond argument when calling action:

B.sendText('User: {{param.name}}')(context, { name: 'Super User' });