Skip to content

Releases: dragonwocky/nadder

v0.3.3

18 May 12:56
4bb2b92

Choose a tag to compare

patch: do not fail if mtime null (e.g. in deno deploy)

v0.3.2

16 May 09:58
bee72ed

Choose a tag to compare

patch: update unocss, use provider cdn for icons

v0.3.1

15 May 12:48
98eebd7

Choose a tag to compare

patch: use single generator instance, remove render bottleneck

v0.3.0

11 May 10:48
d11550a

Choose a tag to compare

v0.3.0

v0.2.0

16 Feb 08:25
dfe0d52

Choose a tag to compare

Added

  • ctx.res.markForDownload() helper.
  • naddder.useMiddleware(callback) registers route-inspecific callbacks, always
    called after any available route handlers.
  • Document wrapper 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 0 and false values properly.
  • The Session interface is exported.

v0.1.0

06 Feb 12:02
7a1e906

Choose a tag to compare

Initial release.