v0.18.0
v0.18.0 -- 2024-01-03
Added
- Add a run operator
A.expect(P)
to test the state predicateP
in the state resulting from applying actionA
(#1303)
Changed
- Change in
A.then(B)
: IfA
returnsfalse
,A.then(B)
fails (#1304)
Deprecated
Removed
Fixed
- Detect import paths that only differ in capitalization (#1295)