Skip to content

Releases: LEGO/woof

v0.4.2

05 Apr 06:46
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...v0.4.2

v0.4.1

08 Feb 11:15
a6e8691
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

13 Jan 10:16
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

03 Jan 08:58
66dfae1
Compare
Choose a tag to compare

What's Changed

  • Abstract Logger as trait using 'given' macro by @hejfelix in #24
  • Deprecate Logger.makeIoLogger in favor of DefaultLogger.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

18 Dec 09:33
5b7a057
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.2.1

0.2.0

17 Dec 11:51
92c1df2
Compare
Choose a tag to compare

New

  • Cross build woof-core for Scala.js
  • Bump dependencies
  • Bump Scala from 3.0.2 => 3.1.0

Breaking changes

  • LogInfo no longer relies on JVM file classes
  • Time format now relies on epoch millis instead of java.time.Instant