Releases: datafoodconsortium/connector-typescript
Releases · datafoodconsortium/connector-typescript
v1.0.0-beta.1
Generated from UML model 3.4.0 using the Connector codegen 1.2.0.
Added
- Add
SuppliedProduct:referenceOf. - Add the prepare script to package.json.
Accessors and mutators:
- Add
Agent:socialMediassetter. - Add
Agent:websitessetter. - Add
Agent:emailssetter. - Add
Catalog:maintainerssetter and remover. - Add
Catalog:itemssetter. - Add
CatalogItem:catalogssetter and wrong remover. - Add
CatalogItem:offerssetter and remover. - Add
CustomerCategory:namesetter and remover. - Add
DefinedProduct:partOriginsetter. - Add
DefinedProduct:natureOriginsetter. - Add
DefinedProduct:certificationssetter. - Add
DefinedProduct:catalogItemssetter and remover. - Add
DefinedProduct:imagesadder, getter, setter and remover. - Add
DefinedProduct:physicalCharacteristicssetter. - Add
DefinedProduct:nutrientCharacteristicssetter. - Add
DefinedProduct:allergenCharacteristicssetter. - Add
DefinedProduct:claimssetter. - Add
Enterprise:technicalProductssetter and remover. - Add
Enterprise:catalogItemssetter and remover. - Add
Enterprise:customerCategoriessetter and remover. - Add
Enterprise:suppliedProductssetter and remover. - Add
Order:linessetter and remover. - Add
Person:affiliatedOrgssetter. - Add
SaleSession:offerssetter and remover.
Creation methods:
- Add
createDeliveryOption. - Add
createLocalizedProduct. - Add
createOpeningHoursSpecification. - Add
createPaymentMethod. - Add
createPhoneNumber. - Add
createPhysicalPlace. - Add
createPhysicalProduct. - Add
createPickupOption. - Add
createPlannedLocalTransformation. - Add
createProductBatch. - Add
createRealizedTransformation. - Add
createRealStock. - Add
createSocialMedia. - Add
createTechnicalProduct. - Add
createTheoreticalStock. - Add
createVirtualPlace.
Fixed
- Fix
Agent:localizationssetter. - Fix
Agent:phoneNumberssetter. - Fix
CustomerCategory:descriptionconstructor parameter.
Changed
- Rename
imageproperty toimages(should not break as properties should not be directly accessed).
Removed
- Remove the
Quantityclass as there is no such class in the ontology. We should useQuantitativeValue.
v1.0.0-alpha.12
Changed
Breaking changes:
- Rename
hasIncome->hasInputandhasOutcome->hasOutputinAsPlannedTransformation. - Rename
incomeOf>inputOfinAsPlannedConsumptionFlow. - Rename
outcomeOf->outpufOfinAsPlannedProductionFlow.
v1.0.0-alpha.11
Merge pull request #15 from jgaehring/alpha-10 TypeScript Connector - v1.0.0-alpha-10
v1.0.0-alpha.10
1.0.0-alpha.10 - 2025-04-28
Changed
- Ensure the entry point,
src/index.ts, is always regenerated on fresh builds. - Generated from updated UML Model:
Added
DefinedProduct:- hasVariant
- isVariantOf
Fixed
- Fix setters for array properties so that all items are replaced.
v1.0.0-alpha.9
Changed
- Update
rdf-extto version 2.5.1. - Update
@types/rdf-extto version 2.5.0. - Update
@virtual-assembly/semantizerto version alpha.3 (use GitHub repository). - Generate the code from the code generator.
- Generated from the next branch of UML data model edac402.
Added
Address:- latitute
- longitude
- region
Agent:- logo
PlannedConsumptionFlow:- quantity
- consumes
PlannedProductionFlow:- quantity
- produces
PlannedTransformation:- hasIncome
- hasOutcome
- hasTransformationType
DefinedProduct:- image
Order:- date
- hasFulfilmentStatus
- hasOrderStatus
- hasPaymentStatus
- orderNumber
See the SUPPORTED.md file comparison from main to next.
v1.0.0-alpha.8 - NOT SYNC WITH CODEGEN
Added
- Add
DefinedProductsupport for images url.
v1.0.0-alpha.7 - NOT SYNC WITH CODEGEN
Fixed
- Compile sources.
v1.0.0-alpha.6 - NOT SYNC WITH CODEGEN
Fixed
- Allow to create SKOSConcept in the factory.
v1.0.0-alpha.5
1.0.0-alpha.5 - 2024-01-13
Fixed
- Support loading taxonomies with unknown parsed type (ex: owl:Class).
Changed
- Use latest taxonomy files in tests.
Added
- Add vocabulary taxonomy in tests (for later).
v1.0.0-alpha.4
Fixed
- The dfc-b prefix points to the business ontology, not the full model.