v2.0.0
Major Changes
-
#4
d1ad65cThanks @flyon! - Track@_linked/corestorage-API renames and adopt the new BackendAPIStore config-object constructor.Breaking — call-site renames (paired with the matching changes in
@_linked/core):LinkedStorage.setDefaultStore→setDefaultDatasetLinkedStorage.setStoreForShapes→setDatasetForShapesLinkedStorage.getDefaultStore→getDefaultDatasetLinkedStorage.getStores→getDatasetsSparqlStore→SparqlDataset
Breaking —
BackendAPIStoreconstructor takes a config object:// before new BackendAPIStore("appData"); // after new BackendAPIStore({ name: "appData" });
The config field is
name(renamed fromaliasin the intermediate iteration).Fix — scoped-package
/callroutes. Backend now correctly routes/call/@scope/pkg/methodrequests, not just/call/pkg/method.Fix — relative bundle URLs in dev. Drops the baked-in
:4000origin so bundle URLs work whateverPORTthe dev server binds to.Docs. Constructor doc-comments refreshed from the older
lincdnaming tolinked.