Skip to content

Releases: TomerAberbach/grfn

v2.0.0

13 May 01:39
c9b144d
Compare
Choose a tag to compare

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

v1.0.1

23 Apr 22:24
278589d
Compare
Choose a tag to compare

What's Changed

  • chore: "exports" to include the debug entry by @maraisr in #5
  • fix: mistake in computing output type

New Contributors

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