All Versions
15
Latest Version
Avg Release Cycle
102 days
Latest Release
1968 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v3.0.0 Changes
๐ 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.- Added by Christian Noon.
- ๐ A migration guide for the Willow 3.0 release.
- Added by Christian Noon in Pull Request #21.
- ๐ Support for
OSLogWriter
on macOS 10.12+ by removing preprocessor guards.- Added by Silvan Mosberger in Pull Request #19.
โก๏ธ Updated
- โ
The Travis-CI YAML file to Xcode 8.2 and the latest SDKs and destinations.
- Added by Silvan Mosberger in Pull Request #19.
- ๐ The Travis-CI YAML file by re-enabling
pod lib lint
since lint issue is resolved.- Updated by Christian Noon in Pull Request #21.
- The Xcode projects to Xcode 8.2 and disabled automatic signing on frameworks.
- Updated by Christian Noon in Pull Request #21.
- ๐ Instances of
OSX
withmacOS
including the framework and target names.- Updated by Christian Noon in Pull Request #21.
ExecutionMethod
enum cases to be lowercased to match Swift API Design Guidelines.- Updated by Christian Noon in Pull Request #21.
๐ Fixed
- โ
Crash in WriterTests on iOS and tvOS 9 where
os_log
APIs are not available.- Fixed by Christian Noon in Pull Request #21.
- โ Compiler warnings in the example app around private and fileprivate ACLs.
- Fixed by Christian Noon in Pull Request #21.
- A new
-
v2.0.0 Changes
๐ Released on 2016-09-07. All issues associated with this milestone can be found using this filter.
โ Added
OSLogWriter
to use theos_log
APIs indirectly through aLogger
instance.- Added by Christian Noon in Pull Request #14.
- ๐จ The
Method
enumeration onConsoleWriter
to switch betweenprint
andNSLog
functions.- Added by Christian Noon in Pull Request #15.
- A Willow 2.0 Migration Guide detailing all breaking changes between 1.x and 2.0.
- Added by Christian Noon.
โก๏ธ Updated
- โ
All source, test and example logic and project settings to compile against Swift 3.0.
- Updated by Christian Noon in Pull Requests #8, #9 and #13.
- The
Formatter
protocol to beLogMessageModifier
to avoid naming collisions with Foundation.- Updated by Christian Noon in Pull Request #9.
- The
Writer
protocol to beLogMessageWriter
to matchLogMessageModifier
naming convention.- Updated by Christian Noon in Pull Request #9.
- The README and all sample code to match the new APIs and conventions.
- Updated by Christian Noon.
โ Removed
- 0๏ธโฃ Code generation from all framework targets by default due to instability issues.
- Removed by Christian Noon.
-
v1.2.0 Changes
๐ Released on 2016-09-07. All issues associated with this milestone can be found using this filter.
โก๏ธ Updated
- โ
All source, test and example logic to compile against Swift 2.3 and Xcode 8.
- Updated by Christian Noon.
- ๐ The Travis CI yaml file to build against iOS 10 and the new suite of simulators.
- Updated by Christian Noon.
- The iOS Example app to use emoticons in the
PrefixFormatter
.- Updated by Christian Noon.
โ Removed
- โ
Slather reporting from the test suite due to instability issues with Xcode and Travis CI.
- Removed by Christian Noon.
- ๐ CocoaPods linting from the Travis CI yaml file due to current instabilities with Xcode 8.
- Removed by Christian Noon.
- ๐ The
ColorFormatter
and all logic associated with it since plugins are no longer supported.- Removed by Christian Noon.
- โ Removed the color formatting section and examples from the README.
- Removed by Christian Noon.
- โ
All source, test and example logic to compile against Swift 2.3 and Xcode 8.
-
v1.1.0 Changes
๐ Released on 2016-07-11. All issues associated with this milestone can be found using this filter.
โ Added
- ๐ New
autoclosure(escaping)
variants of the logging methods.
โก๏ธ Updated
- The README to explain the differences between autoclosure and closure APIs.
- Updated by Christian Noon in Pull Request #4.
- ๐ New