Releases: maragudk/httph
Releases · maragudk/httph
v0.3.6
What's Changed
- Add
ErrorHandler
for simplified error handling by @markuswustenberg in #15
Full Changelog: v0.3.5...v0.3.6
v0.3.5 - add `HTTPError`
Full Changelog: v0.3.4...v0.3.5
v0.3.4 - Support validation in JSONHandler
What's Changed
- Support
validator
interface inJSONHandler
by @markuswustenberg in #14
Full Changelog: v0.3.3...v0.3.4
v0.3.3 - JSONHandler request body size configurable
What's Changed
- Allow configuring max request size in JSONHandler by @markuswustenberg in #12
Full Changelog: v0.3.2...v0.3.3
v0.3.2 - Add JSONHandler
v0.3.1 - Add VersionedAssets middleware
What's Changed
- Add VersionedAssets middleware by @markuswustenberg in #9
Full Changelog: v0.3.0...v0.3.1
v0.3.0 - Add GoGet "vanity URL" middleware
What's Changed
- Add GoGet middleware by @markuswustenberg in #7
⚠️ Move module to maragu.dev/httph by @markuswustenberg in #8
Full Changelog: v0.2.1...v0.3.0
Fix NoClickjacking middleware
What's Changed
- Fix function signature of NoClickjacking middleware by @markuswustenberg in #5
Full Changelog: v0.2.0...v0.2.1
Add NoClickjacking and ContentSecurityPolicy middleware
What's Changed
- Add NoClickJacking middleware by @markuswustenberg in #3
- Add CSP middleware by @markuswustenberg in #4
Full Changelog: v0.1.0...v0.2.0
Initial release with a FormHandler
🥳
What's Changed
- Add FormHandler POST form helper by @markuswustenberg in #1
New Contributors
- @markuswustenberg made their first contribution in #1
Full Changelog: https://github.com/maragudk/httph/commits/v0.1.0