PackageTrack
Sign in Get early access

github.com/mfridman/tparse

v0.18.0 #1435 most downloaded on Go modules mfridman/tparse

What this package is like to depend on

Last release 9 months ago

27 Nov 2025

Ships fairly regularly

a new release about every 2 months

Rarely documented

notes for 10 of 41 stable releases

Nothing withdrawn

no release was ever pulled

8 years old

77 releases · first in 2018

5 releases in the last 12 months

see the full history below

Release timeline

77 releases · Oct 2018 to Nov 2025
2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 60 of 77
  1. v0.18.1-0.20251127120030-2416b4b7d31e 27 Nov 2025 pre-release

    Nothing published for this version

  2. v0.18.1-0.20251127013823-841410793c3d 27 Nov 2025 pre-release

    Nothing published for this version

  3. v0.18.1-0.20251126143309-625cfcb00369 26 Nov 2025 pre-release

    Nothing published for this version

  4. v0.18.1-0.20251116024046-b6ada0fb524d 16 Nov 2025 pre-release

    Nothing published for this version

  5. v0.18.1-0.20251115141509-2e77a24eed9f 15 Nov 2025 pre-release

    Nothing published for this version

  6. v0.18.0 24 Aug 2025
    Release notes

    What's changed

    • Wrap panic messages at the terminal width (#142)
    • Do not include packages with no coverage in the output (#144)

    New Contributors

    Full Changelog: v0.17.0...v0.18.0

    Open source →
    Release notes
    • Wrap panic messages at the terminal width (#142)
    • Do not include packages with no coverage in the output (#144)
    Open source →
    Release notes

    This tag was signed with the committer’s verified signature .

    mfridman Michael Fridman

    SSH Key Fingerprint: eZwhISKBUqae5UnixEND7un7fgr/uigRwTfPA/EwZbo Verified Learn about vigilant mode .

    ba2512e

    This commit was signed with the committer’s verified signature .

    mfridman Michael Fridman

    SSH Key Fingerprint: eZwhISKBUqae5UnixEND7un7fgr/uigRwTfPA/EwZbo Verified Learn about vigilant mode .

    What's changed

    • Wrap panic messages at the terminal width ( #142 )

    • Do not include packages with no coverage in the output ( #144 )

    New Contributors

    • @masaru-iritani made their first contribution in #142

    • @BrunoKrugel made their first contribution in #144

    Full Changelog : v0.17.0...v0.18.0

    Contributors

    masaru-iritani and BrunoKrugel

    Open source →
  7. v0.17.1-0.20250821193407-7c21ae113584 21 Aug 2025 pre-release

    Nothing published for this version

  8. v0.17.1-0.20250612122559-254a9209cc71 12 Jun 2025 pre-release

    Nothing published for this version

  9. v0.17.1-0.20250506234745-553d204bcccd 06 May 2025 pre-release

    Nothing published for this version

  10. v0.17.0 16 Feb 2025
    Release notes

    What's changed

    • Deprecate github.com/mfridman/buildversion, and use std lib debug.ReadBuildInfo() instead. In
      go1.24 this is handled automatically, from the release notes:

      The go build command now sets the main module’s version in the compiled binary based on the
      version control system tag and/or commit. A +dirty suffix will be appended if there are
      uncommitted changes. Use the -buildvcs=false flag to omit version control information from the
      binary.

    • Handle changes in go1.24 related to build output. tparse will pipe the build output to stderr
      (maintaining similar behavior as pre-go1.24)

      Furthermore, go test -json now reports build output and failures in JSON, interleaved with
      test result JSON. These are distinguished by new Action types, but if they cause problems in a
      test integration system, you can revert to the text build output with GODEBUG setting
      gotestjsonbuildtext=1.

    Open source →
  11. v0.16.1-0.20250212023818-d4f9922d84b6 12 Feb 2025 pre-release

    Nothing published for this version

  12. v0.16.0 04 Nov 2024
    Release notes

    What's changed

    • Add a -follow-output flag to allow writing go test output directly into a file. This will be
      useful (especially in CI jobs) for outputting overly verbose testing output into a file instead of
      the standard stream. (#134)
      flag combination go test output destination
      No flags Discard output
      -follow Write to stdout
      -follow-output Write to file
      -follow -follow-output Write to file
    • Use charmbracelet/lipgloss for table rendering.
      • This will allow for more control over the output and potentially more features in the future.
        (#136)
      • Minor changes to the output format are expected, but the overall content should remain the same.
        If you have any feedback, please let me know.
    Open source →
  13. v0.15.1-0.20241102232650-df30706e7805 02 Nov 2024 pre-release

    Nothing published for this version

  14. v0.15.1-0.20241102150033-4464f5e52f7a 02 Nov 2024 pre-release

    Nothing published for this version

  15. v0.15.1-0.20240914123831-cf5a9d77e677 14 Sep 2024 pre-release

    Nothing published for this version

  16. v0.15.1-0.20240907164637-a50764434e02 07 Sep 2024 pre-release

    Nothing published for this version

  17. v0.15.0 06 Sep 2024
    Release notes

    What's changed

    • Add -trimpath flag, which removes the path prefix from package names in the output, simplifying
      their display. See #128 for examples.
      • There's a special case for -trimpath=auto which will automatically determine the prefix based
        on the longest common prefix of all package paths.
    Open source →
  18. v0.14.1-0.20240905021229-89ab333d5b47 05 Sep 2024 pre-release

    Nothing published for this version

  19. v0.14.1-0.20240809121739-2d3f361dd574 09 Aug 2024 pre-release

    Nothing published for this version

  20. v0.14.1-0.20240807125937-16d4b9e706a5 07 Aug 2024 pre-release

    Nothing published for this version

  21. v0.14.0 21 Jun 2024
    Release notes

    What's changed

    • Modify --follow behavior by minimizing noisy output. (#122)

    Tip

    If you want the existing behavior, I added a --follow-verbose flag. But please do let me know if this affected you, as I plan to remove this before cutting a v1.0.0. Thank you!

    Open source →
  22. v0.13.4-0.20240506124607-6ab19588518c 06 May 2024 pre-release

    Nothing published for this version

  23. v0.13.3 22 Apr 2024
    Release notes

    What's changed

    • General housekeeping and dependency updates.
    Open source →
  24. v0.13.3-0.20240315183532-99c2f9154e82 15 Mar 2024 pre-release

    Nothing published for this version

  25. v0.13.3-0.20240208232632-53ff0bbd97d3 08 Feb 2024 pre-release

    Nothing published for this version

  26. v0.13.3-0.20231213143605-57db53dd01e8 13 Dec 2023 pre-release

    Nothing published for this version

  27. v0.13.2 15 Nov 2023
    Release notes

    What's changed

    • Add partial support for -compare. A feature that displays the coverage difference against a previous run.
    • Fix unstable common package prefix logic #104
    Open source →
  28. v0.13.2-0.20231112042602-d11b5c57f8b0 12 Nov 2023 pre-release

    Nothing published for this version

  29. v0.13.2-0.20230819162037-8ab52bbdb0c6 19 Aug 2023 pre-release

    Nothing published for this version

  30. v0.13.1 04 Aug 2023
    Release notes

    What's changed

    • Fix failing GoReleaser github action (release notes location).

    Summary from v0.13.0

    • Start a CHANGELOG.md for user-facing change.
    • Add GoReleaser to automate the release process. Pre-built binaries are
      available for each release, currently Linux and macOS. If there is demand, can also add Windows.
    Open source →
    Release notes
    • Fix failing GoReleaser GitHub action (release notes location).

    Summary from v0.13.0

    • Start a CHANGELOG.md for user-facing change.
    • Add GoReleaser to automate the release process. Pre-built binaries are available for each release, currently Linux and macOS. If there is demand, can also add Windows.
    Open source →
  31. v0.13.1-0.20230804195925-08f295f0aa52 04 Aug 2023 pre-release

    Nothing published for this version

  32. v0.13.0 04 Aug 2023
    Release notes
    • Start a CHANGELOG.md for user-facing change.
    • Add GoReleaser to automate the release process. Pre-built binaries are available for each release, currently Linux and macOS. If there is demand, can also add Windows.
    Open source →
  33. v0.12.3-0.20230607124546-28967170dce4 07 Jun 2023 pre-release

    Nothing published for this version

  34. v0.12.2 30 May 2023
    Release notes

    What's Changed

    • Record the start event with the package start time. #94
    • Shorten package name only for -smallscreen. #96

    This version also bumps the minimum Go version to v1.17 and upgrades all the dependencies.

    The release binaries have been temporarily disabled, so, for now, you'll need to go install the tool, example:

    $ go install github.com/mfridman/tparse@latest       
    go: downloading github.com/mfridman/tparse v0.12.2

    Full Changelog: v0.12.1...v0.12.2

    Open source →
  35. v0.12.2-0.20230530013329-0707f0fd64d9 30 May 2023 pre-release

    Nothing published for this version

  36. v0.12.2-0.20230207113300-6030ec89747e 07 Feb 2023 pre-release

    Nothing published for this version

  37. v0.12.1 07 Feb 2023

    Nothing published for this version

  38. v0.12.0 07 Feb 2023

    Nothing published for this version

  39. v0.11.2-0.20220811031240-1a84a6473632 11 Aug 2022 pre-release

    Nothing published for this version

  40. v0.11.1 10 Jul 2022

    Nothing published for this version

  41. v0.11.0 05 Jul 2022

    Nothing published for this version

  42. v0.10.3 27 May 2022

    Nothing published for this version

  43. v0.10.3-0.20220527010225-a20c511a88b8 27 May 2022 pre-release

    Nothing published for this version

  44. v0.10.2 26 May 2022

    Nothing published for this version

  45. v0.10.1 26 May 2022

    Nothing published for this version

  46. v0.10.0 26 May 2022

    Nothing published for this version

  47. v0.9.1-0.20220525130301-4d20c0a70f66 25 May 2022 pre-release

    Nothing published for this version

  48. v0.9.1-0.20220524132641-82a62eac1c17 24 May 2022 pre-release

    Nothing published for this version

  49. v0.9.1-0.20220521181108-45becc8f8e91 21 May 2022 pre-release

    Nothing published for this version

  50. v0.9.1-0.20220402023935-bdeade9b3b26 02 Apr 2022 pre-release

    Nothing published for this version

  51. v0.9.0 13 Nov 2021

    Nothing published for this version

  52. v0.8.4-0.20211113153836-774d28a6e2d4 13 Nov 2021 pre-release

    Nothing published for this version

  53. v0.8.4-0.20211113152939-31da0211bea3 13 Nov 2021 pre-release

    Nothing published for this version

  54. v0.8.3 14 Sep 2020

    Nothing published for this version

  55. v0.8.2 29 Aug 2020

    Nothing published for this version

  56. v0.7.5-0.20191206151924-36f80740879e 06 Dec 2019 pre-release

    Nothing published for this version

  57. v0.7.4 14 Apr 2019

    Nothing published for this version

  58. v0.7.3 19 Feb 2019

    Nothing published for this version

  59. v0.7.2 05 Jan 2019

    Nothing published for this version

  60. v0.7.1 17 Dec 2018

    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