Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rs/zerolog
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.26.1
Choose a base ref
...
head repository: rs/zerolog
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.27.0
Choose a head ref
  • 10 commits
  • 29 files changed
  • 8 contributors

Commits on Dec 17, 2021

  1. move the lint command to its own package (#389)

    in this way we remove several dependencies from the actual library
    drakkan authored Dec 17, 2021

    Verified

    This commit was signed with the committer’s verified signature.
    GnomedDev Gnome!
    Copy the full SHA
    0c8d3c0 View commit details

Commits on Dec 19, 2021

  1. Fix ConsoleWriter color on Windows (#390)

    * fix ConsoleWriter colors on windows
    * fix ConsoleWriter color when created with struct literal
    nichady authored Dec 19, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    665519c View commit details

Commits on Dec 21, 2021

  1. Consistent casing, redundancy, and spelling/grammar (#391)

    * fix casing
    * remove redundant type conversions
    * remove unnecessary append
    x = append(y) is equivalent to x = y
    * fix grammar and spelling
    * rename file to enforce consistent casing with other READMEs in this repo
    nichady authored Dec 21, 2021

    Verified

    This commit was signed with the committer’s verified signature.
    GnomedDev Gnome!
    Copy the full SHA
    c0c2e11 View commit details

Commits on Jan 4, 2022

  1. Copy the full SHA
    3efdd82 View commit details

Commits on Feb 3, 2022

  1. journald: don't call Enabled before each write (#407)

    Enabled opens and close a socket connection by reusing or initializing
    a global connection.
    
    I also updated go-systemd to the current development release to include
    the following fix:
    
    coreos/go-systemd@75f33b0
    
    This is the only journal related change since the latest stable release
    drakkan authored Feb 3, 2022
    Copy the full SHA
    025f9f1 View commit details
  2. MsgFunc function added to Event (#406)

    Allows lazy evaluation of msg text, only if log level is appropriate.
    RobRimmer authored Feb 3, 2022
    Copy the full SHA
    fc26014 View commit details

Commits on Feb 19, 2022

  1. Copy the full SHA
    361cdf6 View commit details

Commits on Feb 24, 2022

  1. Copy the full SHA
    588a61c View commit details

Commits on Feb 27, 2022

  1. Copy the full SHA
    263b0bd View commit details

Commits on Mar 12, 2022

  1. docs: add an example for Lshortfile-like implementation of CallerMars…

    …halFunc (#423)
    
    Signed-off-by: Igor Beliakov <demtis.register@gmail.com>
    weisdd authored Mar 12, 2022
    Copy the full SHA
    e9344a8 View commit details
Loading