Skip to content

Releases: lambdasistemi/graph-browser

v1.0.0

23 Apr 14:42
51ee689

Choose a tag to compare

1.0.0 (2026-04-23)

Features

  • ?branch= URL param for non-main data (#36) (da4189e)
  • ?theme=light|dark|auto URL param (#69) (4345bad)
  • add domain-specific SPARQL queries for architecture exploration (66c8404)
  • add Graph.Query module with catalog types and decoder (0651799)
  • add GraphSource type and config decoding (bac2fe0)
  • add ontology SPARQL queries for isolation browsing (4eba9f3)
  • add ontology walkthrough tour with query-based stops (ac98af4)
  • add OWL/RDFS ontology extraction module (62d17a5)
  • add Oxigraph parse and URI decode FFI (2de539a)
  • add PureScript RDF import module (49f81c8)
  • add query catalog data and schema (69b28ad)
  • add SPARQL store API to Oxigraph FFI (55592da)
  • build-action to assemble graph-browser sites without build tools (0878fb5)
  • build-action: require pinned 'version:' input (f1c1496)
  • bundle npm deps (cytoscape, fcose) via esbuild (dd7c5ec)
  • clear all repos button in repo manager (8c0f383)
  • clickable edges with hover tooltip on graph canvas (e9140c3), closes #64
  • config: graphSources entries accept an optional label (db7854e)
  • context-aware LLM prompt builder for node and edge panels (#14) (9e40088)
  • document.title from config + localStorage persistence (bf9e56a)
  • dual lib/app nix outputs and justfile recipes (b0c57fb)
  • ffi: carry named graph value on ImportedRdfQuad (1a8da8b)
  • ffi: loadRdf accepts an optional target named graph (fda1ad6)
  • ffi: query SPARQL with use_default_graph_as_union (578503e)
  • generic graph browser with example data and README (4eb9ed2)
  • graph: Node and Edge carry source graph IRIs (5a22c9c)
  • loader: stamp each source with a named-graph IRI (cccc1e4)
  • make rdf the self-graph source of truth (1fc9e25)
  • migrate self-graph views and tours to SPARQL queries (67f397c)
  • nix build via mkSpagoDerivation + importNpmLock (eb17923)
  • RDF input support for downstream graph providers (2f5c1b9)
  • release: publish lib-bundle.tar.gz + schemas.tar.gz per release (c318810)
  • replace search panel with query catalog browser (19861a3)
  • repo discovery with manifest fetch and convention fallback (e996c1e)
  • repo manager panel with per-repo state persistence (06ab1e8)
  • reusable CI workflow for data repo schema validation (1cfde98)
  • reusable GitHub Action for graph data validation (1feccfd), closes #24
  • self-documenting architecture graph with CI validation (727183a)
  • self-documenting views for graph-browser architecture (#34) (9cec48d)
  • specify ontology namespace publication (78c7edd)
  • support query-based tutorial stops via queryId field (62ba247)
  • support standard RDF predicate metadata (#49) (5b5da50)
  • token encryption and authenticated fetch for private repos (1be451a)
  • ui: Sources sidebar panel with per-source visibility toggle (d395fde)
  • update validation for RDF-backed repos (460a944)
  • URL deep-linking with ?repo= parameter (bae2404)
  • validate-action: pin schemas to a release version (8e68f19)
  • view filtering, picker UI, and deep-linking (#34) (9e27a3a)
  • view schema, validation, and build-action support (#34) (0e1b3a1)
  • wire ontology extraction into import pipeline (f70f4a4)
  • wire RDF graph loading into viewer (6ff2f3f)
  • wire SPARQL store and query catalog into Viewer state and init (c0e4a94)
  • wire view picker to query catalog view-tagged queries (1cbea98)

Bug Fixes

Read more