@opentermsarchive/engine
Advanced tools
Changelog
0.30.1 - 2023-09-06
Full changeset and discussions: #1020.
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.
Changelog
0.30.0 - 2023-07-10
Full changeset and discussions: #1015.
Development of this release was supported by the NGI0 Entrust Fund, a fund established by NLnet with financial support from the European Commission's Next Generation Internet programme, under the aegis of DG CNECT under grant agreement N°101069594.
/docs
/services/:serviceId
to /service/:serviceId
for direct access to a service
resource; update paths accordingly in your own codebase/specs
to /docs
for OpenAPI specification; update paths accordingly in your own codebase and set the HTTP header Accept: application/json
Changelog
0.29.1 - 2023-06-26
Full changeset and discussions: #1013.
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.
Changelog
0.29.0 - 2023-06-05
Full changeset and discussions: #1011.
Development of this release was supported by the NGI0 Entrust Fund, a fund established by NLnet with financial support from the European Commission's Next Generation Internet programme, under the aegis of DG CNECT under grant agreement N°101069594.
ota serve
command to CLI to start the server and expose the APIChangelog
0.27.0 - 2023-04-19
Full changeset and discussions: #996, #999, #1000.
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.
--terms-types
to --types
in API; simply rename accordingly in your own codebase--refilter-only
, -r
to --extract-only
, -e
in API; simply rename accordingly in your own codebasePageDeclaration
to SourceDocument
and its atribute noiseSelectors
to insignificantContentSelectors
in API; simply rename accordingly in your own codebasefilter({ content, mimeType, pageDeclaration })
to extract(sourceDocument)
in API; content
and mimeType
are embedded sourceDocument
attributes; rename accordingly in your own codebase and set content
and mimeType
in the sourceDocument
passed as a parameter to the functionStart tracking
is changed to First record of
, Refilter
to Apply technical or declaration upgrade on
and Update
to Record new changes of
; existing data will still be loaded, but new commits will use these new messages, if you have scripts that parse commit messages directly, update them accordinglyisRefilter
to isExtractOnly
in MongoDB storage; existing data will still be loaded, but new entries will use this new attribute, if you have scripts that query the Mongo database directly, update them accordinglynpm run extract
command; use npm run start -- --extract-only
insteadChangelog
0.26.1 - 2023-04-19
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.
ambanum/OpenTermsArchive
to OpenTermsArchive/engine
Changelog
0.26.0 - 2023-02-20
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.
ota validate
does not test the linting of files anymore.ota lint
does not fix files by default. ota lint --fix
must be used for that.Changelog
0.25.2 - 2023-02-20
Full changeset and discussions: #981.
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.