Last release 4 years ago
no release in 18 months
Release timing varies
gaps range from 2 weeks to 7 months
Most releases are documented
notes for 5 of 8 stable releases
Nothing withdrawn
no release was ever pulled
7 years old
21 releases · first in 2019
Release timeline
21 releases since 2019One column per quarter.
Releases
- v1.2.3-0.20220714215716-96bad1d688c514 Jul 2022pre-release
Nothing published for this version
- v1.2.3-0.20220714215701-1fa2ed3fdf8314 Jul 2022pre-release
Nothing published for this version
- v1.2.214 Dec 2021
Nothing published for this version
- v1.2.1-0.20211214080035-521af2addfa714 Dec 2021pre-release
Nothing published for this version
- v1.2.1-0.20211201064811-3dffd33043a41 Dec 2021pre-release
Nothing published for this version
- v1.2.020 Oct 2021
Nothing published for this version
- v1.1.1-0.20210921193100-884a571229f821 Sept 2021pre-release
Nothing published for this version
- v1.1.024 Aug 2021
Release notes
Open source →This is a minor release, but the minor version is updated to stay in sync with logr.
- Depends on logr v1.1.0
- Don't print empty spaces if prefix is empty
- Do print a colon (':') if prefix is not empty. E.g. "prefix: args..."
- Change some implementation details but user output should remain the same, except as noted above
- v1.0.1-0.20210812220647-625208ee35c912 Aug 2021pre-release
Nothing published for this version
- v1.0.04 Jun 2021
Release notes
Open source →Merge pull request #13 from thockin/go-mod
Nix 'autogenerated' check - not needed any more
- v1.0.0-rc1.0.20210604154254-68222b7e08b64 Jun 2021pre-release
Nothing published for this version
- v1.0.0-rc1.0.20210602215037-e26c436c2ed72 Jun 2021pre-release
Nothing published for this version
- v1.0.0-rc129 May 2021pre-release
- v0.4.1-0.20210529003954-535c7832c9be29 May 2021pre-release
Nothing published for this version
- v0.4.1-0.20210329041100-5be0a08d488329 Mar 2021pre-release
Nothing published for this version
- v0.4.023 Jan 2021
- v0.3.012 Oct 2020
Release notes
Open source →Adds
Underlierinterface withGetUnderlying()which callers can use if they know the implementation and need direct access.Example:
if under, ok := log.(stdr.Underlier); ok { if stdLogger, ok := under.GetUnderlying().(*stdlog.Logger); ok { stdLogger.Printf("Hello") } } - v0.2.011 Jun 2020
Release notes
Open source →Merge pull request #2 from thockin/master
Get rid of InfoLogger, implement V() as additive
- v0.1.029 May 2020
Nothing published for this version
- v0.0.0-20200529170710-4d96433f48db29 May 2020pre-release
Nothing published for this version
- v0.0.0-20190808155957-db4f46c404258 Aug 2019pre-release
Nothing published for this version