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(...)
.