Breaking: refactor states
Pre-release
Pre-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 .