Recent Releases of ldkit

ldkit - 2.5.1

What's Changed

  • Use DISTINCT for counting entities by @karelklima in https://github.com/karelklima/ldkit/pull/155
  • Re-added filtering of duplicate quads by @karelklima in https://github.com/karelklima/ldkit/pull/156

Full Changelog: https://github.com/karelklima/ldkit/compare/2.5.0...2.5.1

- TypeScript
Published by karelklima 7 months ago

ldkit - 2.5.0

What's Changed

  • Updated URL redirects in documentation by @karelklima in https://github.com/karelklima/ldkit/pull/142
  • Updated URL redirects in documentation again by @karelklima in https://github.com/karelklima/ldkit/pull/143
  • Added overhead processing to performance benchmark by @karelklima in https://github.com/karelklima/ldkit/pull/145
  • Added CITATION file and minimum requirements by @karelklima in https://github.com/karelklima/ldkit/pull/148
  • Support query expressions in count method by @karelklima in https://github.com/karelklima/ldkit/pull/149
  • Removed filtering of duplicate quads by @karelklima in https://github.com/karelklima/ldkit/pull/151
  • Updated dependencies by @karelklima in https://github.com/karelklima/ldkit/pull/153

Full Changelog: https://github.com/karelklima/ldkit/compare/2.4.0...2.5.0

- TypeScript
Published by karelklima 8 months ago

ldkit - 2.4.0

What's Changed

  • Added JSON-LD @context converter by @karelklima in https://github.com/karelklima/ldkit/pull/138
  • Added ShEx schema converter by @karelklima in https://github.com/karelklima/ldkit/pull/141

Full Changelog: https://github.com/karelklima/ldkit/compare/2.3.0...2.4.0

- TypeScript
Published by karelklima 10 months ago

ldkit - 2.3.0

What's Changed

  • Improved performance benchmark by @karelklima in https://github.com/karelklima/ldkit/pull/135
  • Added support for custom data types by @karelklima in https://github.com/karelklima/ldkit/pull/136

Full Changelog: https://github.com/karelklima/ldkit/compare/2.2.0...2.3.0

- TypeScript
Published by karelklima 10 months ago

ldkit - 2.2.0

What's Changed

  • Added LDkit ontology web pages by @karelklima in https://github.com/karelklima/ldkit/pull/125
  • Optimized data streaming when parsing RDF by @karelklima in https://github.com/karelklima/ldkit/pull/126
  • Support N-Triples, N-Quads and TriG RDF formats by @karelklima in https://github.com/karelklima/ldkit/pull/128
  • Use application/sparql-update MIME type for updates by @karelklima in https://github.com/karelklima/ldkit/pull/130
  • Added performance benchmark by @karelklima in https://github.com/karelklima/ldkit/pull/132

Full Changelog: https://github.com/karelklima/ldkit/compare/2.1.1...2.2.0

- TypeScript
Published by karelklima 10 months ago

ldkit - 2.1.1

What's Changed

  • Updated examples to latest version by @karelklima in https://github.com/karelklima/ldkit/pull/119
  • Conform to SPARQL 1.1 Protocol for update queries by @karelklima in https://github.com/karelklima/ldkit/pull/122

Full Changelog: https://github.com/karelklima/ldkit/compare/2.1.0...2.1.1

- TypeScript
Published by karelklima about 1 year ago

ldkit - 2.1.0

What's Changed

  • Added caching for generated API by @karelklima in https://github.com/karelklima/ldkit/pull/107
  • Fixed document title in ldkit.io by @karelklima in https://github.com/karelklima/ldkit/pull/109
  • Added information about compliance with existing W3C standards by @karelklima in https://github.com/karelklima/ldkit/pull/112
  • Upgraded @rdfjs/types to v2 by @karelklima in https://github.com/karelklima/ldkit/pull/117
  • Fixed www docs and api links not working in new Deno by @karelklima in https://github.com/karelklima/ldkit/pull/115

Full Changelog: https://github.com/karelklima/ldkit/compare/2.0.0...2.1.0

- TypeScript
Published by karelklima about 1 year ago

ldkit - 2.0.0

What's Changed

  • Updated Fresh to newest version by @karelklima in https://github.com/karelklima/ldkit/pull/57
  • Made type optional for schema definition by @karelklima in https://github.com/karelklima/ldkit/pull/58
  • Updated examples dependencies by @karelklima in https://github.com/karelklima/ldkit/pull/61
  • Added pagination support by @karelklima in https://github.com/karelklima/ldkit/pull/65
  • Added support for large array modifications by @karelklima in https://github.com/karelklima/ldkit/pull/67
  • Added E2E tests for all data types by @karelklima in https://github.com/karelklima/ldkit/pull/75
  • Added support for updating values of optional properties by @karelklima in https://github.com/karelklima/ldkit/pull/76
  • Improved lens find interface output type by @karelklima in https://github.com/karelklima/ldkit/pull/77
  • Added support for inverse properties by @karelklima in https://github.com/karelklima/ldkit/pull/78
  • Added support for filtering results by @karelklima in https://github.com/karelklima/ldkit/pull/81
  • Replaced @context key in schema with @schema by @karelklima in https://github.com/karelklima/ldkit/pull/83
  • Refactored LDkit Context to Options by @karelklima in https://github.com/karelklima/ldkit/pull/86
  • Added support for custom query logger by @karelklima in https://github.com/karelklima/ldkit/pull/87
  • Added E2E tests for multilang feature by @karelklima in https://github.com/karelklima/ldkit/pull/88
  • Refactored TypeScript types for better DX by @karelklima in https://github.com/karelklima/ldkit/pull/89
  • Added OWL namespace by @karelklima in https://github.com/karelklima/ldkit/pull/90
  • Improved LDkit API documentation by @karelklima in https://github.com/karelklima/ldkit/pull/91
  • Added support for IRI type in Schema by @karelklima in https://github.com/karelklima/ldkit/pull/96
  • Added $in and $notIn search operators by @karelklima in https://github.com/karelklima/ldkit/pull/98
  • Added support to search by $id by @karelklima in https://github.com/karelklima/ldkit/pull/99
  • Added findOne function to Lens by @karelklima in https://github.com/karelklima/ldkit/pull/100
  • Added tests for rdf:type related queries by @karelklima in https://github.com/karelklima/ldkit/pull/102
  • Added Movie Database DBpedia example by @karelklima in https://github.com/karelklima/ldkit/pull/103
  • Updated documentation to v2 by @karelklima in https://github.com/karelklima/ldkit/pull/105

Full Changelog: https://github.com/karelklima/ldkit/compare/1.1.0...2.0.0

- TypeScript
Published by karelklima about 2 years ago

ldkit - 1.1.0

What's Changed

  • Added performance tests by @karelklima in https://github.com/karelklima/ldkit/pull/44
  • Added support for text/turtle format for quad queries by @karelklima in https://github.com/karelklima/ldkit/pull/55

Full Changelog: https://github.com/karelklima/ldkit/compare/1.0.0...1.1.0

- TypeScript
Published by karelklima over 2 years ago

ldkit - 1.0.0

What's Changed

  • Update examples with new LDkit version by @karelklima in https://github.com/karelklima/ldkit/pull/42

Full Changelog: https://github.com/karelklima/ldkit/compare/v0.8.0...1.0.0

- TypeScript
Published by karelklima almost 3 years ago

ldkit - v0.8.0

What's Changed

  • Deno 1.30 upgrade by @karelklima in https://github.com/karelklima/ldkit/pull/41

Full Changelog: https://github.com/karelklima/ldkit/compare/v0.7.0...v0.8.0

- TypeScript
Published by karelklima almost 3 years ago

ldkit - v0.7.0

What's Changed

  • Support multiple graphs and named graphs in SPARQL builders by @karelklima in https://github.com/karelklima/ldkit/pull/33
  • Renamed Resource to Lens by @karelklima in https://github.com/karelklima/ldkit/pull/35
  • Improve website design and UX by @karelklima in https://github.com/karelklima/ldkit/pull/37
  • Fixed files formatting by @karelklima in https://github.com/karelklima/ldkit/pull/38

Full Changelog: https://github.com/karelklima/ldkit/compare/v0.6.5...v0.7.0

- TypeScript
Published by karelklima over 3 years ago

ldkit - v0.6.5

What's Changed

  • Implemented custom SPARQL tag and SPARQL builders by @karelklima in https://github.com/karelklima/ldkit/pull/27
  • Setup automated tests for pull requests by @karelklima in https://github.com/karelklima/ldkit/pull/29
  • Setup automated NPM package publishing by @karelklima in https://github.com/karelklima/ldkit/pull/30

Full Changelog: https://github.com/karelklima/ldkit/compare/v0.6.4...v0.6.5

- TypeScript
Published by karelklima over 3 years ago

ldkit - v0.6.4

What's Changed

  • Referencing individual namespaces instead of getting them from the namespaces list by @danielbeeke in https://github.com/karelklima/ldkit/pull/24
  • Implemented custom bindings factory by @karelklima in https://github.com/karelklima/ldkit/pull/25

New Contributors

  • @danielbeeke made their first contribution in https://github.com/karelklima/ldkit/pull/24

Full Changelog: https://github.com/karelklima/ldkit/compare/v0.6.3...v0.6.4

- TypeScript
Published by karelklima over 3 years ago

ldkit - v0.6.3

Full Changelog: https://github.com/karelklima/ldkit/compare/v0.6.2...v0.6.3

- TypeScript
Published by karelklima over 3 years ago

ldkit - v0.6.2

Full Changelog: https://github.com/karelklima/ldkit/compare/v0.6.1...v0.6.2

- TypeScript
Published by karelklima over 3 years ago

ldkit - v0.6.1

Full Changelog: https://github.com/karelklima/ldkit/compare/v0.6.0...v0.6.1

- TypeScript
Published by karelklima over 3 years ago

ldkit - v0.6.0

Full Changelog: https://github.com/karelklima/ldkit/compare/v0.5.0...v0.6.0

- TypeScript
Published by karelklima over 3 years ago

ldkit -

- TypeScript
Published by karelklima over 3 years ago

ldkit - v0.5.0

Full Changelog: https://github.com/karelklima/ldkit/compare/v0.4.1...v0.5.0

- TypeScript
Published by karelklima over 3 years ago

ldkit - v0.4.1

Full Changelog: https://github.com/karelklima/ldkit/compare/v0.4.0...v0.4.1

- TypeScript
Published by karelklima over 3 years ago

ldkit - v0.4.0

Full Changelog: https://github.com/karelklima/ldkit/compare/v0.3.2...v0.4.0

- TypeScript
Published by karelklima over 3 years ago

ldkit - v0.3.2

Full Changelog: https://github.com/karelklima/ldkit/compare/v0.3.1...v0.3.2

- TypeScript
Published by karelklima about 4 years ago

ldkit - v0.3.1

Full Changelog: https://github.com/karelklima/ldkit/compare/v0.3.0...v0.3.1

- TypeScript
Published by karelklima about 4 years ago

ldkit - v0.3.0

Full Changelog: https://github.com/karelklima/ldkit/compare/v0.2.1...v0.3.0

- TypeScript
Published by karelklima over 4 years ago

ldkit - v0.2.1

Full Changelog: https://github.com/karelklima/ldkit/compare/v0.2.0...v0.2.1

- TypeScript
Published by karelklima over 4 years ago

ldkit - v0.2.0

Full Changelog: https://github.com/karelklima/ldkit/compare/v0.1.8...v0.2.0

- TypeScript
Published by karelklima over 4 years ago

ldkit - v0.1.8

Full Changelog: https://github.com/karelklima/ldkit/compare/v0.1.7...v0.1.8

- TypeScript
Published by karelklima over 4 years ago

ldkit - v0.1.7

Full Changelog: https://github.com/karelklima/ldkit/compare/v0.1.6...v0.1.7

- TypeScript
Published by karelklima over 4 years ago

ldkit - v0.1.6

Full Changelog: https://github.com/karelklima/ldkit/compare/v0.1.5...v0.1.6

- TypeScript
Published by karelklima over 4 years ago

ldkit - v0.1.5

Full Changelog: https://github.com/karelklima/ldkit/compare/v0.1.4...v0.1.5

- TypeScript
Published by karelklima over 4 years ago

ldkit - v0.1.4

Full Changelog: https://github.com/karelklima/ldkit/compare/v0.1.3...v0.1.4

- TypeScript
Published by karelklima over 4 years ago

ldkit - v0.1.3

Full Changelog: https://github.com/karelklima/ldkit/compare/v0.1.2...v0.1.3

- TypeScript
Published by karelklima over 4 years ago

ldkit - v0.1.2

Full Changelog: https://github.com/karelklima/ldkit/compare/v0.1.1...v0.1.2

- TypeScript
Published by karelklima over 4 years ago

ldkit - v0.1.1

Full Changelog: https://github.com/karelklima/ldkit/compare/v0.1.0...v0.1.1

- TypeScript
Published by karelklima over 4 years ago

ldkit - v0.1.0

Full Changelog: https://github.com/karelklima/ldkit/compare/v0.0.3...v0.1.0

- TypeScript
Published by karelklima over 4 years ago

ldkit - v0.0.3

Full Changelog: https://github.com/karelklima/ldkit/compare/v0.0.2...v0.0.3

- TypeScript
Published by karelklima over 4 years ago

ldkit - v0.0.2

Full Changelog: https://github.com/karelklima/ldkit/compare/v0.0.1...v0.0.2

- TypeScript
Published by karelklima over 4 years ago

ldkit - v0.0.1

Full Changelog: https://github.com/karelklima/ldkit/commits/v0.0.1

- TypeScript
Published by karelklima over 4 years ago