Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-08-23 | 404 Bytes | |
v2.6.1 source code.tar.gz | 2023-08-23 | 1.6 MB | |
v2.6.1 source code.zip | 2023-08-23 | 1.6 MB | |
v2.6.1.tar.gz | 2023-08-23 | 1.6 MB | |
v2.6.1.zip | 2023-08-23 | 1.6 MB | |
Totals: 5 Items | 6.4 MB | 0 |
Changelog
- Support multimethods for SSR/SSG (#117)
nim serve ....: [get, post] "/": ...
It available for Python also:py @app.route('/', ["get", "post"]) def handle(): pass
- Improved
.hpx
files (#118) - new statemenets: - if-elif-else
- while
- for
Full Changelog: https://github.com/HapticX/happyx/compare/v2.5.1...v2.6.1