v0.3.0 — config() helper + @shaferllc/keel package
Keel v0.3.0 — global helpers, and a real npm package. ⚓
Added
- Global
config()andapp()helpers. Read config from anywhere:config("app.name"),config("app.port", 3000)— no container plumbing.app()returns the active application. Both resolve against the app registered automatically on construction. - Published as
@shaferllc/keel. The framework is now a proper npm package with a real build (compiled JS +.d.ts). Apps install withnpm install @shaferllc/keeland import from@shaferllc/keel/core, receiving core updates vianpm update.
Changed
- Docs and copy no longer describe Keel by comparison to other frameworks — it stands on its own.
This completes the two-repo model: keel is the library; keel-app (the starter) and apps like the website depend on it.