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: Seldaek/monolog
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.9.1
Choose a base ref
...
head repository: Seldaek/monolog
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.0.0
Choose a head ref

Commits on Mar 21, 2022

  1. Copy the full SHA
    22c8b19 View commit details
  2. Copy the full SHA
    400effd View commit details
  3. Remove SwiftMailerHandler

    Seldaek committed Mar 21, 2022
    Copy the full SHA
    b586dbe View commit details
  4. Code cleanups

    Seldaek committed Mar 21, 2022
    Copy the full SHA
    5eb9b8e View commit details
  5. Copy the full SHA
    657ff7f View commit details
  6. More cleanups

    Seldaek committed Mar 21, 2022
    Copy the full SHA
    6b5bd6a View commit details
  7. Copy the full SHA
    0aef68c View commit details
  8. Cleanups

    Seldaek committed Mar 21, 2022
    Copy the full SHA
    a3ba644 View commit details
  9. Remove at matcher

    Seldaek committed Mar 21, 2022
    Copy the full SHA
    248673e View commit details

Commits on Apr 19, 2022

  1. Copy the full SHA
    2d006a8 View commit details
  2. Use never return typehint (#1654)

    The `never` return typehint was added in PHP 8.1 and can be used
    to indicate that a function will never return.
    
    RFC: https://wiki.php.net/rfc/noreturn_type
    hemberger authored Apr 19, 2022
    Copy the full SHA
    14f39fe View commit details
  3. Replace switch with match (#1655)

    The `match` expression is available as of PHP 8.0 and provides a more
    intuitive interface than `switch` when a single value is returned.
    
    Note that it performs an identity check (===) between the value and
    case instead of a weak equality check (==).
    
    https://www.php.net/manual/en/control-structures.match.php
    hemberger authored Apr 19, 2022
    Copy the full SHA
    e4bb5c5 View commit details
  4. CI fixes

    Seldaek committed Apr 19, 2022
    Copy the full SHA
    2695fa8 View commit details

Commits on Apr 20, 2022

  1. Move phpdoc to native types

    Seldaek committed Apr 20, 2022
    Copy the full SHA
    7952a83 View commit details
  2. Copy the full SHA
    6634bd9 View commit details

Commits on Apr 21, 2022

  1. Copy the full SHA
    0dac879 View commit details

Commits on Apr 22, 2022

  1. Copy the full SHA
    a7de8dd View commit details
  2. Copy the full SHA
    1c80bce View commit details

Commits on Apr 23, 2022

  1. Remove dead code

    Seldaek committed Apr 23, 2022
    Copy the full SHA
    733d6f1 View commit details
  2. Update upgrade notes

    Seldaek committed Apr 23, 2022
    Copy the full SHA
    ad732b3 View commit details

Commits on Apr 24, 2022

  1. Copy the full SHA
    6627c09 View commit details
  2. Copy the full SHA
    bd5968a View commit details
  3. Copy the full SHA
    c312cfd View commit details
  4. Fix phpdoc

    Seldaek committed Apr 24, 2022
    Copy the full SHA
    a6a66b1 View commit details

Commits on May 8, 2022

  1. Merge branch '2.x' into main

    Seldaek committed May 8, 2022
    Copy the full SHA
    1181473 View commit details
  2. Fix ES8 build

    Seldaek committed May 8, 2022
    Copy the full SHA
    8a35649 View commit details
  3. Drop prophecy usage

    Seldaek committed May 8, 2022
    Copy the full SHA
    acc142c View commit details
  4. replace deprecated method calls in GelfMessageFormatter (#1664)

    - the getter/setter methods for file, level and facility are deprecated in gelf v1.1
    - add those fields as additional instead, as suggested in the gelf spec (https://docs.graylog.org/v1/docs/gelf#gelf-payload-specification)
    - update tests to reflect changes
    jortgies authored May 8, 2022
    Copy the full SHA
    709cb93 View commit details
  5. Update upgrade notes

    Seldaek committed May 8, 2022
    Copy the full SHA
    de11fc3 View commit details
  6. Merge branch '2.x' into main

    Seldaek committed May 8, 2022
    Copy the full SHA
    5eca082 View commit details
  7. Update changelog

    Seldaek committed May 8, 2022
    Copy the full SHA
    a71c4e0 View commit details
  8. Update docs

    Seldaek committed May 8, 2022
    Copy the full SHA
    38fd8ef View commit details
  9. Merge branch '2.x' into main

    Seldaek committed May 8, 2022
    Copy the full SHA
    d381140 View commit details

Commits on May 10, 2022

  1. Copy the full SHA
    1dacc79 View commit details
  2. Merge branch '2.x' into main

    Seldaek committed May 10, 2022
    Copy the full SHA
    b3451b0 View commit details
  3. Update changelog

    Seldaek committed May 10, 2022
    Copy the full SHA
    60ad518 View commit details
Loading