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.3
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: master
Choose a head ref
  • 16 commits
  • 8 files changed
  • 9 contributors

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

Commits on Mar 31, 2022

  1. Update ISSUE_TEMPLATE.md

    Qix- authored Mar 31, 2022
    Configuration menu
    Copy the full SHA
    12c1ad0 View commit details
    Browse the repository at this point in the history
  2. Update ISSUE_TEMPLATE.md

    Qix- authored Mar 31, 2022
    5 Configuration menu
    Copy the full SHA
    d161662 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2023

  1. Configuration menu
    Copy the full SHA
    f66cb2d View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Fix/debug depth (#926)

    * fix debug format options ignored
    
    * moved sinon to devDependencies
    calvintwr authored May 31, 2024
    Configuration menu
    Copy the full SHA
    cac39b1 View commit details
    Browse the repository at this point in the history
  2. update authorship contact info

    Qix- committed May 31, 2024
    Configuration menu
    Copy the full SHA
    f244ada View commit details
    Browse the repository at this point in the history
  3. 4.3.5

    Qix- committed May 31, 2024
    Configuration menu
    Copy the full SHA
    5464bdd View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. Avoid using deprecated RegExp.$1

    bluwy authored and Qix- committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    7956a45 View commit details
    Browse the repository at this point in the history
  2. 4.3.6

    Qix- committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    c33b464 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    382864a View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Upgrade ms to version 2.1.3 (#819)

    * Upgrade ms to version 2.1.3
    
    * Update package.json
    
    Co-authored-by: Superchupu <53496941+SuperchupuDev@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Josh Junon <Qix-@users.noreply.github.com>
    Co-authored-by: Superchupu <53496941+SuperchupuDev@users.noreply.github.com>
    3 people authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    c63e96e View commit details
    Browse the repository at this point in the history
  2. 4.3.7

    Qix- committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    bc60914 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2024

  1. Configuration menu
    Copy the full SHA
    d2d6bf0 View commit details
    Browse the repository at this point in the history
  2. 4.4.0

    Qix- committed Dec 6, 2024
    Configuration menu
    Copy the full SHA
    7e3814c View commit details
    Browse the repository at this point in the history
Loading