Willow v6.0.0 Release Notes
Release Date: 2019-04-30 // almost 4 years ago-
๐ Released on 2019-04-30. All issues associated with this milestone can be found using this filter.
โ Removed
- ๐ Swift 4.2 support.
- Removed by Greg Tropino in Pull Request #54.
- ๐ Deprecated functions on
Optional
Logger extension.- Removed by Greg Tropino in Pull Request #54.
- ๐ Swift 4.2 support.
Previous changes from v5.1.0
-
๐ 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 aLogger
variable. ThisLogger
will not write any messages sent to it.- Added by Eric Jensen in Pull Request #42.
โก๏ธ Updated
- The Xcode workspace to be compatible with Xcode 10 and Swift 4.2.
- Updated by Eric Jensen in Pull Request #40.
- The podspec
swift-version
to4.2
.- Updated by Eric Jensen in Pull Request #43.
- ๐ The Travis-CI yaml file to build with Xcode 10 by leveraging bundler and a Gemfile.
- Updated by Christian Noon in Pull Request #44.
๐ Deprecated
- ๐ The
Optional<Logger>
extensions are now deprecated. Use a non-optionalLogger
variable:var log: Logger? = nil
โvar log: Logger = .disabled
.- Deprecated by Eric Jensen in Pull Request #42.
- A