Skip to content

Releases: yaricom/goGraphML

v1.4.3 🇺🇦

15 May 12:24
Compare
Choose a tag to compare

Changes

  • Extracted IDs generation logic into separate functions @yaricom (#14)
  • Fix duplicated IDs when adding data to parsed graphML @n-peugnet (#13)

v1.4.2 🇺🇦

06 May 16:43
Compare
Choose a tag to compare

Changes

  • Add attribute setters for GraphML, Graph, Node and Edge @n-peugnet (#12)

v1.4.1 🇺🇦

19 Mar 16:56
789b1c8
Compare
Choose a tag to compare

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 🇺🇦

16 Feb 14:00
464588d
Compare
Choose a tag to compare

Changes

  • Add a map of the graph's nodes to make accessing them easier @n-peugnet (#9)

v1.3.2 🇺🇦

15 Dec 16:41
7bc6daf
Compare
Choose a tag to compare

Changes

  • Fixed Decode() to properly handle default value for Key target if it is not found in XML. @yaricom (#8)

v1.3.1 🇺🇦

13 Dec 16:26
df3a6ed
Compare
Choose a tag to compare

Changes

v1.3.0 🇺🇦

11 Dec 16:39
a44cc1e
Compare
Choose a tag to compare

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 🇺🇦

08 Dec 15:58
4da9d25
Compare
Choose a tag to compare

Changes

  • Use default key type and value @yaricom (#3)
  • Return attr as string by default, instead of error @n-peugnet (#2)

v1.1.1

07 Dec 18:23
e2f793a
Compare
Choose a tag to compare

Changes

  • Fix panic in GetAttributes on node or edge created from Decode. @n-peugnet (#1)

v1.1.0

30 Oct 21:16
Compare
Choose a tag to compare
  • Features:

    • Added support for GO modules
  • Fixes:

    • Formatting fixes
    • Fixed error messages
    • Fixed test cases
    • Added Makefile to run all tests
    • Updated GO version