You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Correct the built-in UI size in the README; tidy stale doc comments
The README still described the built-in docs page as ~1.6 KB — its size
back at v0.1.0. It has grown to ~10 KB since (security headers, the
dismissable notice, method badges, expandable operations), so the figure
was off by several times and disagreed with rawui.go. Corrected both
README spots and aligned the source comment. Also reworded a couple of
doc comments that still referenced the old "Tier" terminology the
package overview no longer uses. Logged under Unreleased — docs only, no
code change.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ The same generated document, rendered by each of the four bundled rich UIs — e
36
36
37
37
## Features
38
38
39
-
-**Five UIs** — four rich consoles (Scalar, Swagger UI, Redoc, Stoplight Elements), each CDN-pinned with SRI integrity hashes or fully embedded for air-gapped builds, plus a tiny dependency-free default (~1.6 KB).
39
+
-**Five UIs** — four rich consoles (Scalar, Swagger UI, Redoc, Stoplight Elements), each CDN-pinned with SRI integrity hashes or fully embedded for air-gapped builds, plus a tiny dependency-free default (~10 KB).
40
40
-**Three OpenAPI versions** — 3.0.4 (default), 3.1.2, and 3.2.0, all externally validated.
41
41
-**Reflection** — Go types become JSON Schemas following the `encoding/json` contract, with documentation and validation rules (`minimum`, `maxLength`, `pattern`, `enum`, `default`, …) read from struct tags.
42
42
-**Typed parameters** — declare query/header/cookie parameters from a struct or inline with typed, validated modifiers.
0 commit comments