kequapp
Version:
A minimal, zero-magic Node web framework built on native APIs
18 lines (9 loc) • 549 B
Markdown
# Changelog
Pre‑1.0: minor versions may include breaking changes.
## 0.9.0 – 2025-07-18
**Breaking:** ESM‑only distribution (no CommonJS). Use `import { createApp } from 'kequapp'` or `await import()` from CJS.
**Changed:** Package `exports` now only expose ESM entry. Tests updated to use native node test runner and libraries.
**Removed:** `require()` support.
## 0.8.0 – 2024-06-07
**Breaking:** `handle(s)` renamed to `action(s)`; `createHandle` → `createAction`.
**Changed:** Docs and examples updated to reflect terminology.