Skip to content

v1.6.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 14 Aug 23:21
26deaf4

1.6.0 (2023-08-14)

Bug Fixes

  • graph_test.go: update expected values for property count and relationship count in test cases (266242c)
  • term.go: fix IsDeprecated() method to return the value of n.meta.IsDeprecated() (49042fc)

Features

  • meta.go: add 'Deprecated' field to MetaOptions struct to indicate if a property is deprecated (7e78098)
  • read.go: add support for deprecated field in MetaOptions struct (efc6ef8)
  • schema.go: add 'deprecated' field to JSONMeta struct to indicate if the schema is deprecated (1fc43e9)