v0.3.0
What's new
- Web UI with Monaco editor, syntax-highlighted search results, and autocompletion (
mix exograph.web) - JSON API:
POST /api/search,POST /api/query,GET /api/packages,GET /api/stats - Consolidated
Exograph.Postgres.*namespace - Split DSL executor into focused modules
- Removed dead code and single-implementation behaviour abstractions
- Simplified
Indexstruct from 6 fields to 3
Breaking
Module renames — update any direct references:
FragmentStore.Postgres→Postgres.FragmentStoreInvertedIndex.Postgres→Postgres.InvertedIndexTreeStore.Postgres→Postgres.TreeStoreQuery→StructuralQueryCodeFactQuery→Postgres.FactQuery