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
base: 4.3.3
Choose a base ref
...
head repository: debug-js/debug
compare: 4.3.4
Choose a head ref
  • 3 commits
  • 3 files changed
  • 3 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 committed 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 committed 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