Releases: go-macaron/macaron
Releases · go-macaron/macaron
1.4.0
Create functional option for ctx.SetCookie (#208)
Co-authored-by: ᴜɴᴋɴᴡᴏɴ <u@gogs.io>
Co-authored-by: 6543 <6543@obermui.de>
1.3.9
static: fix infinite redirection when prefix is set (#202)
Co-authored-by: ᴜɴᴋɴᴡᴏɴ <u@gogs.io>
1.3.8
v1.3.8
static: handle If-None-Match for ETag. (#200)
1.3.7
v1.3.7
static: clean the path URL before redirecting (#199)
1.3.6
codecov: formalize coverage settings (#191)
Co-authored-by: Sourcegraph Bot <campaigns@sourcegraph.com>
1.3.5
context: add AllParams() (#187)
* add func AllParams() for Context
It is usefull with for-each.
* add unit test for AllParams()
add unit test for AllParams()
* Update context_test.go
* Update context_test.go
* Update context_test.go
* Update context_test.go
Co-authored-by: ᴜɴᴋɴᴡᴏɴ <u@gogs.io>