Releases: rockorager/zigdoc
Releases · rockorager/zigdoc
Release list
v0.5.1
v0.5.0
Release mise-installable GitHub assets and separate README generation from binary installation.
v0.4.0
v0.3.0
Scaffolding
zigdoc @initnow scaffoldsbuild.zigandbuild.zig.zonwithziglintwired in.- Generated projects include
zig build fmtandzig build lint, andzig build testnow runs formatting and lint checks. - Fresh scaffolded
main.zigno longer trips lint on an unusedstdimport.
AGENTS.md templates
- Refreshed the scaffolded
AGENTS.mdguidance to match current Zig 0.15 APIs. - Added
std.json.Stringifyandstd.Io.Writer.Allocatingpatterns. - Simplified the template, defaulted HashMap guidance to unmanaged usage, and aligned naming guidance with lower-case
snake_caseconstants.
Project maintenance
- Added
ziglintto zigdoc's own root build and updated the codebase to pass the new lint step. - Updated the generated README text to describe the new scaffolding defaults.
Full Changelog: v0.2.2...v0.3.0
v0.2.2
Documentation
Added HashMap/StringHashMap patterns to AGENTS.md templates, documenting both managed and unmanaged variants:
- Unmanaged (
StringHashMapUnmanaged): uses.empty, pass allocator todeinit/put - Managed (
StringHashMap): uses.init(allocator), no allocator needed for methods
v0.2.1
v0.2.0
Initial Release
Full Changelog: https://github.com/rockorager/zigdoc/commits/v0.1.0