Release log

9 releases across 4 projects
Glyf visualization build tool
  • v0.2.0 2026-06-18 Add streaming data sources with WebSocket support. New Glyf.connect() API for real-time dashboard pipelines. Improve WASM renderer memory footprint by 40%.
  • v0.1.1 2026-06-02 Fix canvas scaling on high-DPI displays. Patch path intersection edge case in scatter plot layouts. Add basic histogram aggregation.
  • v0.1.0 2026-05-15 Initial public release. Core rendering engine with bar, line, scatter chart types. WASM-accelerated path renderer. JSON-based artifact bundle format.
Glyf Studio AI Powered desktop app for Data Experts
  • v0.1.0 2026-06-15 Initial desktop release. Visual pipeline builder with drag-and-drop chart composition. Built-in SQL editor with live preview. Export to Glyf artifact bundles and static images.
  • v0.0.5 2026-06-01 Alpha preview. Local file system integration for data sources. Connector API for custom data adapters. Basic chart type library.
  • v0.0.3 2026-05-18 Early prototype. Electron shell with React renderer. Canvas-based chart preview. CSV and JSON import.
glyf-js JavaScript packages for consuming Glyf artifact bundles
  • v0.3.0 2026-06-13 Add React bindings: @glyf/react with declarative chart components and SSR-safe rendering. Tree-shakeable entry points reduce bundle overhead by 60%.
  • v0.2.0 2026-05-28 Client-side artifact decoder with incremental parsing. Support for streaming bundles over WebSocket. TypeScript type definitions for all public APIs.
  • v0.1.0 2026-05-10 Initial release. Core artifact bundle reader. Canvas rendering adapter for browser environments. CLI tool for bundle inspection.
spring local-first state primitives
  • v0.5.1 2026-06-12 Reduce bundle size by 22% with tree-shakeable action creators. Fix CRDT merge when offline writes span multiple sessions.
  • v0.5.0 2026-05-28 Add spring.persist() with pluggable storage backends (IndexedDB, SQLite via WASM, localStorage fallback). Snapshot-based checkpointing.
  • v0.4.3 2026-05-10 Type-safe selector API with autocomplete. Reactive subscriptions now batch updates within a microtask tick.