Releases: sersoft-gmbh/route-docs
2.0.0 RC-6.1
This is the sixth release candidate for a version 2.0 of SwiftSMTP which supports Vapor 4.0.
What's new since RC-6:
- Fix access to docs in prod build
Note: Version 2.0 is currently being refined and made ready for release. Up until then there might still be SemVer-Major (breaking) changes
2.0.0 RC-6
This is the sixth release candidate for a version 2.0 of SwiftSMTP which supports Vapor 4.0.
What's new since RC-6:
- Centralize management of default view files
- Improve grouping of docs
Note: Version 2.0 is currently being refined and made ready for release. Up until then there might still be SemVer-Major (breaking) changes
2.0.0 RC-5.1
This is the fifth release candidate for a version 2.0 of SwiftSMTP which supports Vapor 4.0.
What's new since RC-5:
- Fix reading of
CustomDocumentationNamed.documentationName
.
Note: Version 2.0 is currently being refined and made ready for release. Up until then there might still be SemVer-Major (breaking) changes
2.0.0 RC-5
This is the fifth release candidate for a version 2.0 of SwiftSMTP which supports Vapor 4.0.
What's new since RC-4:
- Adds support for custom type names via
CustomDocumentationNamed
.
Note: Version 2.0 is currently being refined and made ready for release. Up until then there might still be SemVer-Major (breaking) changes
2.0 RC 4
This is the fourth release candidate for a version 2.0 of SwiftSMTP which supports Vapor 4.0.
What's new since RC-3:
- Includes a default doc view, adds support for Swift 5.3
Note: Version 2.0 is currently being refined and made ready for release. Up until then there might still be SemVer-Major (breaking) changes
v2.0 RC-3.1
This is the third release candidate for a version 2.0 of SwiftSMTP which supports Vapor 4.0.
What's new since RC-2:
- Allow passing of custom user info for documentation decoder.
Note: Version 2.0 is currently being refined and made ready for release. Up until then there might still be SemVer-Major (breaking) changes.
v2.0 RC-3
This is the second release candidate for a version 2.0 of SwiftSMTP which supports Vapor 4.0.
What's new since RC-2:
- Fix type repetition in objects
Note: Version 2.0 is currently being refined and made ready for release. Up until then there might still be SemVer-Major (breaking) changes.
v2.0 RC-2
This is the first release candidate for a version 2.0 of SwiftSMTP which supports Vapor 4.0.
What's new since RC-1:
- Fix incorrect method: Route now exposes the method as a separate property.
- Add
CustomStringConvertible
conformances.
Note: Version 2.0 is currently being refined and made ready for release. Up until then there might still be SemVer-Major (breaking) changes.
v2.0 RC-1
This is the first release candidate for a version 2.0 of SwiftSMTP which supports Vapor 4.0.
What's new:
- Vapor 4 Support was added
- Since Vapor no longer ships with
ReflectionDecodable
, a similar implementation was made for decoding documentation objects. It has a slightly different goal that Vapor's oldReflectionDecodable
protocol and thus results in slightly improved documentations. - Due to above's changes, the format of the documentation objects (including the view context) has slightly changed.
Note: Version 2.0 is currently being refined and made ready for release. Up until then there might still be SemVer-Major (breaking) changes.