Download Latest Version v4.5.2 source code.tar.gz (2.7 MB)
Email in envelope

Get an email when there's a new version of happyx

Home / v0.4.8
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2023-04-13 579 Bytes
v0.4.8 source code.tar.gz 2023-04-13 137.4 kB
v0.4.8 source code.zip 2023-04-13 144.4 kB
v0.4.8.tar.gz 2023-04-13 137.4 kB
v0.4.8.zip 2023-04-13 144.4 kB
Totals: 5 Items   564.2 kB 0

Changelog

  • Support staticDir in SSG routing (#8). nim server.routes: staticDir "myDirectory"
  • Support regex patterns SSG routing (#9). nim server.routes: "/regex/pattern{patternId:/[a-zA-Z0-9_]/}" echo patternId
  • Support SPA with JS backend. nim var app = newApp() app.routes: "#/": echo path buildHtml(`div`): "Hello, world!" "#/hello!": buildHtml(`div`): "No, bye!" app.start()
  • New syntax sugar (#10).
  • Some fixes and improves (#11)
Source: README.md, updated 2023-04-13