Skip to content

Releases: rockorager/zigdoc

v0.5.1

Choose a tag to compare

@github-actions github-actions released this 27 Jun 02:44
2ded07d
Fix release asset publication so matrix jobs upload to a single pre-created GitHub release.

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 27 Jun 02:42
423f7eb
Release mise-installable GitHub assets and separate README generation from binary installation.

v0.4.0

Choose a tag to compare

@rockorager rockorager released this 09 Jun 18:40
52b8c43

Update zigdoc for Zig 0.16.0.

v0.3.0

Choose a tag to compare

@rockorager rockorager released this 09 Mar 11:41
v0.3.0
17750ed

Scaffolding

  • zigdoc @init now scaffolds build.zig and build.zig.zon with ziglint wired in.
  • Generated projects include zig build fmt and zig build lint, and zig build test now runs formatting and lint checks.
  • Fresh scaffolded main.zig no longer trips lint on an unused std import.

AGENTS.md templates

  • Refreshed the scaffolded AGENTS.md guidance to match current Zig 0.15 APIs.
  • Added std.json.Stringify and std.Io.Writer.Allocating patterns.
  • Simplified the template, defaulted HashMap guidance to unmanaged usage, and aligned naming guidance with lower-case snake_case constants.

Project maintenance

  • Added ziglint to 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

Choose a tag to compare

@rockorager rockorager released this 06 Jan 16:51
e1daadb

Documentation

Added HashMap/StringHashMap patterns to AGENTS.md templates, documenting both managed and unmanaged variants:

  • Unmanaged (StringHashMapUnmanaged): uses .empty, pass allocator to deinit/put
  • Managed (StringHashMap): uses .init(allocator), no allocator needed for methods

v0.2.1

Choose a tag to compare

@rockorager rockorager released this 01 Jan 13:28
8c46dea

Full Changelog: v0.2.0...v0.2.1

v0.2.0

Choose a tag to compare

@rockorager rockorager released this 01 Jan 13:18
57f89d6

Full Changelog: v0.1.0...v0.2.0

Initial Release

Choose a tag to compare

@rockorager rockorager released this 05 Dec 15:40
v0.1.0
7379e33