Skip to content

Releases: zazuko/rdf-loader-code

v2.2.0

22 Feb 20:02
Compare
Choose a tag to compare

Minor Changes

  • 829dc79: Add simpler syntax for creating key/value pair arguments (closes #37, closes #38)

v2.1.3

18 Jan 14:24
Compare
Choose a tag to compare

Patch Changes

  • aa9a3f5: Fix Windows compatibility of module imports

v2.1.2

16 Jan 13:37
Compare
Choose a tag to compare

Patch Changes

  • de91ac6: Ban deprecated rdf-js package

v2.1.1

08 Dec 10:17
Compare
Choose a tag to compare

Patch Changes

  • 798319d: Wrong .npmignore - declarations were actually missing

v2.1.0

07 Dec 20:23
Compare
Choose a tag to compare

Minor Changes

  • f901cec: Bundle TypeScript declarations

v2.0.0

25 Oct 13:40
Compare
Choose a tag to compare

Major Changes

  • 3e0b319: Preserve the type of literal by loading them as native JS objects.
    Any literal supported by rdf-literal will be converted to appropriate type.
    An error will be thrown in the value does not correspond with the lexical representation of the given datatype.

v1.0.0

03 Aug 08:53
Compare
Choose a tag to compare

Major Changes

  • c3b6e27: Convert package to ESM (and dependencies)