Twitter Util v19.1.0 Release Notes

Release Date: 2019-01-10 // over 5 years ago
  • ๐Ÿ†• 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