Skip to content

Breaking: refactor states

Pre-release
Pre-release
Compare
Choose a tag to compare
@tiye tiye released this 20 Mar 16:36
· 65 commits to master since this release

The code:

(cursor-> "xxx-id" comp-task states p1 p2)

now changes to:

(comp-task (>> states "xxx-id") p1 p2)

And mutation-> action-> have been removed.

Find details in #23 .