Skip to content

Version 1.7.0

Compare
Choose a tag to compare
@rsimon rsimon released this 16 Jan 08:58
· 40 commits to main since this release

Behavior/feature additions

  • Added Russian UI translation
  • Breaking change: tag bodies are now serialized differently when terms are from a semantic vocabulary (label + URI) (#94):
{
  "type": "SpecificResource",
  "purpose": "tagging",
  "source": {
    "id": "http://vocab.getty.edu/aat/300010358",
    "label": "material"
  }
}

Non-semantic terms are still represented in the same way, as a TextualBody with a value:

{
  "type": "TextualBody",
  "value": "material",
  "purpose": "tagging",
  "source": "http://vocab.getty.edu/aat/300010358"
}