Skip to content
This repository has been archived by the owner on Nov 20, 2022. It is now read-only.

Releases: gravplats/webpack-anybar-plugin

v3.0.0

26 Mar 08:54
Compare
Choose a tag to compare

New feature

  • Implemented auto-start for AnyBar application.

Breaking change

  • Plugin should be required from require('webpack-anybar-plugin), previously require('webpack-anybar-plugin').default.

v2.2.0

29 May 09:04
Compare
Choose a tag to compare

New feature

  • Read configuration options from anybar.config.js, if present.

v2.1.0

05 Apr 09:26
Compare
Choose a tag to compare

New feature

  • Pass compilation object or stats object to status function.

v2.0.0

05 Apr 07:16
Compare
Choose a tag to compare

New features

  • The status (formerly colors) can either be a string or a function.

Breaking changes

  • Removed the text configuration option.
  • Renamed the colors configuration option to status.
  • Renamed the running configuration option to pending.

v1.0.0

05 Apr 07:16
Compare
Choose a tag to compare

Initial release.