Releases: feathers-studio/hyperactive
Releases · feathers-studio/hyperactive
v2.0.0-alpha.19
- Fix bugs
v2.0.0-alpha.18
ReadonlyState
is now an interface, not a class
v2.0.0-alpha.17
- MergedState no longer exists
State.merge
returnsState<[key, value]>
v2.0.0-alpha.16
- Bugfixes
v2.0.0-alpha.15
- Better State interface and other improvements
v2.0.0-alpha.14
-
⚡️ New shorthand class/id syntax!
div.container.wide(...) // class: "container wide" h1.title["#the-beginning"]() // class: "title", id: "the-beginning"
-
🔝 New top level element imports from
///elements.ts
. -
✅
data-*
attributes now type supported! -
🗑 Removed
elements()
syntax.elements[]
is still supported, if needed.
v2.0.0-alpha.13
- ✨ Array of
string | Falsy
as a validclass
value
v2.0.0-alpha.12
- fix:
EventSourceContext
needsPartial<State>
v2.0.0-alpha.11
Features:
router<State>
now accepts any State object, and callsPartial<State>
internally, instead of forcing users to do it.- Aliased
router
touse
, to preserve express-like semantics.
v2.0.0-alpha.10
Features:
- hyperserve now supports websocket and SSE
- ctx.html takes string, ctx.render takes HyperNode