Skip to content

Releases: humanlogio/humanlog

0.1.14.1

16 Apr 18:32
98a6184
Compare
Choose a tag to compare

Changelog

f8dd741 cleanup repo
125cf8a fixup release script
7a1268e fix up release script
98a6184 vendor windows deps
8a76136 setup goreleaser

--
Automated with @goreleaser
Built with go version go1.8.1 darwin/amd64

0.1.14

16 Apr 18:11
6649798
Compare
Choose a tag to compare

Changelog

ad455d6 vendor windows deps
8a76136 setup goreleaser
6649798 release bump

--
Automated with @goreleaser
Built with go version go1.8.1 darwin/amd64

add light background and support for windows

10 Apr 16:23
5827550
Compare
Choose a tag to compare

fix usage of --keep

01 Sep 14:40
Compare
Choose a tag to compare

Previously, --keep wouldn't force the 'kept' key to be shown when there was no change to its value. This is now properly working.

fish___users_antoine__fish_

build without the annoying urfave/cli error message

29 Nov 01:10
Compare
Choose a tag to compare

build with glide and update cli package

29 Nov 01:08
Compare
Choose a tag to compare

fix bugs and allow space in JSON

29 Nov 01:01
Compare
Choose a tag to compare
0.1.8

fix keep flag to keep unchanged keys

Print integers as such

11 Mar 00:42
Compare
Choose a tag to compare

Some integers were previously printed in scientific exponential manner.

Support `cee:` prefixed logs and more lenient log forms

22 Jan 21:03
Compare
Choose a tag to compare

Accept any JSON log that has a time key, instead of also requiring lvl/level and msg.

Trims cee: from logs.

bugfix: panic in JSON handler

21 Apr 05:42
Compare
Choose a tag to compare

There is a possible nil pointer dereference panic in the JSON handler that will occur if an expected JSON line turns out to not be a JSON line, if that line was the first ever met JSON looking line.