Skip to content

Releases: MobileNativeFoundation/XCLogParser

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)

Fixes build status

30 Nov 17:20
79e62ea
Compare
Choose a tag to compare

Fix a bug #152 where the build status was reported incorrectly

Flag to truncate number of issues in a given task

29 Nov 14:26
946d722
Compare
Choose a tag to compare
  • Fixes #150
  • Adds --trunc_large_issues flag to the parse command that will truncate the issues reported by tasks that have more than 100 issues (Warnings, Notes or Errors) to 100 issues only.