Releases: Rightpoint/Swiftilities
Releases · Rightpoint/Swiftilities
0.19.0
Breaking Changes
- The frame-change handler closure in the
Keyboard
class is now marked as@escaping
, which it should have been all along. (6d97f95)
New Features
- Xcode 10 support (#138, @chrisballinger)
- The Math subspec now works on all of Apple's platforms, not just iOS. (#139, @ZevEisenberg)
0.17.0
Breaking changes
- Drop Swift 3.x support.
New Features
- Add Swift 4.0 support.
0.16.0
0.15.0
0.14.0
0.13.0
0.12.0
New Features
- Added logging handler so you can pass the output of the Swiftilities logger to crash reporters and their kin. (#112 via #113, @ZevEisenberg)
Other changes
- Update source code to use SwiftLint 0.18.0
- Trivial code changes and cleanup
0.11.0
New Features
- Adds
AboutView
, née RZAbout - (@ateliercw, @ZevEisenberg, #107)
Lifecycle Observation
New Features
- Added a
Lifecycle
subspec that adds view controller lifecycle behaviors - ( @KingOfBrian, @nbonatsakis, @ateliercw )
Fixes
- Fixed memory leak in
RootViewController
where the previous root view controller wouldn't be deallocated if it was modally presenting a view controller - ( @ZevEisenberg , @zadr, @ateliercw)
Valid Validators
New Features
- Refactored and expanded validators ( @ZevEisenberg / @nevillco )
Updates
- Reduced compile times by optimizing slowest to compile functions ( @ateliercw )
- Added margins to AcknowledgementViewController ( @atwoodjw / @ateliercw)