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: debug-js/debug
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.3.1
Choose a base ref
...
head repository: debug-js/debug
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.3.4
Choose a head ref
  • 10 commits
  • 4 files changed
  • 8 contributors

Commits on Dec 9, 2020

  1. cache enabled status per-logger (#799)

    Co-authored-by: Qix <Qix-@users.noreply.github.com>
    containmentbreach and Qix- authored Dec 9, 2020
    Configuration menu
    Copy the full SHA
    1e9d38c View commit details
    Browse the repository at this point in the history
  2. 4.3.2

    Qix- committed Dec 9, 2020
    3 Configuration menu
    Copy the full SHA
    e47f96d View commit details
    Browse the repository at this point in the history

Commits on May 22, 2021

  1. Remove accidental epizeuxis

    taylor1791 authored and Qix- committed May 22, 2021
    1 Configuration menu
    Copy the full SHA
    d177f2b View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. adds README section regarding usage in child procs (#850)

    * adds README section regarding usage in child procs
    
    code example and original request copied from @aaarichter
    should close #811
    
    * Update README.md
    
    Co-authored-by: Qix <Qix-@users.noreply.github.com>
    
    Co-authored-by: Qix <Qix-@users.noreply.github.com>
    kristofkalocsai and Qix- authored Oct 13, 2021
    Configuration menu
    Copy the full SHA
    f851b00 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2021

  1. Configuration menu
    Copy the full SHA
    19b36c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4079aae View commit details
    Browse the repository at this point in the history
  3. 4.3.3

    Qix- committed Nov 27, 2021
    5 Configuration menu
    Copy the full SHA
    043d3cd View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

  1. add section about configuring JS console to show debug messages (#866)

    * Add section about configuring JS console to show debug messages
    
    * Rewrite log level section to be more concise
    gitname authored Feb 3, 2022
    Configuration menu
    Copy the full SHA
    c0805cc View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. replace deprecated String.prototype.substr() (#876)

    String.prototype.substr() is deprecated (see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/substr) so we replace it with slice() which works similarily but isn't deprecated.
    Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
    CommanderRoot authored Mar 17, 2022
    2 Configuration menu
    Copy the full SHA
    9b33412 View commit details
    Browse the repository at this point in the history
  2. 4.3.4

    Qix- committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    da66c86 View commit details
    Browse the repository at this point in the history
Loading