Skip to content

v0.3.0 — config() helper + @shaferllc/keel package

Choose a tag to compare

@tshafer tshafer released this 10 Jul 17:54
· 167 commits to main since this release

Keel v0.3.0 — global helpers, and a real npm package.

Added

  • Global config() and app() 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 with npm install @shaferllc/keel and import from @shaferllc/keel/core, receiving core updates via npm 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.