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: pinojs/pino
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.8.0
Choose a base ref
...
head repository: pinojs/pino
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.9.0
Choose a head ref
  • 14 commits
  • 15 files changed
  • 12 contributors

Commits on Dec 22, 2022

  1. Fix documentation example (#1608)

    SM KHOBAIB ALAM authored Dec 22, 2022
    Configuration menu
    Copy the full SHA
    907403b View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2022

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

Commits on Dec 31, 2022

  1. Update README.md (#1614)

    luluhoc authored Dec 31, 2022
    Configuration menu
    Copy the full SHA
    5045123 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

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

Commits on Jan 11, 2023

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

Commits on Jan 13, 2023

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

Commits on Jan 16, 2023

  1. build(deps-dev): bump rimraf from 3.0.2 to 4.0.7 (#1624)

    Bumps [rimraf](https://github.com/isaacs/rimraf) from 3.0.2 to 4.0.7.
    - [Release notes](https://github.com/isaacs/rimraf/releases)
    - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
    - [Commits](isaacs/rimraf@v3.0.2...v4.0.7)
    
    ---
    updated-dependencies:
    - dependency-name: rimraf
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 16, 2023
    Configuration menu
    Copy the full SHA
    8ab0497 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. remove: outdated/unused information from docs/pretty.md (#1625)

    Building on #1620
    
    Changes:
     - Removed old/legacy piping logs example from 5 years ago since it isn't really relevant
       for new v7+ Pino with threaded transports. (it creates confusion for newcomers to this
    logger. legacy vs "new" transports are explained in greater detail on
    /transports page for anyone interested in deep dive)
     - Removed "Prettifier API" section since `prettifier` option no longer
       exists/not supported
    VladimirMikulic authored Jan 17, 2023
    Configuration menu
    Copy the full SHA
    013dc06 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. fix: badges (#1630)

    xtexx authored Jan 23, 2023
    Configuration menu
    Copy the full SHA
    477682d View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

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

Commits on Jan 30, 2023

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

Commits on Feb 6, 2023

  1. Allow message prefix - #544 (#1635)

    * allow message prefix WIP
    
    * fix tests
    
    * trigger ci
    
    * add tests
    
    * added docs
    
    * added support for msgPrefix for the root logger
    
    * Update docs/api.md
    
    Co-authored-by: James Sumners <james@sumners.email>
    
    * revert change based on benchmark
    
    ---------
    
    Co-authored-by: James Sumners <james@sumners.email>
    rluvaton and jsumners authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    acaad23 View commit details
    Browse the repository at this point in the history
  2. Bumped v8.9.0

    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    mcollina committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    af93e8e View commit details
    Browse the repository at this point in the history
Loading