Skip to content
This repository was archived by the owner on Feb 15, 2022. It is now read-only.

1.0

Compare
Choose a tag to compare
@bcapps bcapps released this 07 Feb 19:46
· 161 commits to master since this release

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.