Skip to content

Releases: indaco/herald

v0.13.0

03 Apr 08:41

Choose a tag to compare

v0.13.0 - 2026-04-03

πŸš€ Enhancements

Full Changelog: v0.12.0...v0.13.0

❀️ Contributors

v0.12.0

01 Apr 12:12

Choose a tag to compare

v0.12.0 - 2026-04-01

πŸš€ Enhancements

  • add per-call options for KVGroup rendering (5bb1b9d) (#51)

Full Changelog: v0.11.0...v0.12.0

❀️ Contributors

v0.11.0

31 Mar 09:09

Choose a tag to compare

v0.11.0 - 2026-03-31

πŸš€ Enhancements

  • add Q, Cite, Samp, Var, Fieldset, and Figure primitives (e642bf8) (#50)

Full Changelog: v0.10.0...v0.11.0

❀️ Contributors

v0.10.0

30 Mar 10:31

Choose a tag to compare

v0.10.0 - 2026-03-30

πŸš€ Enhancements

  • support custom start line number in code blocks (f20e3b3) (#49)

πŸ“– Documentation

  • readme: use Compose in composition patterns examples (6a2d7c0) (#48)
  • README tip about herald-md companion module (9e1f394) (#47)

Full Changelog: v0.9.0...v0.10.0

❀️ Contributors

v0.9.0

26 Mar 21:49

Choose a tag to compare

v0.9.0 - 2026-03-26

πŸš€ Enhancements

  • add Compose method for multi-block layouts (26457ad) (#45)

πŸ“– Documentation

  • README: link security badge to security workflow (2d4e8e9)

🏑 Chores

  • migrate prek config to toml format (2791be0)

Full Changelog: v0.8.0...v0.9.0

❀️ Contributors

v0.8.0

26 Mar 13:51

Choose a tag to compare

v0.8.0 - 2026-03-26

πŸš€ Enhancements

  • add semantic palette with themed badge and tag variants (d5d2045) (#44)

πŸ“– Documentation

  • README: use go get @latest in installation instructions (b1ba5ef)
  • README: fix ecosystem pairing sections and add tview (7880674)
  • README: add Pairing with bubbletea section (27b5f65) (#40)

🏑 Chores

  • refactor input and resize for model state in bubbletea examples (b010abc) (#43)
  • examples: add bubbletea and tview explorer demos (f42d44e) (#42)
  • examples: reorder with range-based numbering convention (5f9864a) (#41)

Full Changelog: v0.7.0...v0.8.0

❀️ Contributors

v0.7.0

23 Mar 19:51

Choose a tag to compare

v0.7.0 - 2026-03-23

πŸš€ Enhancements

  • add KV and KVGroup for key-value pair rendering (5d0d00c) (#35)
  • add HRWithLabel for labeled horizontal separators (9263911) (#23)

🩹 Fixes

  • use TableBorderSet.ColumnSep instead of hardcoded pipe (674be75) (#33)
  • add depth limit to nested list rendering (01bb8e4) (#32)
  • add upper bound validation on HRWidth and FootnoteDividerWidth (646277f) (#28)
  • use display width for heading underlines and deduplicate style call (130d192) (#25)
  • guard against empty NestedBulletChars and protect default slice (95e5327) (#24)

πŸ’… Refactors

  • cache terminal background detection and reduce option boilerplate (c95d8c6) (#26)

πŸ“– Documentation

  • fix Color palette documentation and example for adaptive colors (3b1fe85) (#37)
  • README: add global padding and framing composition recipe (629df06) (#36)

βœ… Tests

  • add edge case coverage tests (760335e) (#34)
  • add direct tests for BoxBorderSet and DefaultAlertConfigs (2d4769e) (#30)
  • assert correct output in table concurrency test (197ce54) (#29)
  • assert style options are actually applied, not just panic-free (b903fc1) (#27)

🏑 Chores

  • examples: add KVGroup to hero demo (8368862) (#39)
  • examples: add bubbletea integration demos (a4fddc8) (#38)

πŸ€– CI

  • harden GitHub Actions workflows with zizmor recommendations (cf8b8fb) (#31)

Full Changelog: v0.6.0...v0.7.0

❀️ Contributors

v0.6.0

21 Mar 23:10

Choose a tag to compare

v0.6.0 - 2026-03-22

πŸš€ Enhancements

  • add Footnote typography element (bb876b4) (#19)
  • add Badge and Tag inline typography elements (a5cb277) (#18)
  • add Address and AddressCard block typography elements (e0548e1) (#17)
  • add Ins/Del inline typography elements (0957853) (#16)

🩹 Fixes

  • separate blockquote bar style for visible rendering (ef53ddf) (#20)

πŸ“– Documentation

  • README: move Color palette section under Themes (285f3a0) (#22)
  • README: restructure - add composition patterns, split options tables (2eb9a3a) (#21)

🏑 Chores

  • examples: add basic table example in hero demo (d78f585)

Full Changelog: v0.5.0...v0.6.0

❀️ Contributors

v0.5.0

20 Mar 22:57

Choose a tag to compare

v0.5.0 - 2026-03-20

πŸš€ Enhancements

πŸ“– Documentation

  • README: reorganize sections and fix consistency issues (63888f6) (#13)
  • README: updated with improved theme and customization details (42a5228)
  • add Pairing with huh section and example (ca290ab) (#11)

🏑 Chores

  • examples: add example with github.com/odvcencio/gotreesitter (6123760) (#15)
  • examples: rename syntax highlighting examples for consistency (21a0350) (#14)
  • add charm/huh example and update README (82beef9) (#10)
  • update pre-push githook to use test-race recipe (67fd08f)
  • update devbox-init.sh available commands to match justfile recipes (8569017)

Full Changelog: v0.4.0...v0.5.0

❀️ Contributors

v0.4.0

19 Mar 22:51

Choose a tag to compare

v0.4.0 - 2026-03-19

πŸš€ Enhancements

  • add line number support in code blocks (aef197d) (#7)

🩹 Fixes

πŸ“– Documentation

  • add demos for built in themes (cfdf21e) (#9)

Full Changelog: v0.3.0...v0.4.0

❀️ Contributors