Skip to content

Util 19.1.0

Compare
Choose a tag to compare
@finaglehelper finaglehelper released this 10 Jan 20:57
· 689 commits to develop since this release

New Features

  • util-core: Added Reader.map/flatMap to transform Reader[A] to Reader[B]. Added fromFuture()
    and value() in the Reader object to construct a new Reader. ac15ad8b

Breaking API Changes

  • util-core: The implicit conversions classes in c.t.conversions.SomethingOps have been
    renamed to have unique names. This allows them to be used together with wildcard imports.
    See Github issue (#239). 2d5d6da9
  • util-core: Both c.t.io.Writer.FailingWriter and c.t.io.Writer.fail were removed. Build your
    own instance should you need to. 63815225