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: MatrixAI/js-logger
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: staging
Choose a base ref
...
head repository: MatrixAI/js-logger
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feature-pre-ESM
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 3 files changed
  • 2 contributors

Commits on Nov 8, 2023

  1. fix: fixed memory leak where all child loggers formed a object group

    Keeping track of children held a strong reference across whole logger tree. It means that a single reference held all the children in memory.
    
    [ci skip]
    tegefaulkes committed Nov 8, 2023
    Copy the full SHA
    273d054 View commit details
  2. 3.1.1

    tegefaulkes committed Nov 8, 2023
    Copy the full SHA
    132a5eb View commit details
  3. fix: allow duplicate child keys

    Throwing an error when making a duplicate child was a pretty major API change. Previously it returned the existing child. This change was causing a whole lot of errors downstream.
    
    [ci skip]
    tegefaulkes committed Nov 8, 2023
    Copy the full SHA
    e597b1c View commit details
  4. 3.1.2

    tegefaulkes committed Nov 8, 2023
    Copy the full SHA
    a138aca View commit details

Commits on Nov 15, 2023

  1. fix: using WeakRef to bring back looking up child loggers with the …

    …same key, but allow garbage collection of child loggers
    CMCDragonkai committed Nov 15, 2023
    Copy the full SHA
    ee46f9f View commit details
  2. 3.1.3

    CMCDragonkai committed Nov 15, 2023
    Copy the full SHA
    919df4a View commit details

This comparison is taking too long to generate.

Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.

You can try running this command locally to see the comparison on your machine:
git diff staging...feature-pre-ESM