Skip to content

Latest commit

 

History

History
258 lines (147 loc) · 11.4 KB

CHANGELOG.md

File metadata and controls

258 lines (147 loc) · 11.4 KB

Changelog

v3.2.0 (2022-10-16)

Full Changelog

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:

v3.1.0 (2022-01-06)

Full Changelog

Merged pull requests:

  • Use SetDecimalUnit(true) by default #65 (k0kubun)

v3.0.10 (2022-01-06)

Full Changelog

Merged pull requests:

  • Remove k0kubun/colorstring from dependencies #64 (k0kubun)

v3.0.9 (2022-01-06)

Full Changelog

Merged pull requests:

v3.0.8 (2021-11-30)

Full Changelog

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:

v3.0.7 (2020-11-18)

Full Changelog

Closed issues:

  • Sort map by key before printing #23

Merged pull requests:

v3.0.6 (2020-11-14)

Full Changelog

Merged pull requests:

v3.0.5 (2020-11-14)

Full Changelog

v3.0.4 (2020-11-12)

Full Changelog

Closed issues:

  • Feature request: Pretty print big.Int and big.Float? #41

Merged pull requests:

v3.0.3 (2020-08-11)

Full Changelog

Closed issues:

  • go mod doesn't install 3.0.2 #40

v3.0.2 (2020-05-05)

Full Changelog

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:

v3.0.1 (2019-04-02)

Full Changelog

v3.0.0 (2019-03-04)

Full Changelog

v2.4.0 (2019-03-03)

Full Changelog

Merged pull requests:

v2.3.0 (2017-01-23)

Full Changelog

Merged pull requests:

  • Add WithLineInfo method for print filename and line number along #24 (huydx)

v2.2.0 (2015-07-23)

Full Changelog

Closed issues:

  • please do not use unsafe package #20

Merged pull requests:

  • check whether reflect.Value can call Interface() #19 (skatsuta)
  • Fix indent for slices #18 (sdidyk)

v2.1.0 (2015-04-25)

Full Changelog

Merged pull requests:

v2.0.1 (2015-03-01)

Full Changelog

Merged pull requests:

v2.0.0 (2015-02-14)

Full Changelog

Closed issues:

  • Fold large buffers #8

Merged pull requests:

v1.3.0 (2015-02-14)

Full Changelog

Closed issues:

  • time.Time formatter #2

Merged pull requests:

  • Implement time.Time pretty printer #11 (k0kubun)

v1.2.0 (2015-02-14)

Full Changelog

Merged pull requests:

  • Color escaped characters inside strings #10 (motemen)

v1.1.0 (2015-02-14)

Full Changelog

Merged pull requests:

v1.0.0 (2015-01-09)

Full Changelog

Closed issues:

  • test failed if Golang over 1.4 #5

Merged pull requests:

v0.0.1 (2014-12-29)

Full Changelog

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator