All Versions
13
Latest Version
Avg Release Cycle
137 days
Latest Release
1992 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.1.2 Changes
April 06, 2019- Ensure compatibility with Xcode 10.2
-
v2.1.1 Changes
September 05, 2018- ๐ Deprecate social permissions
- โ Add debug hint when missing
NSLocationAlwaysAndWhenInUseUsageDescription
-
v2.1.0 Changes
September 05, 2018- ๐ Ready for Xcode 10 and iOS 12 (still builds with Xcode 9/iOS 11)
- ๐ Bump deployment target to iOS 9
- โ Remove deprecated permission categories (AssetsLibrary and AddressBook-based APIs)
- ๐ Allow determination of possible requests without displaying any UI
-
v2.0.0 Changes
October 25, 2016๐ This release requires additional setup to ensure your apps pass binary validation in iTunes Connect. Please study the README file carefully.
- Ready for iOS 10
- ๐ New permission types: Siri, photo library, speech recognition, user notifications, music library
- All required usage descriptions will be asserted in DEBUG at the time of requesting a permission
- Carthage compatibility
-
v1.2.0 Changes
July 15, 2016- Provide callback to handle true errors
- ๐ Fix issues for social media account permissions if user had no user account:
this may require your implementations to handle the error to avoid asking the user
again for permission - โ Add methods to query request-able and granted permissions given a set of categories
- โ Add some rudimentary unit tests
-
v1.1.0 Changes
June 08, 2016- ๐ Improves CocoaPods integration
- README examples updated to work with CocoaPods 1.0
- Private headers are marked private in Podspec
- Adds subspec for Health support
- ๐ Improves Swift support by adding nullability annotations
- ๐จ Internal refactoring
- ๐ Improves CocoaPods integration
-
v1.0.0 Changes
November 20, 2015- ๐ Improves documentation
- Improves header documentation
- Adds shared schemes to allow builds via
xcodebuild
- Adds changelog file (this one!)
- Adds repo icon (shown, e.g., in SourceTree)
- Adds appledoc config file (allows
appledoc .
within the root directory)
- ๐ Improves documentation
-
v0.9.0 Changes
November 19, 2015- โ Added support for remote notifications
- โ Added source annotations to work better with Swift
- ๐ Fixes project configuration warnings
- โ Removes Xcode 6/iOS 8 SDK build support (iOS 7 is still the deployment target)
-
v0.8.0 Changes
November 19, 2015- ๐ Allows upgrade from
WhenInUse
toAlways
location permission - โ Adds support for dependencies between permissions
- ๐ Bugfixes: Camera, Microphone permissions
- ๐ Allows upgrade from
-
v0.7.0 Changes
November 19, 2015- ๐ HealthKit fixes