Skip to content

Releases: sujit-baniya/flash

v0.1.10

Choose a tag to compare

@sujit-baniya sujit-baniya released this 21 Aug 08:31
update

v0.1.9

Choose a tag to compare

@sujit-baniya sujit-baniya released this 29 May 04:37

Full Changelog: v0.1.8...v0.1.9

Include WithData with fiber.Context as return type

Choose a tag to compare

@sujit-baniya sujit-baniya released this 20 Jan 09:59
63b0f95
Merge pull request #6 from AngelVI13/master

Update WithData() to set cookies

v0.1.7

Choose a tag to compare

@sujit-baniya sujit-baniya released this 27 Sep 06:07

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

Choose a tag to compare

@sujit-baniya sujit-baniya released this 14 Sep 06:58
Merge remote-tracking branch 'origin/master'

v0.1.5

Choose a tag to compare

@sujit-baniya sujit-baniya released this 17 Aug 04:38
cc9bd27
Add WithInfo() and WithWarn()

Add RedirectBack and RedirecToRoute

Choose a tag to compare

@sujit-baniya sujit-baniya released this 12 Aug 07:43
v0.1.4

Add RedirectToRoute and RedirectBack

v0.1.3

Choose a tag to compare

@sujit-baniya sujit-baniya released this 02 Oct 14:17
upgrade dependencies

v0.1.2

Choose a tag to compare

@sujit-baniya sujit-baniya released this 19 May 04:04
[wip]

v0.1.1

Choose a tag to compare

@sujit-baniya sujit-baniya released this 04 May 07:44
Export cookie prefixx