Skip to content

Releases: RobyFerro/go-web-framework

Go Web Framework v0.5.9-beta

23 Aug 11:27
a859629

Choose a tag to compare

Pre-release

Added

  • Implemented gzip compression over HTTP responses.

Go Web Framework v0.5.8-beta

20 Aug 09:13

Choose a tag to compare

Pre-release

Fixed

*Fixed IOC arguments order issue

Go Web Framework v0.5.7-beta

19 Aug 21:28

Choose a tag to compare

Pre-release

Fixed

  • Implemented command service container

Go Web Framework v0.5.6-beta

19 Aug 18:48
cd349f0

Choose a tag to compare

Pre-release

Added

  • Merged factory and singleton container abstraction

Go Web Framework v0.5.5-beta

19 Aug 10:35
c734c30

Choose a tag to compare

Pre-release

Fixed

  • Controller raw template with right 'kernel' package

Go Web Framework v0.5.4-beta

02 Jul 13:20
c0610ad

Choose a tag to compare

Pre-release

Added

  • Insert readme.md
  • Shortcut methods to access on global configuration and cookie store objects.

Changed

  • Go-Web server:run command runs outside the IOC container.
  • ExposeSingletonServices

Go Web Framework v0.5.3-beta

25 Jun 13:20
6e04ae4

Choose a tag to compare

Pre-release
Merge pull request #8 from RobyFerro/fix-service-container

Fix DI by encapsulating custom services into a separate service conta…

Go Web Framework v0.5.2-beta

21 Jun 11:16
2be90d6

Choose a tag to compare

Pre-release
Merge pull request #6

Moved template helper in tool package

Go Web Framework v0.5.1-beta

16 Jun 14:56
6c03e4e

Choose a tag to compare

Pre-release
Merge pull request #4 from RobyFerro/fix-cli-commands

Fix start server command error

Go Web Framework v0.5-beta

16 Jun 12:59
f661ce3

Choose a tag to compare

Pre-release
Merge pull request #3 from RobyFerro/clean-arch-refactor

Clean arch refactor