Skip to content

5.0.0

Choose a tag to compare

@github-actions github-actions released this 10 Jun 13:06
· 2 commits to main since this release
3e63dde

What's Changed

  • docs: recommend mise installation for CLI tool by @AllDmeat in #138
  • Fix Swift Testing badge link in README by @AllDmeat in #140
  • Bump github.com/pointfreeco/swift-snapshot-testing from 1.18.7 to 1.18.9 by @dependabot[bot] in #142
  • Bump jdx/mise-action from 3 to 4 by @dependabot[bot] in #144
  • Bump github.com/apple/swift-argument-parser from 1.7.0 to 1.7.1 by @dependabot[bot] in #146
  • Bump github.com/apple/swift-log from 1.9.1 to 1.11.0 by @dependabot[bot] in #147
  • Bump github.com/pointfreeco/swift-snapshot-testing from 1.18.9 to 1.19.2 by @dependabot[bot] in #148
  • Bump github.com/coreoffice/xmlcoder from 0.18.0 to 0.18.1 by @dependabot[bot] in #150
  • Bump softprops/action-gh-release from 2 to 3 by @dependabot[bot] in #149
  • Bump github.com/apple/swift-log from 1.11.0 to 1.12.0 by @dependabot[bot] in #153
  • Bump github.com/coreoffice/xmlcoder from 0.18.1 to 0.18.2 by @dependabot[bot] in #155
  • Bump github.com/apple/swift-log from 1.12.0 to 1.12.1 by @dependabot[bot] in #156
  • Regenerate xcresult fixtures on Xcode 26.5 by @AllDmeat in #169
  • Strip Xcode version from snapshot names by @AllDmeat in #170
  • Drop TotalCoverageDTO; reuse CoverageReportDTO for total by @AllDmeat in #171
  • Parse all known issueType values from xcresult build-results by @AllDmeat in #172
  • Expose source location (line/column) on build warnings by @AllDmeat in #173
  • Stop deduplicating identical warning messages within a file by @AllDmeat in #174
  • Parse errors[] from build-results (symmetric to warnings) by @AllDmeat in #175
  • Bump github.com/apple/swift-argument-parser from 1.7.1 to 1.8.1 by @dependabot[bot] in #157
  • Bump github.com/apple/swift-log from 1.12.1 to 1.13.1 by @dependabot[bot] in #158
  • Refactor Report around File primary, Module as projection by @AllDmeat in #176
  • Restructure CLI around data-axis subcommands (tests/warnings/errors/coverage) by @AllDmeat in #179
  • Refresh fixtures with WarningsCatalog; add typed IssueType regressions; audit normalizeWarningMessage by @AllDmeat in #183
  • Add MIGRATION.md for 4.x → 5.0 by @AllDmeat in #184
  • Refresh README for 5.0: CLI-first, agent integration, drop swift run by @AllDmeat in #185
  • Add Peekie skills for Claude Code and Cursor by @AllDmeat in #186
  • Adopt SwiftFormat (nicklockwood) + SwiftLint strict; pre-commit hooks by @AllDmeat in #187
  • Bump github.com/apple/swift-argument-parser from 1.8.1 to 1.8.2 by @dependabot[bot] in #189
  • Regenerate xcresult fixtures with root-level tests, nested suites, backtick names by @AllDmeat in #190
  • Add CODEOWNERS with @AllDmeat as repo owner by @AllDmeat in #191
  • Support root-level @test and nested @suite (Swift Testing) by @AllDmeat in #188
  • Add fullyQualified grouping to JSONFormatter by @AllDmeat in #192
  • Default JSON and List formatters to fullyQualified grouping by @AllDmeat in #193
  • Regenerate xcresult fixtures with richer attachment coverage by @AllDmeat in #194
  • Regenerate xcresult fixtures with PNG and raw-binary attachments by @AllDmeat in #196
  • Support test attachments (Swift Testing and XCTest) by @AllDmeat in #195
  • Refresh peekie skill for attachments and accurate JSON shapes by @AllDmeat in #197
  • Fix peekie attachments --test-id silently dropping into a no-op by @AllDmeat in #198
  • Speed up xcresult parsing: bytes stdout + concurrent DTO fetches by @AllDmeat in #200
  • Simplify attachments per-failure recipe (--test-id works now) by @AllDmeat in #199
  • Tighten peekie skills based on eval audit by @AllDmeat in #201
  • Document peekie attachments in README by @AllDmeat in #202
  • Move logo into repo to drop GitHub's user-attachments background by @AllDmeat in #203
  • Fix duplicate warnings/errors when a file is in multiple coverage targets by @AllDmeat in #204
  • Dedup Apple-emitted #warning twins within warnings/errors bucket by @AllDmeat in #205
  • Module = thin handle; module-scoped data lives on Report by @AllDmeat in #206

Full Changelog: 4.1.0...5.0.0