Skip to content

Releases: square/Aardvark

3.3.1

03 Apr 00:03
Compare
Choose a tag to compare
  • Replaces usage of iOS 9+ API calls with iOS 8 compatible variants.

3.3.0

19 Jan 21:36
e1554bf
Compare
Choose a tag to compare
  • Adds a delegate for providing additional email attachments and filtering log stores to include in email bug reports

3.2.0

09 Jan 05:32
22852a7
Compare
Choose a tag to compare
  • Include view hierarchy description with screenshots in bug reports

3.1.2

04 Oct 18:01
Compare
Choose a tag to compare

Fixes a bug where bug reports could not be filed if there were more than two view controllers presented

3.1.1

25 Sep 19:39
Compare
Choose a tag to compare
  • Enable building with Xcode 9

CoreAardvark/2.1.1

25 Sep 19:40
Compare
Choose a tag to compare
  • Enable building with Xcode 9

3.1.0

25 Sep 19:37
Compare
Choose a tag to compare
  • Enable bug reporting with Google's Inbox app.

3.0.0

23 Sep 17:47
Compare
Choose a tag to compare
  • Introduce Swift-compatible APIs using Swift 3
  • Xcode 8 support
  • Use explicit nullability keywords (no more NS_ASSUME_NONNULL)
  • Remove static library targets
  • Remove iOS 6 and 7 support

CoreAardvark/2.0.0

23 Sep 17:55
Compare
Choose a tag to compare

• Introduce Swift-compatible APIs using Swift 3
• Xcode 8 support
• Use explicit nullability keywords (no more NS_ASSUME_NONNULL)
• Remove static library targets
• Remove iOS 6 and 7 support

CoreAardvark is safe for consumption by extensions.

2.0.0

23 Sep 17:54
Compare
Choose a tag to compare
  • Allow logging mechanisms within Aardvark to be consumed by extensions and extension-safe frameworks by splitting out core logging functionality into CoreAardvark.
  • Use separate podspecs rather than subspecs. Xcode does not support pulling in different parts of a single framework into different targets (see related Cocoapods issue #5643).
  • Drop support for Xcode 6.