v3.2.0 (2022-10-16)
Closed issues:
- ignore private fields in a struct in pretty print golang #74
- Bug?: Colorize map field names/keys using "FieldName" color scheme setting #72
- Printf not work correctly #70
- How to use the latest version? #69
- Please provide a simple way to disable color #67
- disable printing of struct metadata #66
Merged pull requests:
- Expose defaultPrettyPrinter as pp.Default #75 (k0kubun)
- Bump github.com/mattn/go-colorable from 0.1.12 to 0.1.13 #73 (dependabot[bot])
- doc: fix pp.go arguments word typo #68 (rasecoiac03)
v3.1.0 (2022-01-06)
Merged pull requests:
v3.0.10 (2022-01-06)
Merged pull requests:
v3.0.9 (2022-01-06)
Merged pull requests:
- Bump github.com/mattn/go-colorable from 0.1.7 to 0.1.12 #63 (dependabot[bot])
v3.0.8 (2021-11-30)
Closed issues:
- Add option to skip unexported fields #59
- Verb '%T' is working incorrectly in formatted print #58
- Option to print byte as decimal #54
- Option for thousands separator #53
- The color part of vim is messy #52
- Bug:
printTime
assumes the standard library time #47 - Feature request: Add
pp:"noprint"
tag #42 - Feature request: omitempty #22
- Unable to print invalid address #21
Merged pull requests:
- build: upgrade
go
directive ingo.mod
to 1.17 #62 (Juneezee) - SetThousandsSeparator #61 (mariusgrigoriu)
- Add ExportedOnly option #60 (k0kubun)
- Add SetDecimalUint option #55 (k0kubun)
- Add Badge for pkg.go.dev #51 (zakuro9715)
- Fix typo in README.md #50 (bl-ue)
- Add Struct Tag Support for Printing #49 (rickbau5)
- Ensure time.Time is from standard library #48 (bquenin)
v3.0.7 (2020-11-18)
Closed issues:
- Sort map by key before printing #23
Merged pull requests:
v3.0.6 (2020-11-14)
Merged pull requests:
v3.0.5 (2020-11-14)
v3.0.4 (2020-11-12)
Closed issues:
- Feature request: Pretty print big.Int and big.Float? #41
Merged pull requests:
- chore: optimize CI #44 (deliangyang)
- refactor: use defer release lock #43 (deliangyang)
v3.0.3 (2020-08-11)
Closed issues:
- go mod doesn't install 3.0.2 #40
v3.0.2 (2020-05-05)
Closed issues:
- WithLineInfo print the wrong line #39
- Display of nil slice as same as an empty slice #36
- Unsure why number coming out in base 16 #27
- disable colors when not output is not a tty #26
Merged pull requests:
- Allow changing coloringEnabled per pp instance #37 (k0kubun)
- support Go modules #35 (itchyny)
- Add max depth var #34 (sumerc)
- Allow own instances of pp #33 (Eun)
- fix typo of foreground #32 (shogo82148)
v3.0.1 (2019-04-02)
v3.0.0 (2019-03-04)
v2.4.0 (2019-03-03)
Merged pull requests:
- Fix newline of map type #29 (itchyny)
- add MIT license file #28 (alteholz)
- Update the map printer to properly print maps. #25 (denniszl)
v2.3.0 (2017-01-23)
Merged pull requests:
v2.2.0 (2015-07-23)
Closed issues:
- please do not use unsafe package #20
Merged pull requests:
v2.1.0 (2015-04-25)
Merged pull requests:
- Custom colors #17 (sdidyk)
- Some changes of printer #16 (sdidyk)
- Suppress panic caused by Float values #15 (yudai)
v2.0.1 (2015-03-01)
Merged pull requests:
v2.0.0 (2015-02-14)
Closed issues:
- Fold large buffers #8
Merged pull requests:
v1.3.0 (2015-02-14)
Closed issues:
- time.Time formatter #2
Merged pull requests:
v1.2.0 (2015-02-14)
Merged pull requests:
v1.1.0 (2015-02-14)
Merged pull requests:
v1.0.0 (2015-01-09)
Closed issues:
- test failed if Golang over 1.4 #5
Merged pull requests:
v0.0.1 (2014-12-29)
Merged pull requests:
* This Changelog was automatically generated by github_changelog_generator