Releases: zigster64/datastar.http.zig
RC7 with Zig 0.15.2
Merge pull request #47 from zigster64/sse-performance Sse performance
0.15.2-RC6
This release works with Zig 0.15.2 and Datastar v1.0.0-RC6
Includes several improvements to the Cat auction
Still assumes http.zig
TODO list :
- Make it generic using comptime reflection (not tied to http.zig, no dependencies)
- Add examples for Tokamak, Jetzig, zzz, zio and stdlib servers
When its generic enough to work across multiple frameworks, will rename the whole repo to
datastar.zig
0.15.1
Snapshot that works with zig 0.15.1
Minimal set of changes needed to get this working with 0.15.1 and http.zig
Uses no buffering in the intermediate writers
Will do a big refactor next to make the whole lib conform to the official Datastar ADR, and at that point will stretch this new Io.Writer framework so that the user can specify intermediate buffering if they want
Note that the current drain function will need updating to handle this, as it's supposed to suck bytes from the buffer before consuming the data passed. This will take a bit of fiddling and tuning yet