MigrationGuide
class MigrationGuide : Decodable
represents the migration guide
-
textual summary of changes between versions
Declaration
Swift
var summary: String -
supported specification type
Declaration
Swift
var specType: SpecificationType -
supported service type
Declaration
Swift
var serviceType: ServiceType -
list of changes between versions
Declaration
Swift
var changes: [Change] -
previous version
Declaration
Swift
var versionFrom: SemanticVersion -
current version
Declaration
Swift
var versionTo: SemanticVersion -
Declaration
Swift
required init(from decoder: Decoder) throws -
The set of migrations which result from this migration guide
Declaration
Swift
var migrationSet: MigrationSet { get }
View on GitHub
MigrationGuide Class Reference