Skip to content

Version 2.0

Compare
Choose a tag to compare
@timashev timashev released this 26 Jul 07:10
· 9 commits to master since this release

Breaking changes:

  • Category type was migrated from numeric enum to string const assertions
  • Category type values UNDEF, FALSE, NEVER, MAYBE, TRUE are now strings (not numbers).
  • LogicHash interface was removed – use LogicValues interface instead.
  • Logic.asHash(...) was removed – use Logic.asValues(...) instead.
  • Logic.fromHash(...) was replaced by new method Logic.fromValues(...).