### 1.1.0

- Tailwind v2 support
- whitelist → safelist
- replace `csso` with `cssnano`


### 1.0.0

Use custom PostCSS plugin to generate the Elm file.
This will only generate the Elm files if there are changes.


### 0.4.8

Allow every version of Tailwind.


### 0.4.7

Remove node engine requirement.


### 0.4.6

Remove tailwind dependency, use tailwind from project.


### 0.4.5

Remove `--no-warning` in binary.


### 0.4.4

Fix incorrect dependency commit hash.


### 0.4.3

Update Tailwind.


### 0.4.2

- Adds ability to choose the Elm module name
- Show help when given no parameters


### 0.4.1

Temporarily use fork of `postcss-elm-tailwind` that removes the `:not()` pseudo classes.


### 0.4.0

- Add ability to use additional PostCSS plugins
- Make the Elm module optional


### 0.3.0

Update `tailwindcss` to v1.5


### 0.2.0

- Use same `defaultExtractor` for PurgeCSS as Tailwind
- Update dependencies
