Releases: arturania/human-logic
Releases · arturania/human-logic
v2.0.3
Version 2.0.2
Dependencies updated
Version 2.0.1
- Specs coverage fixed
- CI migrated from Travis to GitHub Actions
Version 2.0
Breaking changes:
Category
type was migrated from numeric enum tostring
const assertionsCategory
type valuesUNDEF
,FALSE
,NEVER
,MAYBE
,TRUE
are now strings (not numbers).LogicHash
interface was removed – useLogicValues
interface instead.Logic.asHash(...)
was removed – useLogic.asValues(...)
instead.Logic.fromHash(...)
was replaced by new methodLogic.fromValues(...)
.
Dependencies updated
v1.0.14 Dependencies updated
Dependencies update
v1.0.9 Dependencies update