Releases: hypermedia-app/talos
@hydrofoil/[email protected]
Minor Changes
-
094d088: SPARQL Queries are adjusted to use the base URI calculated from the resource path. For example, in query
/tables/generate.ru
, the effective base URI would be/tables/generate/
. This is to align this behavior with how static sources are parsed. In such case, rename the file toindex.ru
to remove the file name from resolves URIs. -
38c59be: Ensures trailing slash in bare-domain resources
-
094d088: Base URI behavior changed. Now relative URIs will be resolved against the calculated base including a trailing slash. The exception is an empty
<>
reference which will be resolved against the base without a trailing slash.
Use<./>
to create a resource with a trailing slash.File path URI reference Resulting URI /api/people.ttl
<>
/api/people
/api/people.ttl
<.>
/api/people
/api/people.ttl
<./>
/api/people/
/api/people.ttl
<john>
/api/people/john
/api/people.ttl
<#john>
/api/people#john
/api/people.ttl
<../people>
/api/people
/api/people.ttl
<./people>
/api/people
/api/people.ttl
</projects>
/projects
Patch Changes
- b4bf27e: Prettier logs
- 094d088: Trailing slash in base URI is truncated when resolving relative URI references
- Updated dependencies [b4bf27e]
- Updated dependencies [be8f9e4]
- Updated dependencies [094d088]
- Updated dependencies [38c59be]
- Updated dependencies [094d088]
- Updated dependencies [094d088]
- @hydrofoil/[email protected]
@hydrofoil/[email protected]
Minor Changes
-
094d088: SPARQL Queries are adjusted to use the base URI calculated from the resource path. For example, in query
/tables/generate.ru
, the effective base URI would be/tables/generate/
. This is to align this behavior with how static sources are parsed. In such case, rename the file toindex.ru
to remove the file name from resolves URIs. -
38c59be: Ensures trailing slash in bare-domain resources
-
094d088: Base URI behavior changed. Now relative URIs will be resolved against the calculated base including a trailing slash. The exception is an empty
<>
reference which will be resolved against the base without a trailing slash.
Use<./>
to create a resource with a trailing slash.File path URI reference Resulting URI /api/people.ttl
<>
/api/people
/api/people.ttl
<.>
/api/people
/api/people.ttl
<./>
/api/people/
/api/people.ttl
<john>
/api/people/john
/api/people.ttl
<#john>
/api/people#john
/api/people.ttl
<../people>
/api/people
/api/people.ttl
<./people>
/api/people
/api/people.ttl
</projects>
/projects
Patch Changes
@hydrofoil/[email protected]
@hydrofoil/[email protected]
@hydrofoil/[email protected]
Patch Changes
- f70c5d0: build(deps): update
@tpluscode/sparql-builder
(should fix logging from CLI) - Updated dependencies [2ba36e4]
- @hydrofoil/[email protected]
@hydrofoil/[email protected]
Patch Changes
- bc9e34c: Resources generated from SPARQL query would not be included in the deployment
@hydrofoil/[email protected]
Patch Changes
- 2ba36e4: Queries wer split incorrectly causing parse errors
@hydrofoil/[email protected]
Patch Changes
- 49e9f3a: Add SPARQL Update support for generating resources
- Updated dependencies [9f5d521]
- Updated dependencies [49e9f3a]
- @hydrofoil/[email protected]
@hydrofoil/[email protected]
@hydrofoil/[email protected]
Patch Changes
- 88b9185: By default, does not include the meta graph, with option
--include-talos-meta-graph