Skip to content

Releases: CodeGat/DrawingTurtles

v1.5

25 Feb 09:58
Compare
Choose a tag to compare

Addition of these features means the previous .gat files will not work. Please recreate your graphs if you use this version.

  • Added Placeholder (or Instance) Classes - useful for when you want to prepend a URI to your data (for example, having ids be links rather than just integers)
  • Added more key shortcuts
  • Added more instructions
  • Fixed more bugs

v1.4

24 Feb 10:20
Compare
Choose a tag to compare

Addition of these features means the previous .gat files will not work. Please recreate your graphs if you use this version.

  • Status bar is now coloured depending on whether there is information, warnings or errors displayed.
  • Self-referential properties can now be drawn.

v1.3.4

21 Feb 12:56
Compare
Choose a tag to compare

Ontology Prefixes in .ttl output are more human-friendly now:

  • Squashes equivalent properties together (such as multiple 'foaf:knows' properties).
  • Determines a common type between the subjects/objects of the property, using this as the domain/range.
  • If there are no common types, they are all listed in the domain and/or range.
  • Also, bug fixes.

v1.3.3

12 Feb 05:31
Compare
Choose a tag to compare
  • Small fixes to acceptable Prefix definition regex.
  • Small fixes to automatic correlation of headers, giving a broader definition of 'closely matching' headers.