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.32.0
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.33.0
Choose a head ref
  • 18 commits
  • 21 files changed
  • 17 contributors

Commits on Feb 4, 2024

  1. Configuration menu
    Copy the full SHA
    9e60b1c View commit details
    Browse the repository at this point in the history
  2. Bump actions/cache from 3 to 4 (#638)

    Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 4, 2024
    Configuration menu
    Copy the full SHA
    af58707 View commit details
    Browse the repository at this point in the history
  3. Bump actions/setup-go from 4 to 5 (#625)

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 4, 2024
    Configuration menu
    Copy the full SHA
    bd28965 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. Configuration menu
    Copy the full SHA
    159cb37 View commit details
    Browse the repository at this point in the history
  2. Update README.md (#593)

    default log level is trace , not debug
    ShiJieCloud authored Mar 2, 2024
    Configuration menu
    Copy the full SHA
    dfd022f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d16f63 View commit details
    Browse the repository at this point in the history
  4. Fix JSON encoding of float exponents to be like json.Marshal / ES6 (#537

    )
    
    * Fix JSON encoding of float exponents to be like json.Marshal / ES6
    * Add test cases for the *e-9 JSON number encoding edge case
    joeycumines authored Mar 2, 2024
    Configuration menu
    Copy the full SHA
    bda298d View commit details
    Browse the repository at this point in the history
  5. doc: update readme to use os-specific path separator (#534)

    * update readme to use os-specific path separator
    * shorten getShortLineNo example to one liner
    youming-lin authored Mar 2, 2024
    Configuration menu
    Copy the full SHA
    54ebf46 View commit details
    Browse the repository at this point in the history
  6. Add a time.Location to ConsoleWriter. (This allows UTC timestamps.) (#…

    …531)
    
    * Add a time.Location to ConsoleWriter. (This allows UTC timestamps.)
    
    * add test
    FGasper authored Mar 2, 2024
    Configuration menu
    Copy the full SHA
    582007f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e5edd4b View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Add EmptyFields method to remove all the fileds from logger (#575)

    Co-authored-by: Olivier Poitrey <rs@rhapsodyk.net>
    Co-authored-by: tlipoca9 <160737620+tlipoca9@users.noreply.github.com>
    3 people authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    74cf37a View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    2d899f0 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Configuration menu
    Copy the full SHA
    eb081e1 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    0efa414 View commit details
    Browse the repository at this point in the history
  2. Revert #662

    PR approved by mistake.
    rs authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    e5aa7e3 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. Configuration menu
    Copy the full SHA
    7d9db06 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    8582bed View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. Add fields order (#550)

    madkins23 authored May 4, 2024
    Configuration menu
    Copy the full SHA
    c78e50e View commit details
    Browse the repository at this point in the history
Loading