All Versions
14
Latest Version
Avg Release Cycle
145 days
Latest Release
1248 days ago

Changelog History
Page 1

  • v4.3.1

    November 19, 2020
  • v4.3.0 Changes

    September 22, 2020

    ๐Ÿš€ Minor release

    • ๐Ÿ—„ Deprecated debugInstance.destroy(). Future major versions will not have this method; please remove it from your codebases as it currently does nothing.
    • ๐Ÿ›  Fixed quoted percent sign
    • ๐Ÿ›  Fixed memory leak within debug instances that are created dynamically
  • v4.2.0

    May 19, 2020
  • v4.1.1 Changes

    December 22, 2018

    ๐Ÿ”ง This backport fixes a bug in coveralls configuration as well as the .extend() function.

    Patches

  • v4.1.0 Changes

    October 08, 2018

    Minor Changes

    • migrate Makefile to npm scripts (4236585)
    • feat: Return namespaces string when invoking disable() (7ef8b41)

    Massive thank you to @mblarsen and @outsideris for knocking out two long-awaited changes.

  • v4.0.1 Changes

    September 12, 2018

    โช This patch restores browserify functionality as well as keeping the intended functionality with Unpkg.com.

    Patches

    • ๐Ÿ›  fix browserify and supply alternative unpkg entry point (closes #606): 99c95e3
  • v4.0.0 Changes

    September 11, 2018

    A long-awaited release to debug is available now: 4.0.0.

    โœ… Due to the delay in release and the number of changes made (including bumping dependencies in order to mitigate vulnerabilities), it is highly recommended maintainers update to the latest package version and test thoroughly.

    ๐Ÿš€ This release drops support for Node 4 and 5 in alignment with the Node.js LTS Release Schedule.


    Major Changes

    Minor Changes

    Patches

    • ๐Ÿ— clean up builds: 3ca2331
    • โœ‚ remove needless command aliases in makefile: 9f4f8f5
    • ๐Ÿ’ป no longer checking for BROWSER=1: 623c08e
    • ๐Ÿ›  fix tests: 57cde56
    • clean up makefile: 62822f1
    • ๐Ÿ›  fix tests: 833b6f8
    • โž• add .editorconfig: 2d2509e
    • โž• add yarn-error.log to .gitignore: 7e1d5d9
    • ๐Ÿ‘Œ Improve usability of Windows notes w/ examples for prompts & npm script (#577): 1ad1e4a
    • โฌ‡๏ธ Drop usage of chrome.storage (or make the storage backend pluggable): 71d2aa7
    • ๐Ÿ“ฆ Detect 'process' package: 225c66f
    • โšก๏ธ Update ms to 2.1.1 (#539): 22f9932
    • โšก๏ธ Update .npmignore (#527): a5ca7a2
    • ๐Ÿ›  fix colors with supports-color@5: 285dfe1
    • Document enable() (#517): ab5083f
    • ๐Ÿ”จ refactor to make the common code be a setup function (#507): 7116906
    • Simplify and improve: da51af8
    • ๐Ÿ’ป use babel-ified distributed source for browsers: b3f8f8e

    Credits

    Huge thanks to @DanielRuf, @EirikBirkeland, @KyleStay, @Qix-, @abenhamdine, @alexey-pelykh, @DiegoRBaquero, @febbraro, @kwolfy, and @TooTallNate for their help!

  • v3.2.7

    November 19, 2020
  • v3.2.6 Changes

    October 10, 2018

    ๐ŸŽ This backport fixes a 4x performance regression when debug is disabled.

    Patches

  • v3.2.5 Changes

    September 12, 2018

    โช This patch restores browserify functionality as well as keeping the intended functionality with Unpkg.com.

    ๐Ÿš€ It is a backport of the 4.0.1 release.

    Patches

    • ๐Ÿ›  fix browserify and supply alternative unpkg entry point (closes #606): cc5f146