8000 Comparing v3.13.1...v3.14.0 · winstonjs/winston · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: winstonjs/winston
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.13.1
Choose a base ref
...
head repository: winstonjs/winston
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.14.0
Choose a head ref
  • 6 commits
  • 5 files changed
  • 5 contributors

Commits on Jul 16, 2024

  1. fix: readme (#2488)

    y-hsgw authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    0cb8c7c View commit details
    Browse the repository at this point in the history
  2. Bump @babel/preset-env from 7.24.7 to 7.24.8 (#2487)

    Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.24.7 to 7.24.8.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.24.8/packages/babel-preset-env)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/preset-env"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    71e4bb1 View commit details
    Browse the repository at this point in the history
  3. Bump @babel/core from 7.24.7 to 7.24.9 (#2485)

    Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.24.7 to 7.24.9.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.24.9/packages/babel-core)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/core"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    d2859f3 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. Set _rotate false on emit 'rotate' false (#2457)

    In some situations the event names includes events with no more listeners. Check the emit return code to see whether it was received instead of checking event names.
    u8675309 authored Jul 27, 2024
    Configuration menu
    Copy the full SHA
    1719275 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Add option forceConsole (#2276)

    Add new option to the Console transport:
    forceConsole (Boolean): when true, force transport to use console log/warn/error instead of write. With this option, VSCode terminal will work without setting the "outputCapture" to "std".
    szolnokit authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    b2098fd View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. 3.14.0

    DABH committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    c4a15ec View commit details
    Browse the repository at this point in the history
Loading
0