Releases: noxecane/anansi
Releases · noxecane/anansi
v0.19.1
anansi v0.19.0
What's Changed
- create and manage cookie sessions by @noxecane in #87
- cookie writer helpers now use a simpler param by @noxecane in #87
Full Changelog: v0.18.0...v0.19.0
anansi v0.18.0
What's Changed
- support for URL-encoded and multipart forms by @noxecane in #86
- support for securing cookies by @noxecane in #86
Full Changelog: v0.17.0...v0.18.0
anansi v0.17.0
What's Changed
Full Changelog: v0.16.1...v0.17.0
anansi v0.16.1
What's fixed
- path is being joined manually by @noxecane in #84
- logger middleware assumes all requests are JSON by @noxecane in a2691dc
Full Changelog: v0.16.0...v0.16.1
anansi v0.16.0
What's Changed
- Bumped some vulnerable dependencies
- checked err returned by decoder by @arewabolu in #81
- HTML support by @noxecane in #82
- fixed parser order in ReadJSON by @noxecane in #82
New Contributors
- @arewabolu made their first contribution in #81
Full Changelog: v0.15.0...v0.16.0
anansi v0.15.0
What Changed?
- Upgraded Golang to v1.21. Unnecessary upgrade but forgivable 😉
- Upgraded all dependencies
- Removed
postgres.CleanTable
as it's now part ofbun(go-pg replacement)
- Use faster
json.Marshal
for API responses
anansi v0.14.0
What's Changed
- replace JWT tokens with JWE tokens (#61)
- remove
EncodeStruct
,EncodeEmbedded
and theirDecode
functions - Upgraded dependencies
Full Changelog: v0.13.0...v0.14.0
anansi v0.13.0
chore: completed project rename
anansi v0.10.2
Chore
- Changed the JWT library (#52)