Skip to content

Releases: go-macaron/macaron

1.5.0

25 Feb 04:49
c58f105
Compare
Choose a tag to compare

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

13 Nov 12:01
6f0734a
Compare
Choose a tag to compare
Create functional option for ctx.SetCookie (#208)

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

1.3.9

11 Jun 08:29
fa1a373
Compare
Choose a tag to compare
static: fix infinite redirection when prefix is set (#202)

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

1.3.8

04 May 03:55
827b70e
Compare
Choose a tag to compare
v1.3.8

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

1.3.7

03 May 14:03
addc746
Compare
Choose a tag to compare
v1.3.7

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

1.3.6

28 Apr 04:26
bbb5ca2
Compare
Choose a tag to compare
codecov: formalize coverage settings (#191)

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

1.3.5

25 Feb 05:33
5993313
Compare
Choose a tag to compare
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>