Willow v5.1.0 Release Notes

Release Date: 2018-09-17 // over 5 years ago
  • ๐Ÿš€ Released on 2018-09-17. All issues associated with this milestone can be found using this filter.

    โž• Added

    • A Logger.disabled static variable that can be assigned to a Logger variable. This Logger will not write any messages sent to it.

    โšก๏ธ Updated

    • The Xcode workspace to be compatible with Xcode 10 and Swift 4.2.
    • The podspec swift-version to 4.2.
    • ๐Ÿ— The Travis-CI yaml file to build with Xcode 10 by leveraging bundler and a Gemfile.

    ๐Ÿ—„ Deprecated

    • ๐Ÿ—„ The Optional<Logger> extensions are now deprecated. Use a non-optional Logger variable: var log: Logger? = nil โ†’ var log: Logger = .disabled.