v0.2.4
This is the fifth release in the 0.2.x series of http4s-dom and is binary- and source-compatible with every previous 0.2.x release. It is published against the http4s 0.23.x series with Scala 2.12, 2.13, and 3.2+ and Scala.js 1.11+.
This release adds support for streaming requests to the FetchClient
. A feature test is used to detect when this API is available and use it automatically. Detailed browser support information is available at "Can I use".
Features
- Support streaming requests by @armanbilge in #236
Docs
- Move deps to relevant example by @armanbilge in #155
- Update README.md by @regadas in #162
- Replace Bored API with GH API in fetch docs by @armanbilge in #163
- Fix cast in fetch docs by @armanbilge in #164
Updates
- Update scala3-library, ... to 3.2.1 by @http4s-steward in #212
- Update sbt-scalajs, scalajs-compiler, ... to 1.11.0 by @http4s-steward in #219
- Update cats-effect to 3.4.5 by @http4s-steward in #233
- Update fs2-core to 3.5.0 by @http4s-steward in #234
- Update http4s-client, ... to 0.23.18 by @http4s-steward in #235
New Contributors
- @http4s-steward made their first contribution in #156
- @regadas made their first contribution in #162
Full Changelog: v0.2.3...v0.2.4