PackageTrack
Sign in Get early access

github.com/dkorunic/betteralign

v0.15.0 #2057 most downloaded on Go modules dkorunic/betteralign

What this package is like to depend on

Last release 4 days ago

20 Aug 2026

Ships on a steady schedule

a new release about every 3 weeks

Rarely documented

notes for 10 of 53 stable releases

Nothing withdrawn

no release was ever pulled

3 years old

88 releases · first in 2023

24 releases in the last 12 months

see the full history below

Release timeline

88 releases · Mar 2023 to Aug 2026
2024 2025 2026
Release Pre-release

Releases

latest 60 of 88
  1. v0.15.0 20 Aug 2026
    Release notes

    Changelog

    • 86bb4f2 Update Go toolchain to 1.27.
    Open source →
    Release notes

    v0.15.0 Latest

    Latest

    Compare

    Choose a tag to compare

    Open source →
  2. v0.14.4 14 Aug 2026
    Release notes

    Changelog

    • b74e661 Update dependancies.
    • bf97a4b fix: restore broken star history chart in README (#37)
    Open source →
    Release notes

    v0.14.4

    Compare

    Choose a tag to compare

    Open source →
  3. v0.14.3 21 Jul 2026
    Release notes

    Changelog

    • 34471ff fix: keep reporting healthy code when in-package tests don't compile
    • 73b5800 fix: resolve static-analysis review findings in analyzer and tests
    Open source →
    Release notes

    v0.14.3

    Compare

    Choose a tag to compare

    Open source →
  4. v0.14.2 15 Jul 2026
    Release notes

    Changelog

    • d4c4535 fix: don't reorder structs pinned by a positional literal in a test file
    Open source →
    Release notes

    v0.14.2

    Compare

    Choose a tag to compare

    Open source →
  5. v0.14.1 15 Jul 2026
    Release notes

    Changelog

    • c20f481 chore: drop go.uber.org/automaxprocs
    • 25414b5 fix: keep -fix reprints sound across package test variants
    Open source →
    Release notes

    v0.14.1

    Compare

    Choose a tag to compare

    Open source →
  6. v0.14.0 09 Jul 2026
    Release notes

    Changelog

    • ecf8f5e Update dependancies.
    • d00b9bc chore: migrate GoReleaser config to v2 format
    • 126c84e feat: frame pointer-bytes rationale for Green Tea GC on Go 1.26+ targets
    • 0da0224 fix: honor -fix in shipped binary and correct complex64 alignment
    Open source →
    Release notes

    v0.14.0

    Compare

    Choose a tag to compare

    Open source →
  7. v0.13.0 22 Jun 2026
    Release notes

    Changelog

    • 73f966c Migrate vscode-betteralign to separate repository
    • 2f8fbca Remove camo purge action
    • e89f8c0 Update dependancies.
    • 39cc0e9 docs: align benchmark tables and fix license link
    • e5fafce docs: document GOGC tuning for faster runs
    • 7585eba perf: zero-alloc report path; fix ignore-scan quadratic
    Open source →
    Release notes

    v0.13.0

    Compare

    Choose a tag to compare

    Open source →
  8. v0.12.1-0.20260610055810-e5fafce24f86 10 Jun 2026 pre-release

    Nothing published for this version

  9. v0.12.0 02 Jun 2026
    Release notes

    Changelog

    • e4a8bdb Add Nautilus fuzzing grammar for Go
    • 000bcd4 README: add benchstat performance comparison across v0.6.0, v0.8.0, v0.11.0
    • 61bc973 README: add decision-path benchmark results for v0.11.0 fast-path analysis
    • 7ce07cd README: document actual differences from upstream fieldalignment
    • d22f507 README: expand deep dive with size example and clarify goals
    • 34a41a5 README: reformat benchmark results as GFM tables; Taskfile: add update-plugin task
    • e4d6af6 Replace github.com/sirkon/dst with internal/dstmin
    • f9f4241 Taskfile: gate fuzzcache clean, dedupe flags, fix gosentry default
    • 7f1911c Taskfile: make LIBAFL_FLAGS overridable
    • 31ce3fd all: add SPDX-FileCopyrightText and SPDX-License-Identifier headers
    • e8595be betteralign: add fuzz tests for optimalOrder and gcSizes
    • a6cf4b0 betteralign: add go-fuzz wrappers, fuzz Taskfile targets, and seed corpus
    • 8daafe1 betteralign: close mutation-testing gaps and tighten dstmin
    • ca9aa55 betteralign: drop redundant re-parse, guard reorder; docs and benchmarks
    • cbce045 betteralign: harden gcSizes, dstmin, and fuzz harness
    • cc2a525 betteralign: report structs dstmin can't rewrite; lazy positional scan
    • 52078de betteralign: skip function bodies in fuzz type-check
    • 6111982 docs: fix doc-comment gaps found in contract audit
    • 70d4f4f docs: refresh CLAUDE.md and AGENTS.md for dstmin + fuzzing
    • 7bf4761 docs: refresh README benchmarks for v0.12.0
    • d93b8a8 dstmin: add named fuzz-corpus seeds for known reorder bugs
    • e0f907f dstmin: fix reorder fuzz oracle smart-quote false positive
    • 9c17583 dstmin: harden FuzzDecorateFileReorder against comment drop/dup
    • 99d8e8f dstmin: narrow per-struct comment scan with binary search
    • 85697c4 dstmin: reject block comment on } line (BUG-44)
    • 7059ad0 dstmin: unit tests and fuzz seeds for BUG-35..41
    • b16c19e dstmin: use built-in min() instead of manual clamp
    • 1db82ec dstmin: word-only comment fuzz oracle; drop go-fuzz harness
    • 97ad918 fuzz: add generated-matcher, comment-run, and multi-reorder targets
    • ed36635 fuzz: byte-enrich Nautilus grammar; gate it behind GRAMMAR=true
    • 6bd54a8 internal/dstmin/README: refresh benchmark numbers
    • 3483080 internal/dstmin: add BSD 3-Clause license headers and LICENSE file
    • 445610b internal/dstmin: expand decoration tests and tighten fuzz invariant
    • 3e60f68 internal/dstmin: reject mid-body build constraints and line directives
    • ea68d0e vscode: bump @types/node, @types/vscode and transitive deps
    • c62b48f vscode: bump ovsx dev dependency to ^1.0.0
    • f8e6c7d vscode: bump qs to 6.15.2
    Open source →
    Release notes

    v0.12.0

    Compare

    Choose a tag to compare

    Open source →
  10. v0.11.0 21 May 2026
    Release notes

    Changelog

    • 5e20079 Document grouped opt-in and multi-name field flattening in README
    • 1354fa7 Harden apply path and remove ptrdata panic
    • 3aecabb Honor glob patterns in -exclude_dirs
    • 52f38e1 Isolate analyzer state and harden file handling
    • 0138845 Short-circuit aligned structs before Sizeof and ptrdata
    • 86e280e Skip reorder when struct is built with a positional literal
    Open source →
    Release notes

    v0.11.0

    Compare

    Choose a tag to compare

    Open source →
  11. v0.10.1 20 May 2026
    Release notes

    Changelog

    • da291bc Fall back to runtime build info when ldflags are absent
    Open source →
    Release notes

    v0.10.1

    Compare

    Choose a tag to compare

    Open source →
  12. v0.10.1-0.20260520084145-da291bca40ec 20 May 2026 pre-release

    Nothing published for this version

  13. v0.10.0 20 May 2026

    Nothing published for this version

  14. v0.9.2 09 May 2026

    Nothing published for this version

  15. v0.9.2-0.20260422071240-6965c966f3d0 22 Apr 2026 pre-release

    Nothing published for this version

  16. v0.9.1 23 Mar 2026

    Nothing published for this version

  17. v0.9.1-0.20260304144500-f9d394c385bf 04 Mar 2026 pre-release

    Nothing published for this version

  18. v0.9.0 04 Mar 2026

    Nothing published for this version

  19. v0.8.4 11 Feb 2026

    Nothing published for this version

  20. v0.8.4-0.20260116184922-5dd24de86285 16 Jan 2026 pre-release

    Nothing published for this version

  21. v0.8.3 12 Jan 2026

    Nothing published for this version

  22. v0.8.2 09 Dec 2025

    Nothing published for this version

  23. v0.8.1 21 Nov 2025

    Nothing published for this version

  24. v0.8.0 27 Oct 2025

    Nothing published for this version

  25. v0.7.3 13 Aug 2025

    Nothing published for this version

  26. v0.7.2 09 Aug 2025

    Nothing published for this version

  27. v0.7.1 06 Jun 2025

    Nothing published for this version

  28. v0.7.1-0.20250331073816-d20d7045ba14 31 Mar 2025 pre-release

    Nothing published for this version

  29. v0.7.0 31 Mar 2025

    Nothing published for this version

  30. v0.6.7 06 Mar 2025

    Nothing published for this version

  31. v0.6.6 01 Mar 2025

    Nothing published for this version

  32. v0.6.6-0.20250214154750-89e3bb8f17bc 14 Feb 2025 pre-release

    Nothing published for this version

  33. v0.6.5 14 Feb 2025

    Nothing published for this version

  34. v0.6.4 14 Feb 2025

    Nothing published for this version

  35. v0.6.3 11 Feb 2025

    Nothing published for this version

  36. v0.6.2 07 Jan 2025

    Nothing published for this version

  37. v0.6.2-0.20241219110548-51eba7074b43 19 Dec 2024 pre-release

    Nothing published for this version

  38. v0.6.1 19 Dec 2024

    Nothing published for this version

  39. v0.6.1-0.20241202091301-ef2e5a1f85d8 02 Dec 2024 pre-release

    Nothing published for this version

  40. v0.6.1-0.20241115141757-68b02da106ff 15 Nov 2024 pre-release

    Nothing published for this version

  41. v0.6.0 15 Nov 2024

    Nothing published for this version

  42. v0.5.2 18 Sep 2024

    Nothing published for this version

  43. v0.5.2-0.20240918200523-8a637232d809 18 Sep 2024 pre-release

    Nothing published for this version

  44. v0.5.1 13 Aug 2024

    Nothing published for this version

  45. v0.5.1-0.20240813184153-0e6f088120dc 13 Aug 2024 pre-release

    Nothing published for this version

  46. v0.5.1-0.20240724112227-571033c038fb 24 Jul 2024 pre-release

    Nothing published for this version

  47. v0.5.0 22 Jul 2024

    Nothing published for this version

  48. v0.4.6-0.20240722213730-4aba24984646 22 Jul 2024 pre-release

    Nothing published for this version

  49. v0.4.5 21 Jul 2024

    Nothing published for this version

  50. v0.4.5-0.20240721092559-7ecf26eb1512 21 Jul 2024 pre-release

    Nothing published for this version

  51. v0.4.5-0.20240528134530-f76382d3f026 28 May 2024 pre-release

    Nothing published for this version

  52. v0.4.4 06 May 2024

    Nothing published for this version

  53. v0.4.4-0.20240506071421-95739901bf3e 06 May 2024 pre-release

    Nothing published for this version

  54. v0.4.3 23 Apr 2024

    Nothing published for this version

  55. v0.4.3-0.20240423153642-04aad09ca067 23 Apr 2024 pre-release

    Nothing published for this version

  56. v0.4.2 15 Mar 2024

    Nothing published for this version

  57. v0.4.2-0.20240315135552-0b5817dc73df 15 Mar 2024 pre-release

    Nothing published for this version

  58. v0.4.1 01 Mar 2024

    Nothing published for this version

  59. v0.4.1-0.20240301125455-617fd70482a0 01 Mar 2024 pre-release

    Nothing published for this version

  60. v0.4.1-0.20240219085141-f5ec09539a8c 19 Feb 2024 pre-release

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive