Willow v3.0.0 Release Notes

  • ๐Ÿš€ Released on 2017-01-13. All issues associated with this milestone can be found using this filter.

    โž• Added

    • A new .swift-version file for CocoaPods pointed at Swift 3.0.
    • ๐Ÿš€ A migration guide for the Willow 3.0 release.
    • ๐Ÿ‘Œ Support for OSLogWriter on macOS 10.12+ by removing preprocessor guards.

    โšก๏ธ Updated

    • โœ… The Travis-CI YAML file to Xcode 8.2 and the latest SDKs and destinations.
    • ๐Ÿ‘• The Travis-CI YAML file by re-enabling pod lib lint since lint issue is resolved.
    • The Xcode projects to Xcode 8.2 and disabled automatic signing on frameworks.
    • ๐ŸŽ Instances of OSX with macOS including the framework and target names.
    • ExecutionMethod enum cases to be lowercased to match Swift API Design Guidelines.

    ๐Ÿ›  Fixed

    • โœ… Crash in WriterTests on iOS and tvOS 9 where os_log APIs are not available.
    • โš  Compiler warnings in the example app around private and fileprivate ACLs.