2.0.0 (2022-09-30)
- nuxt3 support (#125)
1.0.0 (2020-04-26)
postcss
mode is the default mode (previouslywebpack
)- Updated to PurgeCSS 2 and the new extractor syntax (fn instead of class)
- Unused styles inside SFCs are purged properly
- Enabling the module now depends on the mode by default
- When in
nuxt dev
, it is disabled - Purging is enabled otherwise
- When in
- add nuxt.config.js to paths to purge classes used there (3dba75e)
- use official regex and support tailwind ui (#79) (ba13564)
- scoped-css: whitelist data-v-* attributes (#75) (f9942de)
- add
__nuxt
&__layout
to whitelist (#36) (d1fbe53) - do not purge vue transition css classes (#59) (5dd0972)
- Improved README (fixes #62)
- Revamped tests and utilized https://github.com/nuxt-community/module-test-utils/
- GitHub actions are used as CI now
0.2.1 (2019-01-21)
0.2.0 (2018-12-19)
0.1.0 (2018-12-19)
- return empty array if extractor doesn't match (c847c34)