You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Minor Changes
#5ed0e99d 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
#458522a9 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.