Releases: ncthbrt/reason-nact
Releases · ncthbrt/reason-nact
v1.4.4
1.4.4
v1.3.0
Added Query Operator
Example usage:
open Nact.Operators;
let findDinsheh = ((contactId, _)) =>
contactsService <? (findContact("1", contactId), 100 * milliseconds);
Added Supervision
Instructions can be found at:
https://nact.io/lesson/reasonml/supervision
v1.0.1
v1.0.0
v0.1.1
First release
v0.1.0 Updated travis.yml