Skip to content

Releases: opencaesar/oml

2.11.0

11 Nov 05:51
Compare
Choose a tag to compare

Full Changelog: 2.10.0...2.11.0

Converted OmlCatalog to internal and replaced by OmlResolve

2.10.0

13 Aug 23:46
Compare
Choose a tag to compare

Full Changelog: 2.9.0...2.10.0

Fix NPEs

2.9.0

08 Aug 17:26
Compare
Choose a tag to compare

Full Changelog: 2.8.0...2.9.0

Renamed properties whose cardinality changed to plural

2.8.0

01 Aug 16:23
Compare
Choose a tag to compare

Full Changelog: 2.7.3...2.8.0

Oml Simplification:

  • Deleted Structure and StructuredProperty metaclasses
  • Deleted Classifier abstract metaclass

2.7.3

24 Jul 16:52
Compare
Choose a tag to compare

Full Changelog: 2.7.2...2.7.3

Made structure instance's type optional

2.7.2

18 Jul 19:07
Compare
Choose a tag to compare

Full Changelog: 2.7.1...2.7.2

Fix a bug in OmlCatalog.

USE LATEST PATCH for the 2.7.x release

2.7.1

16 Jul 22:42
Compare
Choose a tag to compare

Full Changelog: 2.7.0...2.7.1

USE LATEST PATCH for the 2.7.x release

2.7.0

09 Jul 14:49
Compare
Choose a tag to compare

Full Changelog: 2.6.0...2.7.0

Add support for anonymous relation instances in descriptions
Add support for specifying multiple values for a property value assertion

USE LATEST PATCH for the 2.7.x release

2.6.0

03 Apr 10:25
6f911bf
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.5.0...2.6.0

  • increment minor version to 2.6.0
  • Contains various fixes and improvements:
  • Added Argument.getValue()
  • Fixed double parsing in DSL
  • Switched unsigned int to int instead of long
  • Switch antecedent and consequent params in OmlBuilder/OmlWrite.addRule
  • Added new API in OmlBuilder
  • Modified OmlConstant API to only retain Oml constants
  • Improved formatting PropertyValueAssertion in DSL

2.5.0

22 Feb 09:07
b654350
Compare
Choose a tag to compare

Multiple changes to OML API:

  • Added a scope parameter to OmlIndex and OmlSearch find APIs
  • Deprecated the old API but kept them till next major revision
  • Fixed content assist for import to escape prefix if it's a keyword
  • Small improvement for Element.getIri API impl
  • Added OmlCatalog.getRewriteUris() API to get all rewrite paths
  • Made OmlValidator2 cache the search scope in the context map