Skip to content

Vapor 0.9.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@tanner0101 tanner0101 released this 31 May 14:53
· 4400 commits to main since this release

New:

  • Single slash routes can now have the slash omitted (app.get("/") { ... } can now be app.get { ... })
  • Hash can now be initialized

Fixed:

  • Content types with charsets are now recognized