Skip to content

Releases: modswift/ExExpress

Modern Times

08 May 13:47
60a9a84
Compare
Choose a tag to compare

Fixup ExExpress to properly build in current environments.

Fantastic Four

30 Sep 14:33
5d350fb
Compare
Choose a tag to compare
Fantastic Four Pre-release
Pre-release

ExExpress FF adds support for Xcode 9 and Swift 4.0.

ExExpress now compiles using both, Swift 3 (3.0, 3.1 and 3.2), as well as Swift 4. The Xcode project still defaults to Swift 3 to support older Xcode installation. Note that Xcode 9 can also compile Swift 3 (known as Swift 3.2, which can be mixed w/ Swift 4).

On the SPM side ExExpress is compiled as Swift 4 when available, otherwise as Swift 3.

Other changes:

  • more dox
  • IncomingMessage.is is using the TypeIs module
  • do not send content w/ 204 (No Content ...) responses
  • Freddy JSONEncodable for more Integer types
  • QS now lives in Connect (to mirror Noze.io)