Releases: Daemoniorum-LLC/qliphoth
Releases · Daemoniorum-LLC/qliphoth
v0.2.0 - Cross-platform Web Framework for Sigil
What's New
Added
- Athame Editor Component - Full-featured Sigil code editor with syntax highlighting, bracket matching, and undo/redo
- Cross-platform support - Compile to WASM (browser), SSR (server), or GTK4 (desktop)
- Comprehensive hooks library
- State:
use_state,use_reducer,use_context - Effects:
use_effect,use_layout_effect - Performance:
use_memo,use_callback,use_transition,use_deferred_value - Data:
use_fetch,use_mutation - DOM:
use_ref,use_intersection,use_animation_frame - Utilities:
use_debounce,use_throttle,use_local_storage,use_media_query
- State:
- Actor-based state management with time-travel debugging
- Type-safe router with guards, protected routes, and dynamic parameters
- Platform abstraction layer for cross-platform development
- E2E test suite with Playwright
Changed
- Restructured project with workspace packages (
qliphoth-sys,qliphoth-router) - Converted to standard Sigil syntax throughout codebase
- Improved VDOM reconciliation algorithm
Full Changelog: v0.1.0...v0.2.0