Skip to content

Releases: go-macaron/macaron

1.5.1

Choose a tag to compare

@unknwon unknwon released this 15 Jul 12:23
0d3be5c

What's Changed

Routinely-updated security patches.

Full Changelog: v1.5.0...v1.5.1

1.5.0

Choose a tag to compare

@unknwon unknwon released this 25 Feb 04:49
c58f105

What's Changed

  • chore: bump the required version to 1.18 by @unknwon in #221

Full Changelog: v1.4.0...v1.5.0

1.4.0

Choose a tag to compare

@unknwon unknwon released this 13 Nov 12:01
6f0734a
Create functional option for ctx.SetCookie (#208)

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

1.3.9

Choose a tag to compare

@unknwon unknwon released this 11 Jun 08:29
fa1a373
static: fix infinite redirection when prefix is set (#202)

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

1.3.8

Choose a tag to compare

@unknwon unknwon released this 04 May 03:55
827b70e
v1.3.8

static: handle If-None-Match for ETag. (#200)

1.3.7

Choose a tag to compare

@unknwon unknwon released this 03 May 14:03
addc746
v1.3.7

static: clean the path URL before redirecting (#199)

1.3.6

Choose a tag to compare

@unknwon unknwon released this 28 Apr 04:26
bbb5ca2
codecov: formalize coverage settings (#191)

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

1.3.5

Choose a tag to compare

@unknwon unknwon released this 25 Feb 05:33
5993313
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>