PackageTrack

Go modules

github.com/go-logr/stdr

v1.2.2go-logr/stdr

Release timeline

21 releases since 2019
20192026

One column per quarter.

Releases

  1. v1.2.3-0.20220714215716-96bad1d688c514 Jul 2022pre-release

    Nothing published for this version

  2. v1.2.3-0.20220714215701-1fa2ed3fdf8314 Jul 2022pre-release

    Nothing published for this version

  3. v1.2.214 Dec 2021

    Nothing published for this version

  4. v1.2.1-0.20211214080035-521af2addfa714 Dec 2021pre-release

    Nothing published for this version

  5. v1.2.1-0.20211201064811-3dffd33043a41 Dec 2021pre-release

    Nothing published for this version

  6. v1.2.020 Oct 2021

    Nothing published for this version

  7. v1.1.1-0.20210921193100-884a571229f821 Sept 2021pre-release

    Nothing published for this version

  8. v1.1.024 Aug 2021
    Release notes

    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
    Open source →
  9. v1.0.1-0.20210812220647-625208ee35c912 Aug 2021pre-release

    Nothing published for this version

  10. v1.0.04 Jun 2021
    Release notes

    Merge pull request #13 from thockin/go-mod

    Nix 'autogenerated' check - not needed any more

    Open source →
  11. v1.0.0-rc1.0.20210604154254-68222b7e08b64 Jun 2021pre-release

    Nothing published for this version

  12. v1.0.0-rc1.0.20210602215037-e26c436c2ed72 Jun 2021pre-release

    Nothing published for this version

  13. v1.0.0-rc129 May 2021pre-release
    Release notes

    Merge pull request #11 from thockin/go-mod

    Update stdr to logr 1.0.0-rc1

    Open source →
  14. v0.4.1-0.20210529003954-535c7832c9be29 May 2021pre-release

    Nothing published for this version

  15. v0.4.1-0.20210329041100-5be0a08d488329 Mar 2021pre-release

    Nothing published for this version

  16. v0.4.023 Jan 2021
    Release notes
    • Support logr.WithCallDepth()
    Open source →
  17. v0.3.012 Oct 2020
    Release notes

    Adds Underlier interface with GetUnderlying() 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")
        }
    }
    
    Open source →
  18. v0.2.011 Jun 2020
    Release notes

    Merge pull request #2 from thockin/master

    Get rid of InfoLogger, implement V() as additive

    Open source →
  19. v0.1.029 May 2020

    Nothing published for this version

  20. v0.0.0-20200529170710-4d96433f48db29 May 2020pre-release

    Nothing published for this version

  21. v0.0.0-20190808155957-db4f46c404258 Aug 2019pre-release

    Nothing published for this version