Skip to content

Commit

Permalink
Version 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
k0kubun committed Oct 16, 2022
1 parent 8475c6f commit f2ac4d3
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [v3.2.0](https://github.com/k0kubun/pp/tree/v3.2.0)

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

**Closed issues:**

- ignore private fields in a struct in pretty print golang [\#74](https://github.com/k0kubun/pp/issues/74)
- Bug?: Colorize map field names/keys using "FieldName" color scheme setting [\#72](https://github.com/k0kubun/pp/issues/72)
- Printf not work correctly [\#70](https://github.com/k0kubun/pp/issues/70)
- How to use the latest version? [\#69](https://github.com/k0kubun/pp/issues/69)
- Please provide a simple way to disable color [\#67](https://github.com/k0kubun/pp/issues/67)
- disable printing of struct metadata [\#66](https://github.com/k0kubun/pp/issues/66)

**Merged pull requests:**

- Expose defaultPrettyPrinter as pp.Default [\#75](https://github.com/k0kubun/pp/pull/75) ([k0kubun](https://github.com/k0kubun))
- 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))
- doc: fix pp.go arguments word typo [\#68](https://github.com/k0kubun/pp/pull/68) ([rasecoiac03](https://github.com/rasecoiac03))

## [v3.1.0](https://github.com/k0kubun/pp/tree/v3.1.0) (2022-01-06)

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

0 comments on commit f2ac4d3

Please sign in to comment.