Releases: SwiftPackageIndex/SPIManifest
Releases · SwiftPackageIndex/SPIManifest
1.1.1
- Validate platform inputs when decoding (but with leniency)
1.1.0
- 5.9 is now
SwiftVersion.latestRelease
1.0.0
- Added new platform "visionOS"
0.19.0
- Changed
SwiftVersion.latest
toSwiftVersion.latestRelease
, returning the latest released version of Swift (as opposed to pre-release versions - Changed
SwiftVersion.isLatest
toSwiftVersion.isLatestRelease
accordingly documentationTargets
resolution now takes the latest Swift release version into account, not the latest version overall
0.18.0
- Added Swift 5.9
- Dropped Swift 5.5
0.17.2
- Added documentation for
custom_documentation_parameters
0.17.1
- Updated documentation of "Images for Linux" in "Common Use Cases"
0.17.0
- adds Swift version 5.8
- drops Swift version 5.4
0.16.0
- add support to express custom documentation generation (DocC) parameters:
custom_documentation_parameters
0.15.1
- documentation updates