Skip to content

Commit

Permalink
chore: partially update version data
Browse files Browse the repository at this point in the history
  • Loading branch information
kshychko committed Aug 25, 2024
1 parent 93dcdd0 commit f0c19fd
Showing 1 changed file with 47 additions and 12 deletions.
59 changes: 47 additions & 12 deletions _data/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,45 +6,80 @@
"log":[
{
"version": "v0.3.7",
"date": "2024-07-24",
"notes": "v0.3.7 - v0.3.7 - bug fix, now references to v0.3.6 core.",
"date": "2024-08-24",
"notes": "v0.3.7 : added version identifiers",
"context": "untp-core-context-0.3.7.jsonld",
"schema": "untp-core-schema-0.3.7.json"
},
{
"version": "v0.3.6",
"date": "2024-07-24",
"notes": "v0.3.6 - added sample data, aligned with untp core",
"date": "2024-08-20",
"notes": "v0.3.6 : added some sample values and cleaned up some bugs",
"context": "untp-core-context-0.3.6.jsonld",
"schema": "untp-core-schema-0.3.6.json"
},
{
"version": "v0.3.5",
"date": "2024-08-20",
"notes": "v0.3.5 : separated the identifier of an entity from the identifier of the scheme under which the identifier is issued. Refactored location goecoding to align with GeoJSON standard",
"context": "untp-core-context-0.3.6.jsonld",
"json-schema": "untp-core-schema-0.3.6.json"
"schema": "untp-core-schema-0.3.6.json"
},
{
"version": "v0.3.2",
"date": "2024-08-20",
"notes": "v0.3.2 : added circularity and emissions performance class.",
"context": "untp-core-context-0.3.6.jsonld",
"schema": "untp-core-schema-0.3.6.json"
},
{
"version": "v0.3.1",
"date": "2024-07-24",
"notes": "v0.3.1 - bug fixes (@context), moved \"verifiedByCAB\", aligned with lated core vocab.",
"notes": "v0.3.1 : fixed bugs and added link / secure link object.",
"context": "untp-core-context-0.3.1.jsonld",
"json-schema": "untp-core-schema-0.3.1.json"
"schema": "untp-core-schema-0.3.1.json"
},
{
"version": "v0.3.0",
"date": "2024-06-24",
"notes": "v0.3.0 - draft model after separating out and re-building on the untp-core vocabulary.",
"notes": "v0.3.0 : flattened structure, simplified naming, complete descriptions, added sample values.",
"context": "untp-core-context-0.3.0.jsonld",
"json-schema": "untp-core-schema-0.3.0.json"
"schema": "untp-core-schema-0.3.0.json"
},
{
"version": "v0.2.3",
"date": "2024-06-24",
"notes": "v0.2.3 : removed ID types (eg PartyID) and instead used the Identifier type as the parent for each identified object.",
"context": "untp-core-context-0.2.3.jsonld",
"schema": "untp-core-schema-0.2.3.json"
},
{
"version": "v0.2.2",
"date": "2024-06-24",
"notes": "v0.2.3 : removed ID types (eg PartyID) and instead used the Identifier type as the parent for each identified object.",
"context": "untp-core-context-0.2.0.jsonld",
"schema": "untp-core-schema-0.2.0.json"
},
{
"version": "v0.2.1",
"date": "2024-06-24",
"notes": "v0.2.3 : removed ID types (eg PartyID) and instead used the Identifier type as the parent for each identified object.",
"context": "untp-core-context-0.2.0.jsonld",
"schema": "untp-core-schema-0.2.0.json"
},
{
"version": "v0.2.0",
"date": "2024-06-24",
"notes": "v0.2.0 - raw model after initial pilot testing and alignment with UN DPCCE model",
"notes": "v0.2.3 : removed ID types (eg PartyID) and instead used the Identifier type as the parent for each identified object.",
"context": "untp-core-context-0.2.0.jsonld",
"json-schema": "untp-core-schema-0.2.0.json"
"schema": "untp-core-schema-0.2.0.json"
},
{
"version": "v0.0.1",
"date": "2024-06-24",
"notes": "v0.0.1 - Initial Model",
"context": "untp-core-context-0.1.0.jsonld",
"json-schema": "untp-core-schema-0.1.0.json"
"schema": "untp-core-schema-0.1.0.json"
}
]
}
Expand Down

0 comments on commit f0c19fd

Please sign in to comment.