Skip to content

Latest commit

 

History

History
37 lines (32 loc) · 1.08 KB

RELEASE_NOTES.md

File metadata and controls

37 lines (32 loc) · 1.08 KB

0.4.2 - 19.02.2018

  • Fix create and delete actions
  • Add delete_all action

0.4.0 - 16.02.2018

  • 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

0.3.1 - 03.02.2018

  • Fix JWT authorization
  • Set content root in use_static

0.3.0 - 02.02.2018

  • Add toggle for forcing SSL
  • Add toggle for forcing CORS
  • Add helpers for JWT authentication

0.2.0 - 25.01.2018

  • 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