Releases: sujit-baniya/flash
Releases · sujit-baniya/flash
v0.1.9
Full Changelog: v0.1.8...v0.1.9
Include WithData with fiber.Context as return type
Merge pull request #6 from AngelVI13/master Update WithData() to set cookies
v0.1.7
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
Merge remote-tracking branch 'origin/master'
v0.1.5
Add WithInfo() and WithWarn()
Add RedirectBack and RedirecToRoute
v0.1.4 Add RedirectToRoute and RedirectBack
v0.1.3
upgrade dependencies
v0.1.2
[wip]
v0.1.1
Export cookie prefixx
v0.1.0
refactor code