Skip to content

Tags: go-macaron/macaron

Tags

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: bump the required version to 1.18 (#221)

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Create functional option for ctx.SetCookie (#208)

Co-authored-by: ᴜɴᴋɴᴡᴏɴ <u@gogs.io>
Co-authored-by: 6543 <6543@obermui.de>

v1.3.9

Toggle v1.3.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
static: fix infinite redirection when prefix is set (#202)

Co-authored-by: ᴜɴᴋɴᴡᴏɴ <u@gogs.io>

v1.3.8

Toggle v1.3.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
static: handle If-None-Match for ETag. (#200)

v1.3.7

Toggle v1.3.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
static: clean the path URL before redirecting (#199)

v1.3.6

Toggle v1.3.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
codecov: formalize coverage settings (#191)

Co-authored-by: Sourcegraph Bot <campaigns@sourcegraph.com>

v1.3.5

Toggle v1.3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>

v1.3.4

Toggle v1.3.4's commit message

Unverified

This user has not yet uploaded their public signing key.
Bump version

v1.3.3

Toggle v1.3.3's commit message

Unverified

This user has not yet uploaded their public signing key.
*: enable Go modules

v1.3.2

Toggle v1.3.2's commit message

Unverified

This user has not yet uploaded their public signing key.
context: handle special case in Context.SetParams