Changelog History
-
v4.0.3 Changes
January 03, 2019Only 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, 2019Hey 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 -
v4.0
October 11, 2018 -
v3.0 Changes
June 01, 2018Hey 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 thanTweak<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, 2016We'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, 2015SwiftTweaks is working nicely, and we're ready to try it out in our app!