This repository has been archived by the owner on Apr 29, 2021. It is now read-only.
Releases: matanlurey/seltzer
Releases · matanlurey/seltzer
0.4.0
0.4.0
- BREAKING
readAs<Bytes|String>
to return aStream
andFuture
instead- This is due to the potentially streaming nature of network and file i/o
- For example, HTTP servers commonly send chunked responses
- Added
readAsBytesAll
to auto-concatenate buffers together - Fix various strong-mode warnings
0.3.0
Initial new release.
0.3.0
- Use
WebSocketChannel
as the backing implementation for sockets - Replace
sendX
andclose
methods to returnvoid
instead ofFuture
0.2.4
0.2.4-alpha
- Added
ReplaySeltzerHttp
andSeltzerHttpRecorder
for testing
Various changes for 0.2.3-alpha. (#19)
* Various changes for 0.2.3-alpha. * Address changes.
Canned responses and headers
Add CannedHttp for testing, HTTP headers in response. (#13) * Cleanup web socket API, make more idiomatic. * Export SeltzerWebSocketProvider * Bump pubspec to 0.1.0-alpha * Fix. * Add a CannedHttp implementation for testing. * Add response headers. * Fixes.
0.0.1
Initial release