Releases: Nike-Inc/Willow
Releases · Nike-Inc/Willow
Swift 3
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.
- Added by Christian Noon in Pull Request
- The
Method
enumeration onConsoleWriter
to switch betweenprint
andNSLog
functions.- Added by Christian Noon in Pull Request
#15.
- Added by Christian Noon in Pull Request
- 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.
- Updated by Christian Noon in Pull Requests
- The
Formatter
protocol to beLogMessageModifier
to avoid naming collisions with Foundation.- Updated by Christian Noon in Pull Request
#9.
- Updated by Christian Noon in Pull Request
- The
Writer
protocol to beLogMessageWriter
to matchLogMessageModifier
naming convention.- Updated by Christian Noon in Pull Request
#9.
- Updated by Christian Noon in Pull Request
- The README and all sample code to match the new APIs and conventions.
- Updated by Christian Noon.
Removed
- Code generation from all framework targets by default due to instability issues.
- Removed by Christian Noon.
Swift 2.3
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.
Autoclosure Variants
All issues associated with this milestone can be found using this
filter.
Added
Updated
- The README to explain the differences between autoclosure and closure APIs.
- Updated by Christian Noon in Pull Request
#4.
- Updated by Christian Noon in Pull Request
Initial Release
Added
- Initial release of Willow.
- Added by Christian Noon.