Releases: OpenTermsArchive/engine
v5.0.1
5.0.1 - 2025-03-04
Full changeset and discussions: #1139.
Development of this release was supported by the French Ministry for Foreign Affairs through its ministerial State Startups incubator under the aegis of the Ambassador for Digital Affairs.
Fixed
- Validate required fields in collection metadata file
v5.0.0
5.0.0 - 2025-02-18
Full changeset and discussions: #1137.
Development of this release was supported by the French Ministry for Foreign Affairs through its ministerial State Startups incubator under the aegis of the Ambassador for Digital Affairs.
Changed
- Breaking: Rename
documents
key toterms
in service declarations for vocabulary consistency; update your service declarations accordingly. You can update your declarations by executing the following command at the root of your declarations folder:find . -name "*.json" -type f -exec sed -i 's/"documents":/"terms":/g' {} +
for Unix-like systems, orfind . -name "*.json" -type f -exec sed -i '' 's/"documents":/"terms":/g' {} +
for macOS
v4.2.0
4.2.0 - 2025-02-17
Full changeset and discussions: #1135.
Development of this release was supported by the European Union.
Added
- Add support for nested subgroups in Gitlab reporter repository paths
Fixed
- Fix error logging in Gitlab reporter
v4.1.0
4.1.0 - 2025-02-17
Full changeset and discussions: #1134.
Development of this release was supported by the French Ministry for Foreign Affairs through its ministerial State Startups incubator under the aegis of the Ambassador for Digital Affairs.
Added
- Add
ota validate metadata
command to the CLI to validate the collection metadata file
v4.0.2
4.0.2 - 2025-02-04
Full changeset and discussions: #1133.
Development of this release was supported by the European Union.
Fixed
- Fix functionality of filtering by status for the issues list on GitLab
v4.0.1
4.0.1 - 2024-12-11
Full changeset and discussions: #1124.
Development of this release was supported by the French Ministry for Foreign Affairs through its ministerial State Startups incubator under the aegis of the Ambassador for Digital Affairs.
Fixed
- Fix documentation of collection metadata in the collection API
v4.0.0
4.0.0 - 2024-12-04
Full changeset and discussions: #1123.
Development of this release was supported by the French Ministry for Foreign Affairs through its ministerial State Startups incubator under the aegis of the Ambassador for Digital Affairs.
Added
- Expose collection metadata through the collection API; requires a metadata file at the root of your collection folder
Changed
- Breaking: Replace
@opentermsarchive/engine.services.declarationsPath
with@opentermsarchive/engine.collectionPath
; ensure your declarations are located in./declarations
in your collection folder
v3.0.0
3.0.0 - 2024-12-03
Full changeset and discussions: #1122.
Development of this release was supported by the French Ministry for Foreign Affairs through its ministerial State Startups incubator under the aegis of the Ambassador for Digital Affairs.
Changed
- Breaking: Updated peer dependency
@opentermsarchive/terms-types
tov2.0.0
; in your declarations, if you define a specific version of this library, ensure to also upgrade it tov2.0.0
to avoid compatibility issues; see terms-types@2.0.0 for details
v2.7.2
2.7.2 - 2024-11-27
Full changeset and discussions: #1121.
Development of this release was supported by the French Ministry for Foreign Affairs through its ministerial State Startups incubator under the aegis of the Ambassador for Digital Affairs.
Changed
- Optimize performance for Git storage
v2.7.1
2.7.1 - 2024-11-21
Full changeset and discussions: #1120.
Development of this release was supported by the French Ministry for Foreign Affairs through its ministerial State Startups incubator under the aegis of the Ambassador for Digital Affairs.
Fixed
- Fix timestamp prefix format in logs