Releases: http4s/http4s-twirl
Releases · http4s/http4s-twirl
v0.23.17
This is another dependencies update release.
Binary Breaking Change
Updated play-twirl
to 1.5.2
, which changed its dependency on scala-xml
from 1.x
to 2.x
.
We decided to break semver scheme in this release, as did our upstream play-twirl. Discussion here.
What's Changed
- Update scala-library to 2.13.9 in series/0.23 by @http4s-steward in #42
- Update sbt-http4s-org to 0.14.7 in series/0.23 by @http4s-steward in #44
- Update scala-library to 2.13.10 in series/0.23 by @http4s-steward in #46
- Update sbt to 1.7.2 in series/0.23 by @http4s-steward in #43
- Update sbt-http4s-org to 0.14.9 in series/0.23 by @http4s-steward in #53
- Update scalafmt-core to 3.6.1 in series/0.23 by @http4s-steward in #51
- Update http4s-core, http4s-laws, ... to 0.23.17 in series/0.23 by @http4s-steward in #59
- Update sbt-http4s-org to 0.14.10 in series/0.23 by @http4s-steward in #60
- Update sbt-twirl to 1.5.2 in series/0.23 by @http4s-steward in #57
Full Changelog: v0.23.16...v0.23.17
v0.24.0-M1
First milestone release to support Scala 3
Depends on play-twirl 1.6.0-M7
, also a milestone release.
What's Changed
- Update scala-library to 2.13.9 in series/0.23 by @http4s-steward in #42
- Update sbt-http4s-org to 0.14.7 in series/0.23 by @http4s-steward in #44
- Update scala-library to 2.13.10 in series/0.23 by @http4s-steward in #46
- Update sbt to 1.7.2 in series/0.23 by @http4s-steward in #43
- Update sbt-http4s-org to 0.14.9 in series/0.23 by @http4s-steward in #53
- Update scalafmt-core to 3.6.1 in series/0.23 by @http4s-steward in #51
- added support for scala 3 - series/0.23 by @kailuowang in #55
Full Changelog: v0.23.16...v0.24.0-M1
v1.0.0-M37
What's Changed
- Update http4s-core, http4s-laws to 1.0.0-M37 in main by @http4s-steward in #38
Full Changelog: v1.0.0-M36...v1.0.0-M37
v0.23.16
What's Changed
- Update sbt-http4s-org to 0.13.2 by @scala-steward in #3
- Update http4s-core, http4s-laws to 0.23.12 by @scala-steward in #5
- Update sbt-http4s-org to 0.13.4 in series/0.23 by @http4s-steward in #14
- Update scalafmt-core to 3.5.8 in series/0.23 by @http4s-steward in #15
- Update sbt-http4s-org to 0.14.2 in series/0.23 by @http4s-steward in #17
- Update sbt-http4s-org to 0.14.3 in series/0.23 by @http4s-steward in #19
- Update scala-library to 2.12.16 in series/0.23 by @http4s-steward in #18
- Update http4s-core, http4s-laws, ... to 0.23.13 in series/0.23 by @http4s-steward in #20
- Update sbt to 1.7.0 in series/0.23 by @http4s-steward in #23
- Update sbt to 1.7.1 in series/0.23 by @http4s-steward in #25
- Update sbt-http4s-org to 0.14.4 in series/0.23 by @http4s-steward in #26
- Update http4s-core, http4s-laws, ... to 0.23.14 in series/0.23 by @http4s-steward in #29
- Update scalafmt-core to 3.5.9 in series/0.23 by @http4s-steward in #31
- Update http4s-laws to 0.23.15 in series/0.23 by @http4s-steward in #32
- Update http4s-core to 0.23.15 in series/0.23 by @http4s-steward in #33
- Update sbt-http4s-org to 0.14.6 in series/0.23 by @http4s-steward in #39
- Update http4s-core, http4s-laws to 0.23.16 in series/0.23 by @http4s-steward in #35
- Update scala-library to 2.12.17 in series/0.23 by @http4s-steward in #37
- bump http4s version to 0.23.16 by @FrancescoSerra in #40
New Contributors
- @scala-steward made their first contribution in #3
Full Changelog: https://github.com/http4s/http4s-twirl/commits/v0.23.16
v1.0.0-M36
What's Changed
- Update scalafmt-core to 3.5.9 in main by @http4s-steward in #30
- Update http4s-core, http4s-laws to 1.0.0-M36 in main by @http4s-steward in #34
Full Changelog: v1.0.0-M35...v1.0.0-M36
v1.0.0-M35
What's Changed
- Update sbt to 1.7.0 in main by @http4s-steward in #22
- Update sbt to 1.7.1 in main by @http4s-steward in #24
- Inherit Scala 3 and SBT from 0.23 by @rossabaker in #27
- Update http4s-core, http4s-laws to 1.0.0-M35 in main by @http4s-steward in #28
Full Changelog: v1.0.0-M34...v1.0.0-M35
v1.0.0-M34
What's Changed
- Update sbt-http4s-org to 0.13.4 by @typelevel-steward in #8
- Update scalafmt-core to 3.5.8 by @typelevel-steward in #9
- Update sbt-http4s-org to 0.14.0 by @http4s-steward in #10
- Add .scalafix.conf to support sbt-typelevel v0.14.0 by @FrancescoSerra in #16
- Create .scala-steward.conf by @rossabaker in #12
- Update sbt-http4s-org to 0.14.1 in main by @http4s-steward in #13
- Update http4s-core, http4s-laws to 1.0.0-M34 in main by @http4s-steward in #21
New Contributors
- @typelevel-steward made their first contribution in #8
- @FrancescoSerra made their first contribution in #16
- @rossabaker made their first contribution in #12
Full Changelog: v1.0.0-M33...v1.0.0-M34
v1.0.0-M33
What's Changed
- Update sbt-http4s-org to 0.13.2 by @scala-steward in #3
- Update http4s-core, http4s-laws to 0.23.12 by @scala-steward in #5
- Merge http4s/http4s main by @armanbilge in #6
New Contributors
- @scala-steward made their first contribution in #3
- @armanbilge made their first contribution in #6
- @FrancescoSerra is a new maintainer and prepared the release notes
Full Changelog: https://github.com/http4s/http4s-twirl/commits/v1.0.0-M33