Releases: Kitura/Swift-cfenv
Releases · Kitura/Swift-cfenv
6.0.3
- Build in Swift 5 mode (#73)
v6.0.2
This release eliminates the errors caused by migration to Swift 4.1.
v6.0.0
- Updates to latest version of Configuration
v5.0.0
- Full migration to Swift 4.0.
- Uses new version of Configuration (2.0.0).
v4.1.0
Provides support for Swift 4.0
v4.0.0
This new major release adds support for Swift 3.1.
v2.0.2
- Added new method for finding services by type.
- Changed default port from
8090
to 8080
(8080
is the new default port in Diego environments).
- Made
Service
a class (so it can be extended).
- Added a new constructor to
Service
class.
v1.9.3
Migration to Swift 3.0.2.
v1.9.0
Removed dependency on SwiftyJSON. Now, Swift-cfenv uses JSONSerialization from Foundation instead.
v1.8.0
Migrated library to use Swift 3.0.1.