Releases: no-day/fp-ts-graph
Releases · no-day/fp-ts-graph
v0.3.1
Fixes incorrectly associated set of outgoing nodes to a set of incoming nodes.
v0.3.0
- Improves overall library performance by changing underlying data structures to immutable.js
- Map with arbitrary keys encoded to string using io-ts Codec.
v0.2.2
Cleanup & CI improvements
- Add spell checking via cspell
- Enforces prettier + "prettier-plugin-jsdocs" via CI
- Get rid of "import * as fp" pattern
- Fixes typos/formatting
v0.2.1
Replace deprecated function usage
v0.2.0
- Adds
lookupEdge
, lookupNode
, modifyAtEdge
and modifyAtNode
functions
- Updates project dependencies
v0.1.0
- Fix main and types field in package.json