PinpointKit v1.0.0 Release Notes

Release Date: 2017-02-07 // about 7 years ago
  • ๐Ÿš€ This release adds support for Swift 3, including API changes reflecting the new naming guidelines, and additional entry points for customization and configuration.

    • ๐Ÿšš Moves ScreenshotDetector to a subspec that is not included by default, so that clients need not set NSPhotoLibraryUsageDescription by default.
    • ๐Ÿ”„ Changes access control to publicize additional properties and objects that were previously private or internal for better customization.
    • โž• Adds an EditorDelegate API to allow clients to be informed of more events within the editor.
    • โž• Adds FeedbackConfiguration to allow greater configuration of the feedback to be sent.
    • ๐Ÿ”Š Uses iOS 10 as the base SDK, which negates the usage of SystemLogger on iOS 10+ since there is currently no generic way to read all system logs, as there was pre-iOS 10.
    • โœ‚ Removes defaultPinpointKit. Clients are now responsible for holding onto their own PinpointKit reference. Please refer to the README and Example project for code samples displaying this behavior.