Releases: TomerAberbach/grfn
Releases · TomerAberbach/grfn
v2.0.0
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