Releases: yaricom/goGraphML
Releases · yaricom/goGraphML
v1.4.3 🇺🇦
v1.4.2 🇺🇦
Changes
- Add attribute setters for GraphML, Graph, Node and Edge @n-peugnet (#12)
v1.4.1 🇺🇦
Changes
- Implemented support for removing
Key
by name. @yaricom (#11) - Add methods to remove attributes from elements & keys from GraphML @n-peugnet (#10)
v1.4.0 🇺🇦
Changes
- Add a map of the graph's nodes to make accessing them easier @n-peugnet (#9)
v1.3.2 🇺🇦
v1.3.1 🇺🇦
Changes
- Omit empty for attribute of key element @n-peugnet (#7)
v1.3.0 🇺🇦
Changes
- Added happy path for empty default values tests. @yaricom (#6)
- Allow to parse empty data with empty default string key @n-peugnet (#5)
- Fill undefined keys with default value @n-peugnet (#4)
v1.2.0 🇺🇦
Changes
- Use default key type and value @yaricom (#3)
- Return attr as string by default, instead of error @n-peugnet (#2)