Skip to content

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 04 Mar 06:19
· 823 commits to main since this release
41423a5

Minor Changes

  • #20 33e9fb0 Thanks @flyon! - Breaking: QueryParser has been removed. If you imported QueryParser directly, replace with getQueryDispatch() from @_linked/core/queries/queryDispatch. The Shape DSL (Shape.select(), .create(), .update(), .delete()) and SelectQuery.exec() are unchanged.

    New: getQueryDispatch() and setQueryDispatch() are now exported, allowing custom query dispatch implementations (e.g. for testing or alternative storage backends) without subclassing LinkedStorage.