Skip to content
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.

Releases: matanlurey/seltzer

0.4.0

31 Dec 19:31
Compare
Choose a tag to compare

0.4.0

  • BREAKING readAs<Bytes|String> to return a Stream and Future 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

23 Dec 16:32
Compare
Choose a tag to compare

Initial new release.

0.3.0

  • Use WebSocketChannel as the backing implementation for sockets
  • Replace sendX and close methods to return void instead of Future

0.2.4

13 Dec 05:17
Compare
Choose a tag to compare
0.2.4 Pre-release
Pre-release

0.2.4-alpha

  • Added ReplaySeltzerHttp and SeltzerHttpRecorder for testing

Various changes for 0.2.3-alpha. (#19)

14 Nov 04:55
Compare
Choose a tag to compare
Pre-release
* Various changes for 0.2.3-alpha.

* Address changes.

Canned responses and headers

21 Oct 22:24
Compare
Choose a tag to compare
Pre-release
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

26 Sep 22:57
Compare
Choose a tag to compare
0.0.1 Pre-release
Pre-release

Initial release