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
    Configuration menu
    Copy the full SHA
    273d054 View commit details
    Browse the repository at this point in the history
  2. 3.1.1

    tegefaulkes committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    132a5eb View commit details
    Browse the repository at this point in the history
  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
    Configuration menu
    Copy the full SHA
    e597b1c View commit details
    Browse the repository at this point in the history
  4. 3.1.2

    tegefaulkes committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    a138aca View commit details
    Browse the repository at this point in the history

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
    Configuration menu
    Copy the full SHA
    ee46f9f View commit details
    Browse the repository at this point in the history
  2. 3.1.3

    CMCDragonkai committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    919df4a View commit details
    Browse the repository at this point in the history
Loading