Skip to content

Releases: livefir/fir

example: simple formbuilder

04 Jan 23:43
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.3...v0.1.4

client only dom operations using dispatchevent

03 Jan 23:55
b3a6a0a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.2...v0.1.3

session store: websocket & http

01 Jan 23:24
32c7131
Compare
Choose a tag to compare

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

29 Dec 01:46
49ec97a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

25 Dec 17:01
0db3d7a
Compare
Choose a tag to compare

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

25 Dec 01:09
bd6e359
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.22...v0.0.23

v0.0.22

15 Dec 23:40
Compare
Choose a tag to compare

Full Changelog: v0.0.21...v0.0.22

v0.0.21

14 Dec 22:39
142730c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.20...v0.0.21

v0.0.20

13 Dec 00:31
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.19...v0.0.20

v0.0.19

12 Dec 23:03
2612c41
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.18...v0.0.19