Skip to content

Tags: goforj/godump

Tags

v1.9.1

Toggle v1.9.1's commit message
fix: make revive happy again

v1.9.0

Toggle v1.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: max depth issues (#56)

* fix: max depth issues

* chore: pr feedback

* chore: pr feedback

v1.8.0

Toggle v1.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: docgen (#55)

* feat: docgen

* docs: gen

* docs: fix examples

* fix: ridiculous

* chore: recat Dd

* chore: WithNoColor -> WithoutColor

* chore: add default value with options builders

* docs: readme space

* feat: gen examples_test.go

* chore: remove example stuff for now

* chore: remove line-length-limit

* docs: tweak comments

* chore: line-length-limit disable

* chore: html output truncate

* chore: PR feedback

v1.7.1

Toggle v1.7.1's commit message
Revert "feat: Adds ANSI color support for Windows terminals (#39)"

This reverts commit 86d2890.

v1.7.0

Toggle v1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Adds ANSI color support for Windows terminals (#39)

* feat: Adds ANSI color support for Windows terminals and prevents color output
when stdout is not a TTY

* fix: CI

* refactor: streamline ANSI support initialization for Windows terminals

* refactor: unify windowsansi into ansi

Co-authored-by: ccoVeille <3875889+ccoVeille@users.noreply.github.com>

* chore: add simple benchmark

---------

Co-authored-by: ccoVeille <3875889+ccoVeille@users.noreply.github.com>
Co-authored-by: Chris Miles <chris.miles.e@gmail.com>

v1.6.0

Toggle v1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: support up to Go 1.18 (#43)

* feat: support up to Go 1.18

The code can be used with old Go versions.

The CI will also run tests for Go 1.18 and latest -rc versions.

* chore: disable modernize as now supports up to Go 1.18

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: support customizing stack frames to skip when printing the head…

…er (#31)

- add WithSkipStackFrames option
- refine stack frame detection logic
- add tests for custom frame skipping

Co-authored-by: ccoVeille <3875889+ccoVeille@users.noreply.github.com>

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: print the type of parameters and the type of return values (#25)

v1.3.0

Toggle v1.3.0's commit message
readme: add awesome-go badge, remove simple example

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: hex dumping (#15)

* feat: hex dumping

* Spacing

* Modernization fixes

* Another modernization fix

* Now make the linter happy

* Update .golangci.yml

* Update .golangci.yml

* Unreal

* Update .golangci.yml

* Update .golangci.yml

* Update .golangci.yml

* Update godump.go

* Generic byte handling

* Update godump_test.go

* remove evil regex

* lets make sure we're modern