All Versions
10
Latest Version
Avg Release Cycle
127 days
Latest Release
1901 days ago

Changelog History

  • v4.0.3 Changes

    January 03, 2019

    Only a small change in v4.0.3: @erikpoort's excellent bug-fix for calling closure tweaks from the floating tweak window.

    Cheers!

  • v4.0.2 Changes

    January 02, 2019

    Hey there! v4.0.2 includes:

    • Layout Improvements to the FloatingTweakWindow, including a "re-open Tweaks" button
    • Haptics for "action/closure" tweaks (to help you know that something happened)
    • iPad layout improvements (using a modal form sheet)
  • v4.0.1 Changes

    October 11, 2018

    ๐Ÿš€ (Creating a new point release to include relevant Travis/Cocoapods changes!)

    ๐Ÿš€ This release includes support for Swift 4.2 and Xcode 10 (thank you, @mjarvis!), as well as support for String as a tweakable type (thanks @ikesyo!)

  • v4.0

    October 11, 2018
  • v3.0 Changes

    June 01, 2018

    Hey there!

    ๐Ÿš€ Itโ€™s been a while since we did a release -- things have been improving on the master branch, but itโ€™s been a long time since we did a good Cocoapods update. So! Hereโ€™s whatโ€™s in this release:

    • ๐Ÿ‘ Swift 4.0 syntax/support
    • Tweak<StringOption> aka โ€œchoose from [String]โ€ (we use this at Khan Academy when we need a more-complex feature flag than Tweak<Bool>)
    • โž• Add TweakWindow.GestureType.twoFingerDoubleTap for an easy alternative to .shake-ing your device; useful in apps that use a shake gesture for undo, React Native menu, etc.
  • v2.0-beta.1 Changes

    October 30, 2016

    ๐Ÿš€ This beta release includes support for Swift 3!

    There aren't any API changes (aside from Swift 3 syntax), but since this is a breaking change for syntax, we're bumping the version number.

  • v1.1 Changes

    October 05, 2016

    ๐Ÿš€ This release includes support for Swift 2.3.

    ๐Ÿš€ (After this, we'll keep a swift2.3 branch around to help out projects that haven't made the jump to Swift 3.0. master will focus on Swift 3.0 development, with a v2.0 release to indicate it's a breaking change to Swift 3.0)

  • v1.0 Changes

    May 09, 2016

    We've been using SwiftTweaks in production for a few months now, and we're ready to open-source it!

  • v0.1.1 Changes

    November 21, 2015

    ๐Ÿ‘ Need to allow iOS 8.0 support - so now we do!

  • v0.1 Changes

    November 21, 2015

    SwiftTweaks is working nicely, and we're ready to try it out in our app!