All Versions
8
Latest Version
Avg Release Cycle
118 days
Latest Release
2310 days ago
Changelog History
Changelog History
-
v0.6.2 Changes
May 14, 2018[CI]
- โก๏ธ Update travis yaml
-
v0.6.1 Changes
November 17, 2017๐ [Fixes]
- Do not allow more than 1 call to
WriteHeader
- Unexpected errors, now return also the panic text on the first line. Now it returns the panic text + the stack trace
- Do not allow more than 1 call to
-
v0.6.0 Changes
September 28, 2017[Routing]
- Add deep interceptors
- โ Add handler_500 error
๐ [Fixes]
- Append operation to c.PathHandlers
-
v0.5.0 Changes
June 01, 2017๐ [Documentation]
- ๐ README.md - Add custom method example https://github.com/fulldump/golax#support-for-google-custom-methods
- โ Add implementation decision # 4 https://github.com/fulldump/golax/blob/master/doc/developer.md#decision-4-custom-methods
[Routing]
- โ Add Google custom methods
[Others]
- โก๏ธ Optimize routing order
- Cache some node path operations
-
v0.4.0 Changes
November 09, 2016๐ [Documentation]
- ๐ Implement method documentation
- โ Add core interceptors doc
- Document example API
- ๐ Move apidoc to a new repo: https://github.com/fulldump/apidoc
[Routing]
- โ Add fullpath feature
- ๐ Support for
Context.Parameters
๐ [Fixes]
- ๐ Fixed chaining interceptors bug
[Others]
- โ Add interceptor NoCache
-
v0.3.0 Changes
February 17, 2016๐ Release notes:
- ๐ Fix issue #5 (url parameter is lost)
- ๐ Allow regex in nodes with parameters
- โ Add some doc
-
v0.2.0 Changes
February 12, 2016๐ Release notes:
- Original httpWriter has been wrapped, so now
c.Response.StatusCode
andc.Response.Length
are available - ๐ Support
c.PathHandlers
- All references to
middlewares
now areinterceptors
- โ Added new interceptor:
golax.InterceptorLog
- Original httpWriter has been wrapped, so now
-
v0.1.0 Changes
February 05, 2016Fully featured framework:
- Routing
- Interceptors
- Parameters