Releases: TomerAberbach/grfn
Releases · TomerAberbach/grfn
v3.0.0
What's Changed
- feat: overhaul and require node 22 by @TomerAberbach in #11
Full Changelog: v2.0.0...v3.0.0
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
grfnvizsince 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