Skip to content

Releases: Evernote/Aquaman

onFlowEnd now has "isCompleted" parameter

24 Aug 15:42
03f4850
Compare
Choose a tag to compare

Differentiate between a flow that ended early vs finished all the steps.isCompleted will be true if all steps of a flow were completed. Otherwise it will be false.

Add exports for new types

04 Feb 19:43
9c0d655
Compare
Choose a tag to compare
Merge pull request #27 from Trent-Evernote/growth/trent/EG-1320-3

Add exports for new types

Added flow options argument to onWillChooseFlow function call

04 Feb 16:39
8715781
Compare
Choose a tag to compare
Merge pull request #26 from Trent-Evernote/growth/trent/EG-1320-3

Added flow options argument to onWillChooseFlow function call

Update jest types

03 Feb 21:07
c42331e
Compare
Choose a tag to compare
Merge pull request #25 from Trent-Evernote/fix-istanbul-lib-coverage

Fix istanbul lib coverage

Allow flows to be blocked from onWillChooseFlow()

02 Feb 19:51
905722c
Compare
Choose a tag to compare

Fix an issue when using forceFlow.

Allow flows to be blocked from onWillChooseFlow()

02 Feb 19:30
12d06e7
Compare
Choose a tag to compare

Flows can now be rejected inside onWillChooseFlow.

onStep should be called before "next

09 Sep 22:38
4bc63d2
Compare
Choose a tag to compare
v1.2.1

bump to v1.2.1

onStep includes flowId and current step number

08 Sep 21:20
f083471
Compare
Choose a tag to compare