Releases: mflknr/swift-version-compare
Releases · mflknr/swift-version-compare
2.1.1
Removed
builderfrom.spi.yml
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
2.1.0
Added
workflow_dispatchto workflows to manually trigger them
Fixed
- outdated workflows with new swift and xcode versions
- missing
Sendableconformance
Changed
- swift language mode to
v6
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
2.0.3
Added
- Dependabot for checking
gihub-actionsupdates - Support for VisionOS
.spi.ymlfor automated DocC generation on the Swift Package Index
Changed
- Documentation syntax to DocC
SwiftLintto0.55.1SwiftFormatto0.54.0
Removed
jazzydocumentation 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
Sendableconformance toVersionto 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.xcprivacyfile
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-compareto 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
documentationbranch when changes are pushed tomain. - A workflow to create a release when a new tag is pushed to
main.
Changed
- The
Check build and testsworkflow now builds for Swift 5.3 and 5.4, macOS and ubuntu. Tests will run under macOS only. - Moved
docs/folder to dedicateddocumentationbranch.
Fixed
- Failed compilation with
VersionValidationErrors localized error description.
Removed
- Linux support for test target.
[1.0.3] - 2021-07-22
Added
CHANGELOG.mdfor a better overview regarding all releases.- Localized error description to error type for more clarity.
Changed
- Renamed
ErrortoVersionValidationErrorfor better understanding when parsing an invalid string. - Updated and enhanced documentation on public methods and properties.