Scopt v3.6.0 Release Notes

Release Date: 2017-06-02 // almost 7 years ago
  • v3.5.0...v3.6.0

    ๐Ÿ‘ Scala.js support

    ๐Ÿ‘ Scala.js support was added by @aappddeevv in #137.

    Scala Native

    ๐Ÿ‘ Scala Native support was added by @Duhemm in #141

    ๐Ÿ› bug fixes and minor enhancements

    • โž• Adds opt[Char] support (typeclass instance Read[Char]). #130 by @emanresusername
    • ๐Ÿ–จ Prints usage even if there are no options. #131 by @remus32
    • ๐Ÿ›  Fixes infinite loop when a subcommand is hidden. #133 by @tksfz
    • โž• Adds better support for capturing output. #139 by @gzoller