Skip to content

0.9.0

Compare
Choose a tag to compare
@CypherPotato CypherPotato released this 22 Feb 15:13
· 216 commits to main since this release

Thank you for using Sisk.

  • Removed the Newtonsoft.Json dependency.
  • Added XML doc to the HttpServerFlags constructor.
  • You can setup HTTP server flags on ServiceProvider now.
  • Routes cannot be added if an route with exact or similar path is already
    defined.
  • Defining routes paths must start with an /. Sisk's current routing
    implementation ignores the trailing / at the end of the request path and the route path.