Changelog
Changelog
Every release gets its own page, so searching for a version — or for a feature you remember landing in one — takes you straight to it.
The terse, machine-readable list lives in CHANGELOG.md; these pages carry the context around it.
Releases
v0.6.1 latest
GORM-aware generated SQL and published benchmark baselines
v0.6.0
Leaner list queries and shared OpenAPI construction
v0.5.0
Explicit action auth, strict auth, and time filters
v0.4.0
Application-level error mapping
v0.3.1
SpecProvider rename and CI cleanup
v0.3.0
Gin, Echo, and Chi adapters with benchmark tooling
v0.2.0
Explicit errors, generator validation, and versioned docs
v0.1.0
First pre-alpha release
Versioning
goninja follows Semantic Versioning, with the usual pre-1.0 caveat: while the major version is 0, a minor bump may contain breaking changes. Pin an exact version if that matters to you.
go get github.com/caspel26/goninja@v0.6.1These pages document goninja as it currently stands, which may include changes that are not in any release yet. Every released minor series also keeps a frozen snapshot of its own documentation — use the version selector in the navbar to reach it.