Releases: zazuko/rdf-loader-code
Releases · zazuko/rdf-loader-code
v2.2.0
Minor Changes
- 829dc79: Add simpler syntax for creating key/value pair arguments (closes #37, closes #38)
v2.1.3
Patch Changes
- aa9a3f5: Fix Windows compatibility of module imports
v2.1.2
Patch Changes
- de91ac6: Ban deprecated
rdf-js
package
v2.1.1
Patch Changes
- 798319d: Wrong .npmignore - declarations were actually missing
v2.1.0
Minor Changes
- f901cec: Bundle TypeScript declarations
v2.0.0
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
Major Changes
- c3b6e27: Convert package to ESM (and dependencies)