Releases: MobileNativeFoundation/XCLogParser
Releases · MobileNativeFoundation/XCLogParser
v0.2.40
What's Changed
- Use v4 of checkout action by @aleksandergrzyb in #218
- Update macOS to 13 by @aleksandergrzyb in #222
- Skip parsing of section attachments for logs with version less than 11 by @HeEAaD in #213
New Contributors
Full Changelog: v0.2.39...v0.2.40
v0.2.39
v0.2.38
Xcode 15 support
- Remove occurrences of single quotes in filenames by @PatrikBillgren
- Add SwiftCompile as detailType by @PatrikBillgren
- Fix deprecation notice detection by @lgilyazov
- Change --derivedData -> --derived_data by @huylg
- Add IDEActivityLogActionMessage support by @mollyIV
This release improves Xcode 15 support.
Parse Swift deprecation warnings in Xcode 14
What's Changed
- DeprecatedWarnings: Check for type note by @PatrikBillgren in #179
- Update to version 0.2.36 by @PatrikBillgren in #180
New Contributors
- @PatrikBillgren made their first contribution in #179
Full Changelog: v0.2.35...v0.2.36
Swift 5.5 support
Bumps the swift version to 5.5.
Xcode 14 support
Adds support to parse logs generated by Xcode 14
Parse validation error
- Adds support for parsing errors generated by external commands (e.g. binary validation)
Fixes build status
Fix a bug #152 where the build status was reported incorrectly
Flag to truncate number of issues in a given task
- 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.