Skip to content

Releases: Rightpoint/Swiftilities

0.19.0

25 Jun 20:56
8d87b59
Compare
Choose a tag to compare

See all commits since 0.18.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

0.17.0

12 Mar 16:52
a2c1dca
Compare
Choose a tag to compare

See all commits since 0.16.0.

Breaking changes

  • Drop Swift 3.x support.

New Features

  • Add Swift 4.0 support.

0.16.0

12 Mar 16:52
Compare
Choose a tag to compare

0.15.0

12 Mar 16:53
Compare
Choose a tag to compare

0.14.0

12 Mar 16:53
Compare
Choose a tag to compare

0.13.0

12 Mar 16:54
Compare
Choose a tag to compare

0.12.0

14 Apr 18:21
Compare
Choose a tag to compare

See all commits since 0.11.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

03 Mar 20:59
Compare
Choose a tag to compare

New Features

Lifecycle Observation

27 Feb 15:13
Compare
Choose a tag to compare

New Features

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

25 Jan 15:41
Compare
Choose a tag to compare

New Features

Updates

  • Reduced compile times by optimizing slowest to compile functions ( @ateliercw )
  • Added margins to AcknowledgementViewController ( @atwoodjw / @ateliercw)