Releases: dictyBase/go-obograph
Releases · dictyBase/go-obograph
v1.6.0
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)
v1.5.0
1.5.0 (2023-08-01)
Features
- flag.go: add OntologyFlagsOnly function to return ontology-related flags only (8aa45b0)
v1.4.0
1.4.0 (2021-10-01)
Features
- add function LoadOboJSONFromDataSource to load from a reader and datasource (4121b7f)
v1.3.0
1.3.0 (2021-09-16)
Features
- add NewDataSourceFromDb function (0499d23)
v1.2.0
1.2.0 (2021-08-13)
Features
- add CreateCollection function (9b730df)
v1.1.0
1.1.0 (2021-06-17)
Bug Fixes
- fix all stylecheck issues with struct field names (699bf66)
- fix bunch of stylecheck and errcheck errors (1d7c8af)
- fix interfacer and type check issues (8ddeaa5)
- remove commented out type defs (ddc4e72)
- remove unused and commented out code from internal package (f101783)
Features
- add aql statement for obsoleting deleted terms (d658c7e)
- add GetRow method with bind parameters (83e0c95)
- add obsoletion of terms during ontology update (4549362)