Releases: distributed-text-services/specifications
Releases · distributed-text-services/specifications
v1.0
Manual Changelog
- 2026-02-04
- Fixed (Issue 271) to have extensions and dublinCore be nested JSON LD properties
- Clarification on the fact that Citation Trees without a reference represent the same document.
- 2025-07-11 : 1.0 Release Candidate 1 !
- 2025-04-17
- Fixed formatting issues.
- Removed ambiguity around the section "Handling Requests with No Matching
CitableUnits at the Requested Level(s)" (Issue 268) - Clarified the behaviour of
?down=0while nostart/end/refare provided (=400 Bad Request Error) (Issue 269) - Allow
CitableUnitto have@idfor Linked Data usages (Issue 274). - Clarify that headers of the Entry Endpoint SHOULD be JSON+LD (Issue 272).
- Clarify that
MetadataObjectMUST have their vocabularies defined, either by the main@contextproperty if they are reusing base DTS vocabulary (including Dublin Core Terms) or by their own@contextproperty.
- 2024-08-08
- Made
citeTyperequired forCiteStructureobjects. - Removed
maxCiteDeptheverywhere, including in the example.
- Made
- 2024-08-06
- Removed
maxCiteDepthfrom Collection objects at the Collection endpoint now that we have aCitationTreeobject at the Resource level. - Harmonized the properties for
Resourceobjects between the Collection and Navigation endpoints. This involves adding requireddocumentandnavigationproperties, as well as allowing additional optional properties. Also removed thedocumentandnavigationproperties from theNavigationobject since these URI templates are now part of theResourceobject. - Added
viewproperties for paginated responses to the Collection and Navigation endpoints. Added aPaginationobject type to provide the pagination links.
- Removed
- 2024-05-24
- Removed
totalItemsfrom the Collection Endpoints (See #248, problem pointed out by @kbrueckmann) passageproperty (URI template) moved todocumentfor consistency between Collection and Navigation endpoint (See #249, problem pointed out by @philippepons)- Harmonized the examples to have the resource already populated, as per Collection URI Templates
collectionproperty (URI template) added toCollectionandResourceobject (See #250, problem pointed out by @philippepons)- Fixed a typo in the Entry endpoint table, where it referenced Resources.
- Removed
What's Changed
- Adding unstable and fixing #250, #249 and #248 by @PonteIneptique in #251
- Bump nokogiri from 1.14.3 to 1.15.6 by @dependabot[bot] in #247
- Renaming "citeStructure" to "citationTrees" and other minor fixes by @monotasker in #256
- Removed redundant maxCiteDepth from Collection object by @monotasker in #257
- Add view property for handling pagination by @monotasker in #259
- Definitely remove maxCiteDepth by @PonteIneptique in #263
- Made
citeTyperequired forCiteStructureobjects. by @PonteIneptique in #262 - Fixing Resource properties in Navigation examples by @monotasker in #264
- Fix examples using dictionaries as values for dublinCore by @PonteIneptique in #267
- (Nearly) last changes before RC1. by @PonteIneptique in #275
- JSON-LD context referencing terms of OWL ontology by @ingoboerner in #273
- Update reference implementation and known servers by @PonteIneptique in #285
- Fix a typo in FAQ by @davidbgk in #286
- Apply nesting to extensions and dublinCore by @PonteIneptique in #283
- Fix JSON formatting in 1-alpha1.json by @phcorp in #288
- Fix Citation Tree unclear sistuation by @PonteIneptique in #289
- Examples of uneven and parallel citation trees by @monotasker in #290
- Added note on extensions and @context. by @hcayless in #291
- Bump commonmarker from 0.17.13 to 0.23.10 by @dependabot[bot] in #292
- Bump activesupport from 6.0.6.1 to 6.1.7.5 by @dependabot[bot] in #293
- v1.0 update by @PonteIneptique in #294
New Contributors
- @ingoboerner made their first contribution in #273
- @davidbgk made their first contribution in #286
- @phcorp made their first contribution in #288
Full Changelog: 1-alpha1...v1.0
1-alpha1
Adding CITATION.cff (Issue #241 ) and removing old files