Releases: mflknr/swift-version-compare
Releases · mflknr/swift-version-compare
2.0.3
Added
- Dependabot for checking
gihub-actions
updates - Support for VisionOS
.spi.yml
for automated DocC generation on the Swift Package Index
Changed
- Documentation syntax to DocC
SwiftLint
to0.55.1
SwiftFormat
to0.54.0
Removed
jazzy
documentation generation
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
2.0.2
Added
- SwiftLint with a .swiftlint.yml file. lint checks are done on CI
Sendable
conformance toVersion
to satisfy build warnings when complete concurrency checks are enabled- SwiftFormat with a format file. lint checks are done on CI
Removed
- support for swift 5.7 and 5.8 on CI
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
2.0.1
Added
PrivacyManifest.xcprivacy
file
Changed
- moved source files and added path to target in
Package.swift
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
2.0.0
Changed
- package name to
swift-version-compare
to be in line with community standards
Removed
- CocoaPods support
- example project
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[1.1.0] - 2021-10-02
[1.0.4] - 2021-07-31
Added
- A workflow to generate documentation on the
documentation
branch when changes are pushed tomain
. - A workflow to create a release when a new tag is pushed to
main
.
Changed
- The
Check build and tests
workflow now builds for Swift 5.3 and 5.4, macOS and ubuntu. Tests will run under macOS only. - Moved
docs/
folder to dedicateddocumentation
branch.
Fixed
- Failed compilation with
VersionValidationError
s localized error description.
Removed
- Linux support for test target.
[1.0.3] - 2021-07-22
Added
CHANGELOG.md
for a better overview regarding all releases.- Localized error description to error type for more clarity.
Changed
- Renamed
Error
toVersionValidationError
for better understanding when parsing an invalid string. - Updated and enhanced documentation on public methods and properties.