All Versions
13
Latest Version
Avg Release Cycle
137 days
Latest Release
1819 days ago

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
  • 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)
  • 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 to Always location permission
    • โž• Adds support for dependencies between permissions
    • ๐Ÿ›  Bugfixes: Camera, Microphone permissions
  • v0.7.0 Changes

    November 19, 2015
    • ๐Ÿ›  HealthKit fixes