This repository was archived by the owner on Jun 27, 2023. It is now read-only.
Releases: vapor/core
Releases · vapor/core
Core 3.0.0 Beta 1
3.0.0-beta.1 correct dep
Core 2.2.0
New:
Result
conveniences
Fixed:
- Remove Swift 4 warnings.
Core 2.1.2
Core 2.1.1
Fixed:
- Fixed a bug in the Swift 4 package manifest.
Core 2.1.0
New:
- Swift 4 support.
Core 2.0.2
Fixed:
Extendable
protocol now requiresclass
.
Warning: This is a potentially source breaking change if any struct types have been conformed to Extendable
. However, this shouldn't affect anyone since Extendable
doesn't actually work on value types.