Skip to content

Commit f2ac4d3

Browse files
committed
Version 3.2.0
1 parent 8475c6f commit f2ac4d3

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [v3.2.0](https://github.com/k0kubun/pp/tree/v3.2.0)
4+
5+
[Full Changelog](https://github.com/k0kubun/pp/compare/v3.1.0...v3.2.0)
6+
7+
**Closed issues:**
8+
9+
- ignore private fields in a struct in pretty print golang [\#74](https://github.com/k0kubun/pp/issues/74)
10+
- Bug?: Colorize map field names/keys using "FieldName" color scheme setting [\#72](https://github.com/k0kubun/pp/issues/72)
11+
- Printf not work correctly [\#70](https://github.com/k0kubun/pp/issues/70)
12+
- How to use the latest version? [\#69](https://github.com/k0kubun/pp/issues/69)
13+
- Please provide a simple way to disable color [\#67](https://github.com/k0kubun/pp/issues/67)
14+
- disable printing of struct metadata [\#66](https://github.com/k0kubun/pp/issues/66)
15+
16+
**Merged pull requests:**
17+
18+
- Expose defaultPrettyPrinter as pp.Default [\#75](https://github.com/k0kubun/pp/pull/75) ([k0kubun](https://github.com/k0kubun))
19+
- Bump github.com/mattn/go-colorable from 0.1.12 to 0.1.13 [\#73](https://github.com/k0kubun/pp/pull/73) ([dependabot[bot]](https://github.com/apps/dependabot))
20+
- doc: fix pp.go arguments word typo [\#68](https://github.com/k0kubun/pp/pull/68) ([rasecoiac03](https://github.com/rasecoiac03))
21+
322
## [v3.1.0](https://github.com/k0kubun/pp/tree/v3.1.0) (2022-01-06)
423

524
[Full Changelog](https://github.com/k0kubun/pp/compare/v3.0.10...v3.1.0)

0 commit comments

Comments
 (0)