Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@TomerAberbach TomerAberbach released this 13 May 01:39
c9b144d

What's Changed

  • feat: implement type safety by @TomerAberbach in #7
    • Implement type-level checking of graph constraints
    • The above requires an API change, to separate the keys representing a task from the task function
    • Delete debug runtime validation entrypoint since the type-level validation takes care of it
    • Reduce bundle size
    • Increase test coverage
    • Deprecate grfnviz since it's a pain to maintain and no one seems to be using it
    • Require node 18

Full Changelog: v1.0.1...v2.0.0