Skip to content

Releases: RobyFerro/go-web-framework

Go Web Framework v0.9.0-beta

19 Sep 10:09
Compare
Choose a tag to compare
Pre-release

Changed

  • Included validation payload in kernel.Request structure.
    • Now you can access to a decoded payload by calling the kernel.Request object (in controller)

Go Web Framework v0.8.2-beta

03 Sep 13:50
Compare
Choose a tag to compare
Pre-release

Added

  • New global logger handler

Go Web Framework v0.8.1-beta

03 Sep 13:31
d3cdcd1
Compare
Choose a tag to compare
Pre-release

Added

  • New show routes command

Changed

  • Middleware architecture

Go Web Framework v0.8.0-beta

02 Sep 14:32
62a8671
Compare
Choose a tag to compare
Pre-release

Changed

  • Abstract CLI command structure
  • Improved kernel registry removing useless declaration.
  • Implemented HTTP router in base entities

Go Web Framework v0.7.1-beta

02 Sep 13:10
9d67066
Compare
Choose a tag to compare
Pre-release

Fixed

Added

  • Support for request validation in routers

Go Web Framework v0.7.0-beta

01 Sep 13:47
6eb090a
Compare
Choose a tag to compare
Pre-release

Changed

  • Changed .yml routing system in favour of the router module. Now every route/group have to be registered directly in go structure.
  • Changed .yml configuration. Now system and custom configuration are located into the new config module.

Removed

  • Removed Mail struct from configuration

Go Web Framework v0.6.3-beta

27 Aug 15:15
Compare
Choose a tag to compare
Pre-release

Fixed

  • Fixed cookie store issue

Go Web Framework v0.6.2-beta

27 Aug 14:28
0ca196b
Compare
Choose a tag to compare
Pre-release

Changed

  • Changed middleware architecture. Now every middleware consists in an isolated structure.

Go Web Framework v0.6.1-beta

27 Aug 10:06
Compare
Choose a tag to compare
Pre-release

Fixed

  • Resolved command service container issue

Go Web Framework v0.6.0-beta

25 Aug 17:03
Compare
Choose a tag to compare
Pre-release

Changed

  • Split command line interfaces and http server