Skip to content

Releases: neotsn/gexf-library

v1.0.3

08 Nov 21:27
8e1210f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.0.3

v1.0.2

31 May 14:10
a1dbeb1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.1...v1.0.2

v1.0.1

30 Mar 16:10
2fad7c9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

18 Nov 17:08
e272ab9
Compare
Choose a tag to compare
  • Composer package updates
  • README updates

v0.5.1

29 Apr 21:45
213feaa
Compare
Choose a tag to compare
v0.5.1 Pre-release
Pre-release

Minor cleanup and internal fixes

  • Remove unnecessary array_filter call
  • Use getter methods for properties internally instead of accessing directly (dogfooding)
  • Update phpdocs with some thrown exceptions after using getters
  • Add Class Hints to Gexf-object parameters where missing
  • Possibly missed a commit for #4 when pushing work for v0.5.0

v0.5.0

29 Apr 19:45
4d655c3
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release
Type Issue Description
Bug #3 Resolves "Hex colors not supported in 1.2draft"
Enhancement #4 Resolves "Allow explicit Attribute ID specification"
Enhancement #5 Resolves "Allow explicit Node/Edge ID specification"

v0.4.1

29 Apr 16:32
6210883
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release
  • Rollback tag properties to use "gexf.net" urls instead of those which actually resolve to XSD files
  • Remove Unicode character from start of XML file string
  • Update README with build badge
  • Change build name to "build" from "GEXF Library Build"

v0.4.0

28 Apr 19:17
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release
  • Finishing touches on code functionality
  • Removed unnecessary code
  • Added node parent concept
  • Fixes to Node/Edge Attributes with different times for different values, but same ID
  • Added Unit Testing to 100% coverage.
  • Updated README Note section

v0.3.3

27 Apr 14:35
Compare
Choose a tag to compare
v0.3.3 Pre-release
Pre-release
  • Fixes to namespace capitalization
  • ignore composer executable in git

v0.3.2

24 Apr 22:05
Compare
Choose a tag to compare
v0.3.2 Pre-release
Pre-release
  • Missed some return statements on GexfEdge