Skip to content

Releases: goforj/godump

v1.9.0

24 Dec 00:40
306734d

Choose a tag to compare

What's Changed

Full Changelog: v1.8.0...v1.9.0

v1.8.0

20 Dec 02:46
c7ad293

Choose a tag to compare

What's Changed

Full Changelog: v1.7.1...v1.8.0

image

v1.7.1

07 Dec 05:47

Choose a tag to compare

What's Changed

  • Revert #39 - As it broke colorization for non-windows until a better solution is provided

Full Changelog: v1.7.0...v1.7.1

v1.7.0

02 Dec 23:58
86d2890

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.6.0...v1.7.0

v1.6.0

11 Aug 20:57
4f0dbb8

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.0...v1.6.0

v1.5.0

04 Jul 05:32
dcde643

Choose a tag to compare

What's Changed

  • fix: missing opening brace with structs by @ccoVeille in #26
  • fix: use div instead of body for HTML rendering by @ccoVeille in #27
  • chore: remove useless callerLocation by @ccoVeille in #28
  • chore: remove unused secret struct by @ccoVeille in #29
  • chore: cleanup duplicated tests by @ccoVeille in #30
  • feat: support customizing stack frames to skip when printing the header by @almas-x in #31

New Contributors

Full Changelog: v1.4.0...v1.5.0

v1.4.0

30 Jun 04:25
b009608

Choose a tag to compare

Changes

  • feat: print the type of parameters and the type of return values #25 @LovesAsuna

v1.3.0

29 Jun 22:24

Choose a tag to compare

Features

Fixes

  • No More Duplicate Fields (#22)
    Resolved an issue with duplicate fields in embedded structs. Also fixes #10. Thanks @almas-x!
  • HTML Tag Correction (#19) Fixed a minor bug with HTML output. Thanks @radahn42

Tests

  • New Test for Nil Pointer Edge Case
    Added a test case (TestIndirectionNilPointer) to cover a tricky edge case from #10.

Docs & README

  • Added an awesome-go badge ([commit](1c50abf))
  • Refined examples: simplified the main README and split out the builder examples for clarity.

Special Thanks

Huge shout-out to @ccoVeille for all the review support and contributions!

v1.1.0

01 Jun 22:10

Choose a tag to compare

v1.0.6

01 Jun 21:42
9d59ba2

Choose a tag to compare