Releases: yaitoo/xun
Releases · yaitoo/xun
v1.1.1
What's Changed
- fix(context): exposed StatusCode by @cnlangzi in #38
- feat(proxyproto): support serve http(s) server through proxy servers and load balancers by @cnlangzi in #40
- !feat(form): Moved out Binder/Validator to reduce 3rd dependencies in the core class library by @cnlangzi in #41
- fix(viewer): doesn't write body when it is HEAD request by @cnlangzi in #42
- fix(hsts): added IgnoreRules on Redirect by @cnlangzi in #43
- fix(hsts): added StartsWith rule by @cnlangzi in #44
- feat(reqlog): added a middleware to logging requests by @cnlangzi in #45
- feat(ext): added
ext/csrf
by @cnlangzi in #46
Full Changelog: v1.1.0...v1.1.1
v1.1.0
v1.0.7
What's Changed
- feat(viewer): added StringViewer by @cnlangzi in #28
- feat(ext): added hsts middleware by @cnlangzi in #29
- fix(hsts): used Optional pattern in Enable by @cnlangzi in #30
- fix(hsts): split hsts into WriteHeader and Redirect by @cnlangzi in #31
- fix(file): fixed Last-Modified/Etag issue on embed file system by @cnlangzi in #33
- fix(static): fixed embed fs checking by @cnlangzi in #34
Full Changelog: v1.0.6...v1.0.7
v1.0.6
v1.0.5
What's Changed
- chore(deps): bump golang.org/x/crypto from 0.31.0 to 0.32.0 by @dependabot in #18
- feat(text): add TextViewEngine/TextViewer by @cnlangzi in #23
- chore(deps): bump github.com/go-playground/validator/v10 from 10.23.0 to 10.24.0 by @dependabot in #22
- chore(docs): added TextView section by @cnlangzi in #24
Full Changelog: v1.0.4...v1.0.5
v1.0.4
What's Changed
- fix: use
html/template
insteadtext/template
for parse files by @giautm in #7 - feat(compressor): added gzip/deflate compression support on request by @cnlangzi in #12
- fix(deepsource): fixed deepsource warnings by @cnlangzi in #14
- fix(htmx): added TestHtmxWriteHeader by @cnlangzi in #16
- feat(autossl): added autossl extension by @cnlangzi in #17
New Contributors
Full Changelog: v1.0.3...v1.0.4
v1.0.3
Full Changelog: v1.0.2...v1.0.3