Releases: MobileNativeFoundation/XCLogParser
Releases · MobileNativeFoundation/XCLogParser
v0.2.42
What's Changed
- fix: bump version to match with the 0.2.41 release by @chenrui333 in #223
- Fix flat structure detection by checking against all the
subSections
by @pepicrft in #229 - Correct a link in Xcactivitylog Format.md by @yasuradodo in #230
- Version 0.2.42 by @pepicrft in #234
New Contributors
- @chenrui333 made their first contribution in #223
- @pepicrft made their first contribution in #229
- @yasuradodo made their first contribution in #230
Full Changelog: v0.2.41...v0.2.42
v0.2.41
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)