Releases: livefir/fir
Releases · livefir/fir
example: simple formbuilder
client only dom operations using dispatchevent
What's Changed
Full Changelog: v0.1.2...v0.1.3
session store: websocket & http
What's Changed
- remove template matching by @adnaan in #27
- tweaks to make form get method work better for url queries by @adnaan in #28
- ctx.data accepts variadic argument by @adnaan in #29
- ent validators which returns fielderrors by @adnaan in #30
- session store fort tracking errorrs by @adnaan in #31
Full Changelog: v0.1.1...v0.1.2
v0.1.1
v0.1.0
The first version where the API is generally well understood after a bunch of experimentations with DX.
An event is submitted via : $fir.emit or $fir.submit and the response can be captured and applied using event listeners via:
@fir::success="$fir.replace()"
@fir::error="$fir.replace()"
The pending and done state on the client can be tracked via:
@fir::pending="..."
@fir::done="..."
What's Changed
Full Changelog: v0.0.23...v0.1.0
v0.0.23
v0.0.22
Full Changelog: v0.0.21...v0.0.22