Releases: LEGO/woof
v0.4.2
What's Changed
- Upgrade sbt-scalajs, scalajs-library_2.13, ... from 1.8.0 to 1.9.0 by @scala-steward in #50
- Introduce cats-effect-testkit by @hejfelix in #52
- Upgrade cats-effect, cats-effect-testkit from 3.3.5 to 3.3.7 by @scala-steward in #55
- Upgrade sbt-scalajs-crossproject from 1.1.0 to 1.2.0 by @scala-steward in #58
Full Changelog: v0.4.1...v0.4.2
v0.4.1
What's Changed
-
Upgrade slf4j-api from 1.7.33 to 1.7.35 by @scala-steward in #36
-
Upgrade http4s-core from 0.23.6 to 0.23.8 by @scala-steward in #37
-
Upgrade scalafmt-core from 3.3.1 to 3.3.3 by @scala-steward in #34
-
Upgrade sbt from 1.6.1 to 1.6.2 by @scala-steward in #42
-
Upgrade scala3-library, ... from 3.1.0 to 3.1.1 by @scala-steward in #43
-
Upgrade sbt-mdoc from 2.2.24 to 2.3.0 by @scala-steward in #38
-
Upgrade scalafmt-core from 3.3.3 to 3.4.0 by @scala-steward in #39
-
Upgrade cats-effect from 3.3.4 to 3.3.5 by @scala-steward in #40
-
Upgrade http4s-core from 0.23.8 to 0.23.9 by @scala-steward in #41
-
Fix bug where feeding null into slf4j would cause woof to fail by @hejfelix in #47
Full Changelog: v0.4.0...v0.4.1
v0.4.0
Highlights:
- Configurable shortening of classpaths by @imkarrer
While this is semantically a breaking change, it should act as a drop in replacement for most people.
Thanks for the contribution!
What's Changed
- Update cats-effect to 3.3.3 by @scala-steward in #23
- Update scalafmt-core to 3.3.1 by @scala-steward in #26
- Update sbt to 1.6.1 by @scala-steward in #25
- Upgrade cats-effect from 3.3.3 to 3.3.4 by @scala-steward in #29
- 2 allow shortening of classpath by @imkarrer in #27
New Contributors
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- Abstract
Logger
as trait using 'given' macro by @hejfelix in #24 - Deprecate
Logger.makeIoLogger
in favor ofDefaultLogger.makeIo
Full Changelog: v0.2.1...v0.3.0
Thanks to @gvolpe for instigating this change. This effectively allows Woof
to be abstracted over, either by using Logger
as the abstraction itself, or if you have another layer above it.
Inspiration for this solution comes from https://github.com/com-lihaoyi/sourcecode thanks to https://github.com/lihaoyi for that!
v0.2.1
What's Changed
- Cross-build http4s module for Scala.js by @armanbilge in #9
- Update munit-cats-effect-3 to 1.0.7 by @scala-steward in #15
- Update cats-effect to 3.3.0 by @scala-steward in #14
- Update scalafmt-core to 3.0.8 by @scala-steward in #13
- Update sbt to 1.5.7 by @scala-steward in #12
- Update sbt-scalajs-crossproject to 1.1.0 by @scala-steward in #11
- Update http4s-core to 0.23.7 by @scala-steward in #10
- Update scalafmt-core to 3.2.1 by @scala-steward in #16
New Contributors
- @armanbilge made their first contribution in #9
- @scala-steward made their first contribution in #15
Full Changelog: v0.2.0...v0.2.1