Skip to content

Releases: edmcouncil/onto-viewer

Release Candidate 1.0

04 Apr 11:37
e7edd9e
Compare
Choose a tag to compare

This release is a release candidate for the first stable release of the onto-viewer.

What's Changed

Read more

beta_v0.3.1

11 Jan 07:33
c952cab
Compare
Choose a tag to compare

[0.3.1] - 2021-01-11

Added

  • Add 'equivalent to' type to the handle Inherited Axioms method PR-64

beta v0.3.0

18 Dec 08:05
ccacd37
Compare
Choose a tag to compare

[0.3.0] 2020-12-16

Added

  • reload the ontology and all used resources in the application when the update request arrives

Changed

  • rest api mapping - more information about it in /api-doc/rest_changes_0_3_0.md
  • used AutoOntologyLoader for more efficient ontology loading, now we can add mapper directory with ontologies and these ontologies will not be downloaded from the network when imported in ontology or defined in configuration file in <ontologyUrl>...</ontologyUrl> tags
  • status controller now has @deprecated, and will be deleted in future release, please use viewer-adress/actuator/health insted that viewer-adress/status
  • rebuilding the configuration file and its loader
  • splitting the configuration file into 5 files
  • So far, the IRI scope has been defined in the configuration. Many ontologies have more than one scope and it is counterintuitive to complete this field. To skip this step, the ontology scope is generated automatically from the IRI loaded ontologies.
  • Fixed problem with redirecting a links to another pages.
  • Incorrect graph display has been fixed. The restrictions with "or" are correctly displayed in the graph.
  • Fix #51
  • Add negation in the graph.
  • Change rest api response headers.
  • Fix language supports.
  • Simplification of the "and" relation.

beta_v0.2.0

02 Jun 19:58
d2a4c75
Compare
Choose a tag to compare

[0.2.0] - 2020-06-02

Added

  • handle dataproperties annotaions
  • load default ontologies (dcterms, owl, rdf-schema, rdf-syntax, skos, fibo-glosary) from resource folder in application
  • full configurable searcher
  • specially endpoint for hints
  • mark not released resources(PR #40)
  • displaying OWLDataExactCardinality in graph
  • displaying Annotation Property
  • create rest api documentation(api-doc/rest_api.md)

Changed

  • changing the storing and returning graph value from generating string to objects
  • small changes in config file structure
  • change graph returned structures(more info in directory api-doc/graph.md )

Removed

  • deprecated methods in fibo data handler

beta_v0.1.0

08 Nov 16:30
9379516
Compare
Choose a tag to compare
beta_v0.1.0 Pre-release
Pre-release

The first FIBO Viewer beta release.