Releases: bloomberg/xcdiff
Releases · bloomberg/xcdiff
0.14.0
What's Changed
- Switch from brew to mise by @marciniwanicki in #149
- Feature: Add PlistComparator to compare project plists. by @vono-hvore in #148
- Bump to 0.14.0 by @kwridan in #150
- Add note about mise to Development.md by @marciniwanicki in #151
New Contributors
- @vono-hvore made their first contribution in #148
Full Changelog: 0.13.0...0.14.0
0.13.0
What's Changed
- Bump Xcode to 16.0 by @marciniwanicki in #135
- Bump swift-argument-parser to 1.5.0 by @marciniwanicki in #136
- Update GitHub Action plugins to latest versions by @marciniwanicki in #137
- Bump XcodeProj to 8.25.0 by @Lommelun in #139
- Switch to Xcode 16.2 by @marciniwanicki in #141
- Build main branch daily (at 20:00 UTC) by @marciniwanicki in #142
- Add File system synchronized groups comparator by @kwridan in #143
- Bump to 0.13.0 by @kwridan in #144
New Contributors
Full Changelog: 0.12.0...0.13.0
0.12.0
0.11.0
What's Changed
- Shorthand Optional Binding by @avbangar in #125
- Add information how to install via homebrew by @marciniwanicki in #126
- Bump Xcode version to 14.3.1 by @kwridan in #127
- Bump to 0.11.0 by @kwridan in #128
New Contributors
Full Changelog: 0.10.0...0.11.0
0.10.0
Notable Changes
- Fix target attributes value mismatch (#122) (thanks @carrepbearep)
- Build arm64 and x86_64 binary (#109) (thanks @skofgar)
- Implement Run Script comparison (#112) (thanks @michaelmcguire)
All Changes
- Bump Xcode to 14.2 (#123)
- Bump version to 0.10.0 (#120)
- Fix brew install (#121)
- Bump Swiftformat to 0.50.3 (#116)
- Bump Swiftlint to 0.49.1 (#117)
- Fix brew install warning (#118)
- Bump Xcode to 14.1 (#115)
- Fix lint error
- Update swift-tools-support-core and modernize Package.swift syntax (#114) (thanks @technocidal)
0.9.0
0.8.0
0.7.0
Notable Changes
- Include target attributes in the attributes comparator (#86)
All Changes
- Bump version to 0.7.0 (#92)
- Fix commands test generator for Xcode 12.5+ (#91)
- Update version of tools used (#90)
- Include target attributes in the attributes comparator (#86)
- Update XcodeProj to 8.0.0 (#84)
- Ensure fixtures contain the appropriate copyright notices (continued) (#83)
- Ensure fixtures contain the appropriate copyright notices (#82)
- Static checksum comparision of codecov script (#80)
- Run CI with Xcode 12.4 (#79)
- Update changelog command in release docs (#78)
0.6.0
Changes
- Fix warnings in CommandBasedTests (#76)
- Add Swift Package comparator (#74)
- Allow to decrease the coverage by up to 0.5% (#75)
- Add project attributes comparator (#72)
- Add regenerate command snapshots to makefile (#73)
- Correct
ComparatorParameters.init's argument label (configuration=>configurations) (#71)