Releases: dragonwocky/nadder
Releases · dragonwocky/nadder
v0.3.3
v0.3.2
patch: update unocss, use provider cdn for icons
v0.3.1
patch: use single generator instance, remove render bottleneck
v0.3.0
v0.3.0
v0.2.0
Added
ctx.res.markForDownload()helper.naddder.useMiddleware(callback)registers route-inspecific callbacks, always
called after any available route handlers.Documentwrapper for JSX pages (inc. doctype, head, and body markup and
class transformation with Uno CSS).- WebSocket connections can be grouped into channels for message broadcasting.
Changed
- Replaced the Windi CSS engine with
an Uno CSS engine. - Response helpers are built into
ctx.res. - WebSocket connections are established by upgrading a route handler,
instead of requiring their own separate handler.
Fixed
- JSX now handles
0andfalsevalues properly. - The
Sessioninterface is exported.
v0.1.0
Initial release.