Skip to content

Releases: fanoframework/fano

v1.0.1

10 Sep 02:21
Compare
Choose a tag to compare

What is new

  • Remove third party library with incompatible license with MIT license.

v1.0.0

24 Jul 07:23
0c4ed99
Compare
Choose a tag to compare

First major release includes full-featured web framework

  • Routing, map URL to a controller class which will handle request
  • Middleware, do an action before or after request reaches controller.
  • Dependency container.
  • MVC.
  • Support CGI, FastCGI, SCGI, uwsgi, http protocol.
  • Form data validation framework with many builtin common validation rules.
  • Read data from request, such as query string, post body data or cookies.
  • Extensible response implementation.
  • Extensible error handler.
  • Database wrapper.
  • Logger implementation.
  • File upload handling.
  • Session, capability to maintain state between request.
  • CSRF protection, CORS, HTTP authentication, HTTP verb tunnelling
  • curl-based http client
  • Sendmail mail sender utility.

v1.0.0-rc.1

10 Jul 12:25
Compare
Choose a tag to compare
v1.0.0-rc.1 Pre-release
Pre-release

First major release candidate