Releases: bittere/dash
Release list
v0.2.2-alpha
This release adds Bun support! Hasn't been completely tested yet, but the very basic test suite runs without any issues. So hey, that means it's good enough, right?
Full Changelog: v0.2.1...v0.2.2
v0.2.1-alpha
Whoops... I may have missed v0.2.0...
Oh well. I'll remember not to do that next time.
This release includes a new method for input/output that doesn't rely on streams at all. You can use any underlying way for inputs and outputs, Dash doesn't care. Hopefully, this will mean that Dash now works across more JavaScript runtimes, but I haven't tested this yet.
Full Changelog: v0.1.1...v0.2.1
v0.1.1-alpha
This release uses streams and adds more documentation & tests. Still not completely polished!
Full Changelog: v0.1.0...v0.1.1
v0.1.0
A base working version of dash. Sort of like a proof-of-concept. Many features can be added, but it works pretty well so far!
Full Changelog: https://github.com/bittere/dash/commits/v0.1.0