Faygo Versions Save

Faygo is a fast and concise Go Web framework that can be used to develop high-performance web app(especially API) with fewer codes. Just define a struct handler, faygo will automatically bind/verify the request parameters and generate the online API doc.

v1.4.0

1 year ago
  • rename mod
  • update go.mod

v1.3.2

4 years ago
  • Use the json tag as the swagger property key first #41
  • style(xorm): Moved to xorm.io #39

v1.3.1

4 years ago
  • chore: "github.com/go-xorm/core"=> "xorm.io/core"
  • style: Add go.mod and update vendor

v1.3.0

4 years ago

chore: Update swagger to v3.23.0 chore: Improve the flag parsing chore(session): print session release error chore: Add type A network segment chore(db): Update directsql chore: Update jwt fix(session): Fix sess_mysql fix(session): Fix bug about ‘enable_sid_in_urlquery = true’ fix: Fix XSRF missing error fix: Fix uploaded filename under windows fix(gorm): Do not close db

v1.2.0

6 years ago
  • Support for creating new applications from custom config
  • Support redirect from http to https
  • Support printing request body log, and add some config item
  • Add attachment middleware
  • Add jwt middleware
  • Add AutoHTMLSuffix middleware
  • Add CrossOrigin middleware
  • Add *Context.Del method
  • Optimize context session feature
  • Update auto-bindding feature
  • Remove the icon under win64
  • Fix ‘ctx.SaveFile’ and ‘ctx.SaveFiles’ bug
  • Fix apidoc feature bug
  • Other updates

v1.1

6 years ago

Optimize the details of the function, and repair bugs.

v1.0

6 years ago