rdf-string

Simplifies creating of RDF strings

Downloads
10K
Stars
7
Committers
6

Bot releases are visible (Hide)

rdf-string - v1.3.3 Latest Release

Published by github-actions[bot] 5 months ago

Patch Changes

  • ff439be: In cases when 1.x and 0.x versions were mixed in a project, building an RDF string would fail trying to access the RDF/JS Environment which is required by the latest versions
rdf-string - v1.3.2

Published by github-actions[bot] 5 months ago

Patch Changes

  • 69dce5d: IRIs which contained a slash or hash were not correctly escaped when the would be encoded as prefixed name
rdf-string - v1.3.1

Published by github-actions[bot] 6 months ago

Patch Changes

  • 30d5c7f: Explicitly declare return types of tag function to avoid "TS2742: The inferred type of 'X' cannot be named without a reference to '/node_modules/@tpluscode/rdf-string/lib/TemplateResult.js'. This is likely not portable. A type annotation is necessary." errors
rdf-string - v1.3.0

Published by github-actions[bot] 7 months ago

Minor Changes

  • 2c4b2ce: Re-export Options types from each syntax module
rdf-string - v1.2.1

Published by github-actions[bot] 7 months ago

Patch Changes

  • 4fa006f: This fixes the import of the following modules by explicitly adding the .js extension:

    • @rdfjs/environment/Environment
    • @rdfjs/term-map/Factory
rdf-string - v1.2.0

Published by github-actions[bot] 7 months ago

Minor Changes

  • 4f51f6b: Remove dependency on @zazuko/env to improve browser compatibility
rdf-string - v1.1.3

Published by github-actions[bot] 9 months ago

Patch Changes

  • 62f331b: Remove usages of rdf-js
rdf-string - v1.1.2

Published by github-actions[bot] 9 months ago

Patch Changes

  • 75d1f4b: More strict dependency on @rdfjs/environment
rdf-string - v1.1.1

Published by github-actions[bot] 9 months ago

Patch Changes

  • 012b73f: Support @zazuko/env v2
rdf-string - v1.1.0

Published by github-actions[bot] about 1 year ago

Minor Changes

  • 4135a1f: Use @zazuko/env instead of separate packages
  • 7ecd35d: Add option to turtle and sparql to disable prefixed URIs
rdf-string - v1.0.3

Published by github-actions[bot] over 1 year ago

Patch Changes

  • 5cc2988: Relax dependency on @zazuko/prefixes
rdf-string - v1.0.2

Published by github-actions[bot] over 1 year ago

Patch Changes

  • 907f149: Export *Options interfaces to fix errors like TS4053 Return type of public method from exported class has or is using name '*Options' from external module "Y" but cannot be named
rdf-string - v1.0.1

Published by github-actions[bot] over 1 year ago

Patch Changes

  • 1b627ee: Installing from NPM tried to call patch-package
rdf-string - v1.0.0

Published by github-actions[bot] over 1 year ago

Major Changes

  • 8b7597c: The package is now only ESM
  • 8b7597c: Use @zazuko/prefixes instead of @zazuko/rdf-vocabularies
rdf-string - v0.2.27

Published by github-actions[bot] almost 2 years ago

Patch Changes

  • 3cbfa26: Add prefixes argument to turtle and SPARQL option (closes #3)
rdf-string - v0.2.26

Published by github-actions[bot] over 2 years ago

Patch Changes

  • 0e2d234: Updated @tpluscode/rdf-ns-builders to v2
rdf-string - v0.2.25

Published by github-actions[bot] almost 3 years ago

Patch Changes

  • b0e69ef: Support for interpolating any iterator types
rdf-string - v0.2.24

Published by github-actions[bot] over 3 years ago

Patch Changes

  • 4628196: Update @tpluscode/rdf-ns-builders and typescript RDF/JS types
rdf-string - https://github.com/tpluscode/rdf-string/releases/tag/v0.2.23

Published by github-actions[bot] over 3 years ago

Patch Changes

  • 388fdd0: Array: remove recursion from interpolating arrays
rdf-string - https://github.com/tpluscode/rdf-string/releases/tag/v0.2.22

Published by github-actions[bot] over 3 years ago

Patch Changes

  • b98d78c: Relax dependency on @zazuko/rdf-vocabularies

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.2.21 (2020-11-02)

0.2.20 (2020-09-18)

0.2.19 (2020-09-18)

0.2.18 (2020-08-24)

0.2.17 (2020-08-03)

Features

  • sparql: interpolating quads and datasets with patterns (bc0a32f)

0.2.16 (2020-07-01)

0.2.15 (2020-06-11)

0.2.14 (2020-06-08)

0.2.13 (2020-06-07)

0.2.12 (2020-05-21)

0.2.11 (2020-04-18)

Bug Fixes

  • properly escape multiple literals and sepcial chars (eb420cc)

0.2.10 (2020-04-08)

Features

  • reduce arrays by interpolating individual items (3c47ccc)

0.2.9 (2020-04-03)

Features

  • turtle: support base URI (d5eb53c)

0.2.8 (2020-02-27)

Features

  • make it possible to create custom interpolatable objects (24c60b1)

Bug Fixes

  • allow any object to be interpolated value (87184eb)

0.2.7 (2020-02-27)

Features

  • interpolating built-in JS types (85151cc)

0.2.6 (2020-02-27)

Features

  • turtle: compress output by removing subject/predicate repetition (0d2f121)
  • turtle: options to do cheap compression (618ffa0)
  • added ntriples support (62aef77)

0.2.5 (2020-02-26)

Bug Fixes

  • dep: now data model package is missing completely 😖 (8aade7c)

0.2.4 (2020-02-26)

Bug Fixes

  • dep: data model package was not a runtime dependency (7582da1)

0.2.3 (2020-02-26)

Bug Fixes

  • dep: namespace builder package was not a runtime dependency (6196216)

0.2.2 (2020-02-25)

0.2.1 (2020-02-25)

Features

  • turtle: defaultGraph is serialized with option for named (1f087c1)
  • turtle initial version (fc83c08)

Bug Fixes

  • sparql: remove superfluous blank lines added in head (d4b5f0f)