5.2.0
- Swift 4.1 support
- Objective-C support returns
- Minor refactoring/cleanup
5.1.0
Note: This will be the last release targetting Swift 4.0
[Added]
Peek now supports a Light theme
Peek now recommends alternate values for enum types
Peek now provides a Static Library variant via Cocoapods: pod 'PeekStatic'
Peek now supports Carthage
[Removed]
Classes and functions that should never have been public have been removed
[Fixed]
Fixing branch name in CONTRIBUTING.md and pull_request_template.md Lots of small refactors and optimizations thanks to @valeriyvan
- All new design
- Unified Inspectors:
- Collapse/Expand Groups
- Nested Inspectors
- Previews
- Revamped Reporting
- Accessibilty, StackViews & More
- Removed InkKit & SwiftLayout dependencies
- and more
Note: Dropped support for iOS 8.x.
Just a Swift compatibility update. Minor changes as per Swift APIs but no functional changes to Peek.
Swift 3.x unfortunately broke some of the compatilibity issues I required to work with the runtime. Please use the Swift 4 version instead.
- Slack integration
- Email reports
- Screenshot upload block (for Slack)
- NSAttributedString support, including paragraph styles
- Enable with options
- Force shake gesture on device
- Allow container selection
- Absolute layout overlay
- Multiple inspectors
- Swift Support
- iOS 8.3 Support