Release log
9 releases across 4 projects
Glyf
visualization build tool
-
Add streaming data sources with WebSocket support. New
Glyf.connect()API for real-time dashboard pipelines. Improve WASM renderer memory footprint by 40%. - Fix canvas scaling on high-DPI displays. Patch path intersection edge case in scatter plot layouts. Add basic histogram aggregation.
- 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
- 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.
- Alpha preview. Local file system integration for data sources. Connector API for custom data adapters. Basic chart type library.
- Early prototype. Electron shell with React renderer. Canvas-based chart preview. CSV and JSON import.
glyf-js
JavaScript packages for consuming Glyf artifact bundles
-
Add React bindings:
@glyf/reactwith declarative chart components and SSR-safe rendering. Tree-shakeable entry points reduce bundle overhead by 60%. - Client-side artifact decoder with incremental parsing. Support for streaming bundles over WebSocket. TypeScript type definitions for all public APIs.
- Initial release. Core artifact bundle reader. Canvas rendering adapter for browser environments. CLI tool for bundle inspection.
spring
local-first state primitives
- Reduce bundle size by 22% with tree-shakeable action creators. Fix CRDT merge when offline writes span multiple sessions.
-
Add
spring.persist()with pluggable storage backends (IndexedDB, SQLite via WASM, localStorage fallback). Snapshot-based checkpointing. - Type-safe selector API with autocomplete. Reactive subscriptions now batch updates within a microtask tick.