Releases: sujit-baniya/flash
Releases · sujit-baniya/flash
Release list
v0.1.10
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 RedirectBack and RedirecToRoute
v0.1.4 Add RedirectToRoute and RedirectBack