laravel-mix-purgecss
Version:
PurgeCSS wrapper for Laravel Mix
58 lines (38 loc) • 1.16 kB
Markdown
# Changelog
All notable changes to `laravel-mix-purgecss` will be documented in this file
## 4.2.0 - 2019-09-30
- Laravel Mix 5.0
## 4.1.0 - 2019-01-18
- Add `extractorPattern` config option
## 4.0.0 - 2018-12-20
- Laravel Mix 4.0
## 3.0.0 - 2018-10-01
- Upgrade Purgecss to v1.3.0
## 2.2.3 - 2018-08-02
- Fix match regex
## 2.2.2 - 2018-07-31
- Fix match regex
## 2.2.1 - 2018-07-30
- Ignore folders in globs
## 2.2.0 - 2018-05-25
- Add `folders` option
## 2.1.3 - 2018-05-24
- Upgrade Purgecss package version
## 2.1.2 - 2018-05-18
- Upgrade Purgecss package version
## 2.1.0 - 2018-05-02
- Add a set of commonly used `whitelistPatterns` by default
## 2.0.0 - 2018-03-18
- Reworked to Laravel Mix 2.1's component-based approach
## 1.0.5 - 2018-01-30
- Fix `mix.purgeCss()` return statement
## 1.0.4 - 2018-01-27
- Make `mix.purgeCss()` chainable (again, got lost in a previous commit)
## 1.0.3 - 2018-01-25
- Add compatibility with Node.js ^6.0
## 1.0.2 - 2018-01-24
- Fixed an issue with custom `extensions` options
## 1.0.1 - 2018-01-24
- Return `mix` after calling `purgeCss` to chain config
## 1.0.0 - 2018-01-24
- Initial release