# Changelog

Also see **[GitHub releases](https://github.com/dominique-mueller/simple-progress-webpack-plugin/releases)**.

<br>

## [2.0.0](https://github.com/dominique-mueller/simple-progress-webpack-plugin/releases/tag/2.0.0) (2021-04-27)

Wow, more than 3 years since the last release? Time for some updates, I guess. This release mostly adds requested features, but also now
requires you to use at least NodeJS 12.

### Features

- Add long requested `simple` logging format, similar to `compact` but more CI friendly ([#63](https://github.com/dominique-mueller/simple-progress-webpack-plugin/pull/63))
- Add `name` option to customize build title ([#62](https://github.com/dominique-mueller/simple-progress-webpack-plugin/pull/62))

### Bug Fixes

- Fix the build name appearing multiple times ([#60](https://github.com/dominique-mueller/simple-progress-webpack-plugin/pull/60))

### Documentation

- Add new preview images, update README ([#64](https://github.com/dominique-mueller/simple-progress-webpack-plugin/pull/64))

### Chores

- Migrate code base to TypeScript, emit both ESM and CJS bundles in build, add linter, and migrate to GitHub actions ([#60](https://github.com/dominique-mueller/simple-progress-webpack-plugin/pull/60))

### BREAKING CHANGES

- NodeJS 12 (or higher) is now required

<br>

## [1.1.2](https://github.com/dominique-mueller/simple-progress-webpack-plugin/releases/tag/1.1.2) (2018-03-06)

### Chores

- **dependencies:** Upgrade webpack peer-dependency ([#31](https://github.com/dominique-mueller/simple-progress-webpack-plugin/issues/31)) ([e9e6598](https://github.com/dominique-mueller/simple-progress-webpack-plugin/commit/e9e6598))

<br>

## [1.1.1](https://github.com/dominique-mueller/simple-progress-webpack-plugin/releases/tag/1.1.1) (2018-02-22)

### Bug Fixes

- **logger:** Add missing chalk import ([#28](https://github.com/dominique-mueller/simple-progress-webpack-plugin/issues/28)) ([0545e0c](https://github.com/dominique-mueller/simple-progress-webpack-plugin/commit/0545e0c)), closes [#27](https://github.com/dominique-mueller/simple-progress-webpack-plugin/issues/27)

<br>

## [1.1.0](https://github.com/dominique-mueller/simple-progress-webpack-plugin/releases/tag/1.1.0) (2018-02-18)

### Chores

- **dependencies:** Update dependency automatic-release to 1.1.x ([#22](https://github.com/dominique-mueller/simple-progress-webpack-plugin/issues/22)) ([bc08363](https://github.com/dominique-mueller/simple-progress-webpack-plugin/commit/bc08363))
- **dependencies:** Update dependency chalk to 2.3.x ([#25](https://github.com/dominique-mueller/simple-progress-webpack-plugin/issues/25)) ([0d8f851](https://github.com/dominique-mueller/simple-progress-webpack-plugin/commit/0d8f851))
- **dependencies:** Update dependency log-update to 2.3.x ([#23](https://github.com/dominique-mueller/simple-progress-webpack-plugin/issues/23)) ([c276852](https://github.com/dominique-mueller/simple-progress-webpack-plugin/commit/c276852))
- **dependencies:** Update dependency webpack to 2.7.x ([#24](https://github.com/dominique-mueller/simple-progress-webpack-plugin/issues/24)) ([07ad4e9](https://github.com/dominique-mueller/simple-progress-webpack-plugin/commit/07ad4e9))
- **renovate:** Add renovate ([#21](https://github.com/dominique-mueller/simple-progress-webpack-plugin/issues/21)) ([4d0d324](https://github.com/dominique-mueller/simple-progress-webpack-plugin/commit/4d0d324))

### Features

- **options:** Add color flag ([#20](https://github.com/dominique-mueller/simple-progress-webpack-plugin/issues/20)) ([4e4aa43](https://github.com/dominique-mueller/simple-progress-webpack-plugin/commit/4e4aa43))

<br>

## [1.0.4](https://github.com/dominique-mueller/simple-progress-webpack-plugin/releases/tag/1.0.4) (2017-05-09)

### Bug Fixes

- **progress:** Fix progress to be printed for every webpack run (e.g. in watch mode) ([#13](https://github.com/dominique-mueller/simple-progress-webpack-plugin/issues/13)) ([d841726](https://github.com/dominique-mueller/simple-progress-webpack-plugin/commit/d841726)), closes [#11](https://github.com/dominique-mueller/simple-progress-webpack-plugin/issues/11)

### Chores

- **dependencies:** Update webpack to latest version ([#12](https://github.com/dominique-mueller/simple-progress-webpack-plugin/issues/12)) ([4f85912](https://github.com/dominique-mueller/simple-progress-webpack-plugin/commit/4f85912))

<br>

## [1.0.3](https://github.com/dominique-mueller/simple-progress-webpack-plugin/releases/tag/1.0.3) (2017-05-03)

### Bug Fixes

- **module-names:** Fix module name transformation ([#8](https://github.com/dominique-mueller/simple-progress-webpack-plugin/issues/8)) ([3fc27d9](https://github.com/dominique-mueller/simple-progress-webpack-plugin/commit/3fc27d9)), closes [#7](https://github.com/dominique-mueller/simple-progress-webpack-plugin/issues/7)

### Chores

- **dependencies:** Update dependencies to their latest version ([#9](https://github.com/dominique-mueller/simple-progress-webpack-plugin/issues/9)) ([39a51d4](https://github.com/dominique-mueller/simple-progress-webpack-plugin/commit/39a51d4))

<br>

## [1.0.2](https://github.com/dominique-mueller/simple-progress-webpack-plugin/releases/tag/1.0.2) (2017-04-14)

### Chores

- **travis:** Extend Travis CI install script ([#6](https://github.com/dominique-mueller/simple-progress-webpack-plugin/issues/6)) ([15d71af](https://github.com/dominique-mueller/simple-progress-webpack-plugin/commit/15d71af))

<br>

## [1.0.1](https://github.com/dominique-mueller/simple-progress-webpack-plugin/releases/tag/1.0.1) (2017-04-14)

### Chores

- **travis:** Add automatic-release ([#5](https://github.com/dominique-mueller/simple-progress-webpack-plugin/issues/5)) ([f0364bb](https://github.com/dominique-mueller/simple-progress-webpack-plugin/commit/f0364bb))

<br>

## [1.0.0](https://github.com/dominique-mueller/simple-progress-webpack-plugin/releases/tag/1.0.0) (2017-04-14)

### Chores

- **travis:** Enable Travis CI ([#4](https://github.com/dominique-mueller/simple-progress-webpack-plugin/issues/4)) ([17ade0e](https://github.com/dominique-mueller/simple-progress-webpack-plugin/commit/17ade0e))

### Documentation

- **readme:** Add documentation ([#2](https://github.com/dominique-mueller/simple-progress-webpack-plugin/issues/2)) ([94bdfea](https://github.com/dominique-mueller/simple-progress-webpack-plugin/commit/94bdfea))
- **readme:** Add screenshots, extend descriptions ([#3](https://github.com/dominique-mueller/simple-progress-webpack-plugin/issues/3)) ([ceed884](https://github.com/dominique-mueller/simple-progress-webpack-plugin/commit/ceed884))

### Features

- Add initial version ([#1](https://github.com/dominique-mueller/simple-progress-webpack-plugin/issues/1)) ([f131063](https://github.com/dominique-mueller/simple-progress-webpack-plugin/commit/f131063))
