Features
-
User Customization Support (#20)
You can now customize the dump output to better fit your needs. Thanks @YohannBethoule, @ccoVeille, and @Akkadius -
JSON Output Helper (#18) You can now output dumps as JSON using the new DumpJSON function — great for structured logging or integrations. Thanks @tacheraSasi, @ccoVeille, and @Akkadius
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!