Skip to content

Latest commit

 

History

History
135 lines (60 loc) · 5.09 KB

CHANGELOG.md

File metadata and controls

135 lines (60 loc) · 5.09 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.1.0 (2020-09-25)

Features

  • purge: handle custom srcDir and support TS (#170) (bf3e0db)

3.0.2 (2020-08-25)

Bug Fixes

  • handle HMR for tailwind config (8c26472), closes #157

3.0.1 (2020-08-24)

3.0.0 (2020-08-05)

⚠ BREAKING CHANGES

  • ability to extend the Tailwind config (#133)

Features

2.1.1 (2020-07-29)

2.1.0 (2020-07-20)

Features

  • use tailwind v1.4 and use purge option (#95) (09c0ee5)

Bug Fixes

  • force production env for postcss on nuxt build (977d605)

1.4.1 (2020-04-22)

Bug Fixes

1.2.0 (2019-11-05)

Features

  • add support for deprecated build.postcss.plugins array syntax (#36) (6c3f550)

1.1.2 (2019-08-08)

Bug Fixes

  • upgrade tailwind and remove log (c2a5798)

1.1.1 (2019-07-29)

Bug Fixes

1.1.0 (2019-06-12)

Features

  • refactor: module and increase coverage (#5) (43443c2)

1.0.0 (2019-06-11)

0.1.1 (2019-06-11)

  • feat: config and css path options (#3)
  • fix: use modules only for building and add logs
  • feat: add cssPath and configPath options
  • chore: update example
  • chore: upgrade dependencies
  • chore: add test

0.1.0 (2019-06-06)

Bug Fixes

Features

  • use postcss preset 1 for nesting support (e80dcc5)

0.0.4 (2019-06-05)

Bug Fixes

0.0.2 (2019-04-04)

Bug Fixes

  • coverage: Use handler for coverage (1cd5a41)
  • esm: Use CommonJS for performances (6427e84)
  • package: Fix url for GitHub (889b742)

0.0.1 (2019-04-04)

Bug Fixes

  • purgeCSS: Add tailwindCSS plugin before calling nuxt-purgecss (0f1072d)