Skip to content

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 25 Mar 04:12
· 62 commits to main since this release
37d0c83

Minor Changes

  • #5 ed0e99d Thanks @linked-cm! - Migrate from SelectQueryFactory to QueryBuilder for compatibility with @_linked/core v2.x. Replace removed Shape.queryParser with getQueryDispatch(), update all type signatures and runtime code to use the immutable QueryBuilder API (.for(), .forAll(), .limit(), .offset(), .build()). Query result types are now correctly inferred from QueryBuilder generic parameters. Requires @_linked/core ^2.2.0 as peer dependency.

Patch Changes

  • #4 58522a9 Thanks @flyon! - Upgrade to @_linked/core@2.2.1
    Fix preloadFor rendering wrong entity and add Fuseki integration tests.
    Added 7 Fuseki-backed integration tests covering linkedComponent and linkedSetComponent:
    Tests use a custom Jest environment (jest-environment-jsdom-with-fetch) that restores Node's native fetch in jsdom, and auto-start Fuseki via Docker when needed.