Skip to content

v2.0.0-2.10

Choose a tag to compare

@curreli curreli released this 01 Aug 12:14
· 28 commits to master since this release

Changes

  • Completed documentation
  • Blocking commands now return a Try (to make it clear that an exception can be thrown and to avoid the overhead of try/catch blocks)
  • AnyWriter is no longer imported by default, instead, the Writer for every Scala base type is imported (prevents ambiguous writer when user defines own Writer)