Releases: krzysztofzablocki/LifetimeTracker
Releases · krzysztofzablocki/LifetimeTracker
1.8.4
What's Changed
- Fix leak detection and warning by @MontakOleg in #94
New Contributors
- @MontakOleg made their first contribution in #94
Full Changelog: 1.8.3...1.8.4
1.8.3
1.8.2
What's Changed
- Fix resources path & bundle for CocoaPods by @Coledunsby in #75
- Minor project cleanup by @ZevEisenberg in #77
- Fix localization to use the correct bundle by @idanboa in #79
- Add the ability to switch the dashboard visibility and style after initial setup by @idanboa in #80
- Make track function public in LifetimeTracker class by @bohan-v in #84
- Add color customization to LifetimeTrackerDashboardIntegration by @acosmicflamingo in #87
New Contributors
- @ZevEisenberg made their first contribution in #77
- @idanboa made their first contribution in #79
- @bohan-v made their first contribution in #84
- @acosmicflamingo made their first contribution in #87
Full Changelog: 1.8.1...1.8.2
SPM resorce support
Adds SPM support for resources
iOS 13 SceneDelegate support
- iOS 13 SceneDelegate support
Hide Option
New features
Details
Hide Option
A settings screen is added to the bar and circular dashboard. It currently only has the option to hide the LifetimeTracker UI. There are three hide options:
- Hide until more issues are detected
- Hide until new issue types are detected (issue type: Is basically the identifier of the class. If a leak disappears and occurs again, the UI will be shown again)
- Hide until the app is restarted (the initial visibility from the code call will be used again)
Flow: Bar
Flow: Circular
Swift 4.2 support
Merge pull request #49 from bluesource/master Updated to Swift 4.2
Circular Dashboard
This release (1.4.0) contains a new circular dashboard view which should improve the usage in release (Alpha, Beta, ...) builds which are tested by the QA.
New features
- A circular dashboard which can be dragged around the screen. It shows only the amount of leaks and opens the detailed list as modal view controller
Improvements
- Changes of maxCount in configurations during the runtime updates their counterparts in the tracked groups
Protocol conformance tweak
1.3.1 feat: update objc requirement
Objective-C support
- Finished objc support