All Versions
19
Latest Version
Avg Release Cycle
53 days
Latest Release
-

Changelog History
Page 1

  • v3.3.6 Changes

    • ๐Ÿ› Bug: Allow socket messages to be null. #335, #336
  • v3.3.5 Changes

    July 12, 2021
    • โšก๏ธ Chore: Update dependencies. #333
    • Coverage: Add CodeCov stats. #206
    • โšก๏ธ CI: Update Node matrix to 12/14/16.
  • v3.3.4 Changes

    July 12, 2021
    • ๐Ÿ”จ Chore: Refactor internal stats consumption to perform inspectpack analysis in the main thread, without using main streams.
    • ๐Ÿ”จ Chore: Refactor internal handler in plugin to always be a wrapped function so that we can't accidentally have asynchronous code call the handler function after it is removed / nulled.
    • ๐Ÿ›  Bugfix: Add message counting delayed cleanup in plugin to allow messages to drain in Dashboard. Fixes #294.
  • v3.3.3 Changes

    May 05, 2021
  • v3.3.2 Changes

    May 05, 2021
    • Empty publish.
  • v3.3.1 Changes

    January 29, 2021
    • ๐Ÿ›  Bugfix: Ensure Status is properly updating and reaches completion. Fixes #321
  • v3.3.0 Changes

    January 21, 2021
    • โž• Add webpack@5 support. Closes #316
    • ๐Ÿ›  Bugfix: webpack@5 warning message conflict. Fixes #314
    • โšก๏ธ Update various production dependencies.
  • v3.2.1 Changes

    August 24, 2020
  • v3.2.0 Changes

    September 08, 2019
  • v3.1.0 Changes

    August 27, 2019
    • โž• Add DashboardPlugin({ includeAssets: [ "stringPrefix", /regexObj/ ] }) Webpack plugin filtering option.
    • โž• Add webpack-dashboard --include-assets stringPrefix1 -a stringPrefix2 CLI filtering option.
    • ๐Ÿ”„ Change "mode" SocketIO event to "options" as it now passes both minimal and includeAssets from CLI to the Webpack plugin.
    • ๐Ÿ›  Fix unit tests that incorrectly relied on .complete() for most observables.
    • โž• Add additional examples fixture for development.