Releases: datafoodconsortium/connector-ruby
Releases · datafoodconsortium/connector-ruby
v1.0.0-alpha.13
This version has been generated using:
Changed
- Use nil as default value for all types except arrays.
v1.0.0-alpha.12
This version has been generated using:
Changed
- Bump semantizer from 1.0.5 to 1.1.1.
Semantic objects can now be compared with==
.
v1.0.0-alpha.11
This version has been generated using:
Full Changelog: v1.0.0-alpha.10...v1.0.0-alpha.11
v1.0.0-alpha.10
This version has been generated using:
Added
- Add Import method reading JSON and returning objects. (PR #12)
- Add
SEMANTIC_TYPE
constant to every semantic class.
Fixed
- Fix random code changes of the generated code by sorting elements (e36a9236fa012f87946b34c36cd463709d1cd2c5).
- Fix some tests so they can pass by changing the expected JSON (e36a9236fa012f87946b34c36cd463709d1cd2c5).
- Enable loading of measures v1.0.2 (6ef17f7d4a19aebd9d89b544db115d36f7e6fe93).
- Allow output context to be configured (PR #8).
- Improve SKOS Concept parsing (PR #10).
- Replace revoked json-canonicalization version 0.3.2 with 1.0.0
Changed
- Preload context to avoid remote loading (4741acb).
- Rewrite MiniTest tests as Rspec specs (PR #9).
- Bump json-ld from 3.3.0 to 3.3.1
Full Changelog: v1.0.0-alpha.9...v1.0.0-alpha.10
v1.0.0-alpha.9
1.0.0-alpha.9 - 2023-11-06
This version has been generated using the code generator version 1.0.1. See its release for more info.
Fixed
- Loading concepts was failing because the parser tried to create a concept without giving it its mandatory semantic id.
v1.0.0-alpha.8
Fixed
- The dfc-b prefix points to the business ontology, not the full model.
v1.0.0-alpha.7
Changed
- Update the DFC semantic resources (instead of static.datafoodconsortium.org):
- https://github.com/datafoodconsortium/ontology/releases/latest/download/DFC_FullModel.owl;
- https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf;
- https://github.com/datafoodconsortium/taxonomies/releases/latest/download/measures.rdf;
- https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf;
- Use the https://www.datafoodconsortium.org context.
v1.0.0-alpha.6
Fixed
- Properties can be prefixed when serialized.
v1.0.0-alpha.5
Added:
- Add automated tests and GitHub actions.
- Handle optional parameters (named parameters).
Changed:
- Price is a BlankNode.
- Update README.md.
v1.0.0-alpha.4
The connector is now able to export multiple objects.