v2.0.0
This is a major new release with a completely rewritten interface using Go generics. Please see https://huma.rocks/ for documentation!
What's Changed
- docs: new mkdocs based documentation site by @danielgtaylor in #166
- fix: mkdocs deploy path by @danielgtaylor in #167
- fix: trigger docs workflow on edits by @danielgtaylor in #168
- docs: fix a few links by @danielgtaylor in #169
- docs: add social plugin & descriptions, various small fixes by @danielgtaylor in #170
- docs: switch to huma.rocks docs by @danielgtaylor in #171
- docs: make CNAME permanent [ci skip] by @danielgtaylor in #172
- chore: add linter & rules config by @danielgtaylor in #173
- test: add body and nested defaults test by @danielgtaylor in #174
- docs: remove logos [ci skip] by @danielgtaylor in #175
- fix: support custom errors with private fields; docs updates by @danielgtaylor in #176
- fix: use 415 status for bad input content type by @danielgtaylor in #177
- fix: enable validation for map[any]any used by some formats by @danielgtaylor in #178
Full Changelog: v2.0.0-rc.1...v2.0.0