Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-01-10 | 1.2 kB | |
v3.8.0 source code.tar.gz | 2024-01-10 | 3.2 MB | |
v3.8.0 source code.zip | 2024-01-10 | 3.3 MB | |
Totals: 3 Items | 6.6 MB | 0 |
Changelog
- Start working on HappyX sandbox (started from [#235]);
- Start working on JVM bindings (#209);
- Component generics + alias for component syntax (started from [#234]);
- Improve
staticDir
(#223, [#226]); - Arguments in route decorators (#205);
- Fix bugs (#197, [#201], [#206], [#215], [#217], [#218], [#221], [#227], [#229], [#231], [#232], [#238]).
What's Changed
- split form data items with
strutils.split
to preventAssertionDefect
in regex package by @derekdai in https://github.com/HapticX/happyx/pull/207 - fix typos. add a section for assigning new value to reactivity variables with
set()
by @derekdai in https://github.com/HapticX/happyx/pull/208 - Minor fixes by @derekdai in https://github.com/HapticX/happyx/pull/210
- Improve Norm docs. by @moigagoo in https://github.com/HapticX/happyx/pull/211
- Doc updates by @derekdai in https://github.com/HapticX/happyx/pull/214
- better handleRequest branching by @levovix0 in https://github.com/HapticX/happyx/pull/216
- more fixes for [#223] by @derekdai in https://github.com/HapticX/happyx/pull/224
Full Changelog: https://github.com/HapticX/happyx/compare/v3.5.2...v3.8.0