Skip to content

Releases: MobileNativeFoundation/XCLogParser

v0.2.42

12 Jun 13:12
5facacc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.41...v0.2.42

v0.2.41

21 Mar 06:47
7cf8c50
Compare
Choose a tag to compare

What's Changed

  • Encode log data to ascii string using c string pointer by @memoto in #217

New Contributors

Full Changelog: v0.2.40...v0.2.41

v0.2.40

17 Dec 07:38
251e44b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.39...v0.2.40

v0.2.39

12 Apr 07:27
62b4d62
Compare
Choose a tag to compare

What's Changed

  • Update to handle the new JSON format introduced in Xcode 15.3 by @rabc in #204
  • Bump version to 0.2.39 by @rabc in #206

This release improves Xcode 15.3 support.

v0.2.38

11 Jan 09:40
e536e30
Compare
Choose a tag to compare
  • Reduce memory usage by not parsing detailType in SwiftCompile: #199

Xcode 15 support

30 Nov 09:52
cd41cfc
Compare
Choose a tag to compare

Parse Swift deprecation warnings in Xcode 14

24 Nov 14:39
1abc5b9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.35...v0.2.36

Swift 5.5 support

14 Nov 22:44
2c4a36f
Compare
Choose a tag to compare

Bumps the swift version to 5.5.

Xcode 14 support

29 Jun 11:02
dc6093f
Compare
Choose a tag to compare

Adds support to parse logs generated by Xcode 14

Parse validation error

26 Jan 07:49
083e1ac
Compare
Choose a tag to compare
  • Adds support for parsing errors generated by external commands (e.g. binary validation)