Skip to content

Releases: square/Aardvark

CoreAardvark/1.0.0

23 Sep 17:56
Compare
Choose a tag to compare

• Introducing core Aardvark logging and log-distributing functionality as a stand-alone, extension-safe framework.

1.6.0

26 Jul 20:09
Compare
Choose a tag to compare

Expose CoreAardvark, which can be imported from an extension.

Note: this version does not allow Aardvark to be pulled in from an app embedding a framework that pulls in CoreAardvark. v2.0 allows for this.

1.5.0

26 Jul 05:19
Compare
Choose a tag to compare

Allow an ARKLogMessage to be created with an arbitrary creationDate

1.4.0

15 Jan 05:39
Compare
Choose a tag to compare
  • ARKLogScreenshot() captures all windows – not just the key window – in iOS 7 and later
  • Add Search to ARKLogTableViewController in iOS 8 and later

1.3.2

11 Dec 20:39
Compare
Choose a tag to compare

• Fix issue where bug filing UI doesn't appear when view controllers are already stacked.

1.3.1

27 Oct 00:01
Compare
Choose a tag to compare

• Fix umbrella import for CocoaPods consumers.

1.3

26 Oct 21:19
Compare
Choose a tag to compare
1.3

• Aardvark.h is now an umbrella header.
• Carthage support

Prevent crash on iOS 9 when composing a screenshot on a view of size CGRectNull

24 Sep 18:16
Compare
Choose a tag to compare

Better iOS 9 compatibility

22 Sep 19:15
Compare
Choose a tag to compare

• Use UIAlertController instead of UIAlertView on iOS 8+
• Added the ability to file a bug without a screenshot.

Props to @dzenbot for the PR!

Added ability to add additions to the email body at bug-file time

03 Sep 18:51
Compare
Choose a tag to compare

Set a ARKEmailBugReporterEmailBodyAdditionsDelegate on your email bug reporter to inject key/value pairs in the email bug report body at bug-file time. Also made retrieving logs for bug filing faster.