### 2022-12-28 / 4.1.7

- chore: Added end of development notice.

### 2022-11-23 / 4.1.6

- chore: Updated dependencies.
- chore: Update package.json
- fix: Fixed build script.

### 2022-10-12 / 4.1.5

- chore: Updated dependencies.

### 2022-10-12 / 4.1.4

- fix: Updated types layout.
- chore: Updated compilation configuration.

### 2022-08-30 / 4.1.3

- chore: Updated dependencies.

### 2022-08-29 / 4.1.2

- chore: Updated dependencies.
- chore: Use sourcemaps with swc

### 2022-03-14 / 4.1.1

- chore: Updated dependencies.

### 2022-03-14 / 4.1.0

- fix: Removed faulty plugin.

### 2022-03-13 / 4.0.6

- fix: Fixed export.

### 2022-03-13 / 4.0.5

- fix: Do not use export alias.

### 2022-03-07 / 4.0.4

- chore: Updated dependencies.

### 2022-03-07 / 4.0.3

- chore: Updated dependencies.

### 2022-03-07 / 4.0.2

- chore: Updated build system.

### 2022-01-26 / 4.0.1

- chore: Updated dependencies and linted code.

### 2022-01-14 / 4.0.0


### 2022-01-14 / 4.0.0-beta.3

- feat: Introduce Typescript checking.

### 2022-01-14 / 4.0.0-beta.2

- fix: Removed deprecated options.

### 2022-01-14 / 4.0.0-beta.1

- feat: Replace ESBuild with SWC.

### 2022-01-14 / 3.1.0-beta.1

- feat: Updated dependencies.
- chore: Updated dependencies.
- chore: Removed useless file.

### 2022-01-14 / 3.1.0-beta.1

- feat: Updated dependencies.
- chore: Updated dependencies.
- chore: Removed useless file.

### 2022-01-14 / 3.1.0-beta.1

- feat: Updated dependencies.
- chore: Updated dependencies.
- chore: Removed useless file.

### 2021-11-17 / 3.0.1


### 2021-11-16 / 3.0.0

- fix: Added ESM note in the README.md
- chore: Updated badges.
- fix: Fixed Typescript configuration.

### 2021-08-23 / 3.0.0-alpha.6

- chore: Updated dependencies.

### 2021-08-06 / 3.0.0-alpha.5

- chore: Added missing file.
- feat: Only export as ESM.
- fix: Reverted useless restriction.

### 2021-08-05 / 3.0.0-alpha.4

- fix: Added missing types dependency.
- fix: Limit webpack to avoid TypeScript bugs.

### 2021-08-05 / 3.0.0-alpha.3

- feat: Added missing dependency.

### 2021-08-05 / 3.0.0-alpha.2

- feat: Added missing dependency.

### 2021-08-05 / 3.0.0-alpha.1

- feat: Replace Babel with ESBuild.

### 2021-06-01 / 2.4.8

- chore: Fixed React transform.
- chore: Fixed React transform.

### 2021-06-01 / 2.4.7

- chore: Updated dependencies.

### 2021-06-01 / 2.4.6

- fix: Use automatic runtime for React.

### 2021-05-22 / 2.4.5

- chore: Updated dependencies.

### 2021-03-05 / 2.4.4

- fix: Show build information by default.

### 2021-03-05 / 2.4.3

- fix: Disable useless logging.

### 2021-03-03 / 2.4.2

- fix: Do not start analyzer server in production mode.

### 2021-03-03 / 2.4.1

- chore: Updated dependencies.

### 2021-01-10 / 2.4.0

- feat: Use YAML for configuration files.

### 2021-01-06 / 2.3.2

- fix: Fixed removed leftover functions.

### 2021-01-06 / 2.3.1

- fix: Fixed dependency.

### 2021-01-06 / 2.3.0

- feat: Moved utility functions to @cowtech/webpack-utils.

### 2021-01-06 / 2.2.2

- fix: Make sure manifest URL is absolute.
- fix: Added findScriptUrl and getManifestUrl functions.

### 2021-01-06 / 2.2.1

- fix: Fixed importScripts generation.

### 2021-01-05 / 2.2.0

- feat: Fixed service worker generation.

### 2021-01-05 / 2.1.3

- fix: Bugfix.

### 2021-01-05 / 2.1.2

- fix: Improve compatibility with Webpack 5.

### 2021-01-05 / 2.1.1

- fix: Fixed dev server options.

### 2021-01-05 / 2.1.0

- feat: Updated dependencies.

### 2021-01-04 / 1.25.0

- feat: Export as ESM.

### 2021-01-03 / 1.24.1

- chore: Updated linter config.

### 2021-01-02 / 1.24.0

- chore: Updated dependencies, code and tools.

### 2020-06-14 / 1.23.7

- fix: Fixed SW enabling in non development.

### 2020-06-02 / 1.23.6

- fix: Update default browser settings.

### 2020-05-09 / 1.23.5

- feat: Added service-worker-environment to cache.

### 2020-05-09 / 1.23.4

- fix: Fixed globbing.

### 2020-04-04 / 1.23.3

- fix: Fixed SSL detection.

### 2020-04-04 / 1.23.2

- fix: Fixed default folders.

### 2020-04-04 / 1.23.1

- feat: Improve SSL detection.

### 2019-12-30 / 1.23.0

- chore: Updated TS settings.
- chore: Minor style fix.

### 2019-12-30 / 1.22.2

- chore: Simplified code.

### 2019-12-30 / 1.22.1

- fix: Minor font-awesome fix.

### 2019-12-30 / 1.22.0

- chore: Updated dependencies.

### 2019-12-30 / 1.21.0

- feat: Drop lodash dependencies.

### 2019-09-13 / 1.20.1

- fix: Support disabling chunks splitting.

### 2019-09-13 / 1.20.0

- feat: Disable performance hints by default.

### 2019-09-10 / 1.19.1

- fix: Fixed 404 file path.

### 2019-09-10 / 1.19.0

- feat: Added page 404 support.

### 2019-09-10 / 1.18.0

- feat: Added additional options to server.

### 2019-09-04 / 1.17.0

- feat: Added debug mode to ServiceWorker.

### 2019-09-04 / 1.16.6

- chore: Rebuild.
- fix: Fixed typing.

### 2019-09-03 / 1.16.5

- fix: Fixed ServiceWorker defaults.

### 2019-09-03 / 1.16.4

- chore: Rebuild.
- fix: Include mjs files in manifest.

### 2019-09-03 / 1.16.3

- chore: Added required peer dependency.

### 2019-09-02 / 1.16.2

- chore: Rebuild.
- fix: Do not enable babel env debug by default.

### 2019-09-02 / 1.16.1

- fix: Fix browser support.

### 2019-09-02 / 1.16.0

- feat: Improved file generation.

### 2019-08-30 / 1.15.0

- feat: Updated dependencies and improved assets generation.
- chore: Use NPM for locking.

### 2019-01-14 / 1.14.1

- chore: Added missing file.
- fix: Improved types definition.

### 2018-12-31 / 1.14.0

- feat: Improved hook handling.

### 2018-12-26 / 1.13.0

- feat: Added babelRemoveFunctions.

### 2018-12-23 / 1.12.1

- chore: Rebuild.

### 2018-12-23 / 1.12.0

- feat: Added disableHostCheck to server options.

### 2018-12-23 / 1.11.0

- feat: Updated font-awesome interface.

### 2018-12-23 / 1.10.0

- feat: Use new font-awesome naming.

### 2018-12-23 / 1.9.2

- chore: Updated dependencies.

### 2018-12-23 / 1.9.1

- chore: Updated dependencies.

### 2018-10-09 / 1.9.0

- feat: Switched to terser-webpack-plugin for uglification.

### 2018-10-08 / 1.8.0

- feat: Add stats support.
- feat: Removed depreacted webpack-serve support.

### 2018-08-11 / 1.7.3

- fix: Fixed HMR.

### 2018-08-11 / 1.7.2

- fix: Removed crappy Android rule.

### 2018-08-11 / 1.7.1

- fix: Added missing dependency.

### 2018-08-11 / 1.7.0

- feat: Reintroduced last existing stage 3 plugins singularly.

### 2018-08-11 / 1.6.0

- feat: Updated dependencies and removed deprecations.

### 2018-07-05 / 1.5.0

- feat: Allow additional environment.

### 2018-07-04 / 1.4.0

- feat: Add support for webpack-serve middlewares.

### 2018-07-02 / 1.3.2

- fix: Normalize environment.

### 2018-07-02 / 1.3.1

- fix: Assume development by default.

### 2018-06-26 / 1.3.0

- feat: Improve ServiceWorker versioning.

### 2018-06-24 / 1.2.1

- fix: Rebuilt JS version.
- fix: Minor fix.

### 2018-06-23 / 1.2.0

- feat: Export Service Worker default inclusion and exclusion lists.

### 2018-06-23 / 1.1.1

- fix: Fix Service Worker generation.

### 2018-06-23 / 1.1.0

- feat: Support webpack-serve.

### 2018-06-23 / 1.0.4

- fix: Import globby properly.

### 2018-06-23 / 1.0.3

- fix: Export Font Awesome methods. Use tsc directly for building.

### 2018-06-23 / 1.0.2

- fix: Export all files.

### 2018-06-23 / 1.0.1

- fix: Use right options for string-replace-loader.

### 2018-06-19 / 1.0.0

- chore: Rebuild dist.
- feat: Full rewrite as @cowtech/webpack-config

### 2018-02-21 / 0.4.6

- fix: Minor fix.

### 2018-02-21 / 0.4.5

- fix: ServiceWorker bugfix.

### 2018-02-21 / 0.4.4

- chore: Updated dependencies.

### 2018-02-20 / 0.4.3

- fix: Bugfix.

### 2018-02-20 / 0.4.2

- fix: Bugfix.

### 2018-02-20 / 0.4.1

- fix: Bugfix.

### 2018-02-20 / 0.4.0

- feat: Updated ServiceWorker generation.

### 2018-02-19 / 0.3.7

- feat: Updated to Workbox 3.0.

### 2018-02-19 / 0.3.6

- chore: Simplified code.

### 2018-01-19 / 0.3.5

- fix: Bugfix.

### 2018-01-19 / 0.3.4

- feat: Relax engine requirement.

### 2018-01-19 / 0.3.3

- feat: Switched to Uglify-ES.

### 2018-01-19 / 0.3.2

- fix: Minor bugfix.

### 2018-01-19 / 0.3.1

- feat: Include type checking.

### 2018-01-19 / 0.3.0

- feat: Switch to Babel 7.

### 2018-01-19 / 0.2.1

- feat: Improve loaders.

### 2018-01-18 / 0.2.0

- chore: Updated dependencies. Removed moment. Require Node.js 9.

### 2018-01-04 / 0.1.7

- chore: Updated dependencies.

### 2018-01-03 / 0.1.6

- fix: Fixed TypeScript tree-shaking.

### 2018-01-02 / 0.1.5

- feat: Add minification customization.

### 2018-01-01 / 0.1.4

- chore: Removed useless method.

### 2018-01-01 / 0.1.3

- chore: Removed useless method.

### 2017-12-30 / 0.1.2

- feat: Added sitemap.xml to loading rules.

### 2017-12-25 / 0.1.1

- fix: Added missing types.

### 2017-12-25 / 0.1.0

- feat: Initial version.
