v1.2.0 - 2022-06-10
- support mid tag wildcard for enabling logger (#31)
v1.1.2 - 2022-06-10
- deps: update all non-major dependencies (#30)
- deps: update module github.com/stretchr/testify to v1.7.1 (#27)
- deps: update module github.com/gookit/color to v1.4.2 (#21)
- update changelog for v1.1.2
- create FUNDING.yml
- update README
- deps: update golangci/golangci-lint-action action to v3 (#26)
- deps: update actions/setup-go action to v3 (#25)
- deps: update actions/checkout action to v3 (#24)
- deps: update all non-major dependencies (#22)
- deps: update goreleaser/goreleaser-action action to v3 (#28)
- deps: update jandelgado/gcov2lcov-action action to v1.0.9 (#29)
v1.1.1 - 2021-04-05
- update changelog for v1.1.1
- add makefile and go releaser
- renovate: fix syntax error in renovate config
v1.1.0 - 2021-03-15
- ci: port to using golangci-lint github action
- go.mod: bump to go 1.16
- release: v1.1.0
- release: v1.1.0
v1.0.0 - 2021-03-03
- deps: update actions/checkout action to v2 (#11)
- deps: update module gookit/color to v1.3.0 (#7)
- deps: update actions/setup-go action to v2 (#12)
- deps: update module stretchr/testify to v1.7.0 (#16)
- deps: update module gookit/color to v1.3.6 (#15)
- deps: update jandelgado/gcov2lcov-action action to v1.0.8 (#14)
- deps: update module gookit/color to v1.3.2 (#13)
- deps: update module gookit/color to v1.3.1 (#8)
- deps: update coverallsapp/github-action action to v1.1.2 (#9)
- deps: update jandelgado/gcov2lcov-action action to v1.0.7 (#10)
- github actions: add go proxy warming
- lint: fix linting error on struct
- renovate: add gomodTidy option
- renovate: add extension for group:allNonMajor
- release: v1.0.0
v0.7.1 - 2020-08-21
- return pointer to color object
- release: v0.7.1
v0.7.0 - 2020-08-21
- export PickColor helper method
- release: v0.7.0
v0.6.4 - 2020-08-21
- dependencies: remove duplicate sync of gookit/color
- deps: update module kr/pretty to v0.2.1 (#6)
- deps: update module gookit/color to v1.2.7 (#4)
- deps: add renovate.json (#3)
- renovate: update config
- renovate: clean up dupe config
- renovate: add config file
- release: v0.6.4
v0.6.3 - 2020-08-02
- update readme with new badges, including awesome-go
- release: v0.6.3
v0.6.2 - 2020-07-29
- updated docs on exported struct
- release: v0.6.2
v0.6.1 - 2020-07-27
- do not export base kemba struct
- release: v0.6.1
v0.6.0 - 2020-07-27
- release: v0.6.0
- time delta: added log event time deltas to first line of logged buffer events. Resolution in ms
v0.5.0 - 2020-07-21
- env: support reading both the DEBUG and KEMBA env vars
- release: v0.5.0
v0.4.0 - 2020-07-21
- updated README
- color: deterministic color picking based on tag input for a new logger
- release: v0.4.0
v0.3.0 - 2020-07-19
- extend: capability to extend existing logger with appended tag values
- v0.3.0: update CHANGELOG
v0.2.3 - 2020-07-17
- updated README usage notes
- v0.2.3: update CHANGELOG
v0.2.2 - 2020-07-17
- updated README example code.
- v0.2.2: update CHANGELOG
v0.2.1 - 2020-07-17
- updates to docs
- v0.2.1: update CHANGELOG
v0.2.0 - 2020-07-17
- adjust go.mod package name
- updated docs and README
- added github actions & test coverage (#2)
- update readme with example output
- added changelog
- v0.2.0: update CHANGELOG
- reduced color list to more agreeable list of select colors
- update README
- update README, add contribution guide and initial go.mod
- logger: initial implementation of Printf, Println and Log (#1)
- tag: enable regex tag processing for filtering of log calls
- commit