Skip to content

Releases: sujit-baniya/flash

v0.1.9

29 May 04:37
Compare
Choose a tag to compare

Include WithData with fiber.Context as return type

20 Jan 09:59
63b0f95
Compare
Choose a tag to compare
Merge pull request #6 from AngelVI13/master

Update WithData() to set cookies

v0.1.7

27 Sep 06:07
Compare
Choose a tag to compare

Added Config

type Config struct {
	Name        string    `json:"name"`
	Value       string    `json:"value"`
	Path        string    `json:"path"`
	Domain      string    `json:"domain"`
	MaxAge      int       `json:"max_age"`
	Expires     time.Time `json:"expires"`
	Secure      bool      `json:"secure"`
	HTTPOnly    bool      `json:"http_only"`
	SameSite    string    `json:"same_site"`
	SessionOnly bool      `json:"session_only"`
}

and change in API. Now need to pass config in New(config Config)

v0.1.6

14 Sep 06:58
Compare
Choose a tag to compare
Merge remote-tracking branch 'origin/master'

v0.1.5

17 Aug 04:38
cc9bd27
Compare
Choose a tag to compare
Add WithInfo() and WithWarn()

Add RedirectBack and RedirecToRoute

12 Aug 07:43
Compare
Choose a tag to compare
v0.1.4

Add RedirectToRoute and RedirectBack

v0.1.3

02 Oct 14:17
Compare
Choose a tag to compare
upgrade dependencies

v0.1.2

19 May 04:04
Compare
Choose a tag to compare
[wip]

v0.1.1

04 May 07:44
Compare
Choose a tag to compare
Export cookie prefixx

v0.1.0

04 May 05:33
Compare
Choose a tag to compare
refactor code