- Authorization helper (by @Nhowka)
- Add forwardf
- Generate documentation XML file (by @alfonsogarciacaro)
- Fixed Controller DELETE to prevent NRE (by @rusanov-vladimir)
- Update Application.fs -
use_static
changes (by @isaacabraham) - expose IWebHostBuilder from application CE (by @mexx)
- Fix bug with
delete
routing (by @WalternativE) - Allow for creation of controller without typed actions (by @jeremyabbott)
- Implementation of site map generator
- Fix
set_body
overload
- Update to Giraffe 1.1
- Add new renderXml to render XmlNode based templates (by @mtnrbq)
- Fix
create
anddelete
actions - Add
delete_all
action
- Implement controller versioning
- Add suport for embedding controllers
- Add plugs per action to controller
- Add application helper for enabling IIS integration
- Refactor authentication
- Add cookies auth helpers
- Add keyword for custom service configuration step
- Add error handler to controller
- Add helper for configuring logging
- Add application helpers for OAuth and GitHub OAuth
- Update to Giraffe 1.0
- Add AutoOpens to most modules
- Fix JWT authorization
- Set content root in
use_static
- Add toggle for forcing SSL
- Add toggle for forcing CORS
- Add helpers for JWT authentication
- Initial version
- Implemented
pipeline
abstraction - Implemented
scope
abstraction - Implemented
controller
abstraction - Implemented
application
abstraction - Implemented set of helpers for controllers
- Implemented set of helpers for generating links following controller conventions
- Implemented CORS handler