UNPKG

3.6 kBMarkdownView Raw
1# Changelog
2
3All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
5### [3.2.1](https://github.com/nuxt-community/stylelint-module/compare/v3.2.0...v3.2.1) (2020-01-16)
6
7## [3.2.0](https://github.com/nuxt-community/stylelint-module/compare/v3.1.1...v3.2.0) (2020-01-13)
8
9
10### Features
11
12* support stylelint v13 ([f1272df](https://github.com/nuxt-community/stylelint-module/commit/f1272df50e5e9abded9f79903ac59de52b1ad930))
13
14### [3.1.1](https://github.com/nuxt-community/stylelint-module/compare/v3.1.0...v3.1.1) (2019-12-02)
15
16
17### Bug Fixes
18
19* update `stylelint-webpack-plugin` ([67be1f0](https://github.com/nuxt-community/stylelint-module/commit/67be1f04cfe60fdc304c2877330fab46bbb795c5))
20
21## [3.1.0](https://github.com/nuxt-community/stylelint-module/compare/v3.0.1...v3.1.0) (2019-11-18)
22
23
24### Features
25
26* support stylelint v12 ([#22](https://github.com/nuxt-community/stylelint-module/issues/22)) ([4744513](https://github.com/nuxt-community/stylelint-module/commit/4744513ec59e8092f38d697922bc3afbb52b4106))
27
28### [3.0.1](https://github.com/nuxt-community/stylelint-module/compare/v3.0.0...v3.0.1) (2019-10-10)
29
30
31### Bug Fixes
32
33* fix: require when need ([f75df56](https://github.com/nuxt-community/stylelint-module/commit/f75df56))
34
35## [3.0.0](https://github.com/nuxt-community/stylelint-module/compare/v2.0.0...v3.0.0) (2019-09-30)
36
37
38### ⚠ BREAKING CHANGES
39
40* **deps:** drop support for stylelint 8
41
42* **deps:** update peerdependency stylelint ([445d535](https://github.com/nuxt-community/stylelint-module/commit/445d535))
43
44
45### Bug Fixes
46
47* doesn't work on SPA mode ([#13](https://github.com/nuxt-community/stylelint-module/issues/13)) ([052d1e8](https://github.com/nuxt-community/stylelint-module/commit/052d1e8))
48
49## [2.0.0](https://github.com/nuxt-community/stylelint-module/compare/v1.1.1...v2.0.0) (2019-07-02)
50
51
52### chore
53
54* move to `nuxt-community` ([78ded14](https://github.com/nuxt-community/stylelint-module/commit/78ded14))
55
56
57### BREAKING CHANGES
58
59* Move from `nuxt-stylelint` to `@nuxtjs/stylelint-module`
60
61
62
63### [1.1.1](https://github.com/ricardogobbosouza/nuxt-stylelint/compare/v1.1.0...v1.1.1) (2019-07-02)
64
65
66### Bug Fixes
67
68* add `stylelint` in `peerDependencies` ([996ebe7](https://github.com/ricardogobbosouza/nuxt-stylelint/commit/996ebe7))
69
70
71
72## 1.1.0 (2019-06-28)
73
74
75### Bug Fixes
76
77* add `.stylelintignore` to watch ([5b7a251](https://github.com/ricardogobbosouza/nuxt-stylelint/commit/5b7a251))
78* module name ([7101ab7](https://github.com/ricardogobbosouza/nuxt-stylelint/commit/7101ab7))
79
80
81### Features
82
83* check if `stylelint` is available ([f9a328d](https://github.com/ricardogobbosouza/nuxt-stylelint/commit/f9a328d))
84* first release ([4d5732a](https://github.com/ricardogobbosouza/nuxt-stylelint/commit/4d5732a))
85* set default options ([76b00e2](https://github.com/ricardogobbosouza/nuxt-stylelint/commit/76b00e2))
86* watch config file ([78fa12a](https://github.com/ricardogobbosouza/nuxt-stylelint/commit/78fa12a))
87
88
89### Tests
90
91* add waitFor ([5040aea](https://github.com/ricardogobbosouza/nuxt-stylelint/commit/5040aea))
92* refactor ([b260a15](https://github.com/ricardogobbosouza/nuxt-stylelint/commit/b260a15))
93* remove debug config ([1b99e24](https://github.com/ricardogobbosouza/nuxt-stylelint/commit/1b99e24))
94* use devModules ([81aa58e](https://github.com/ricardogobbosouza/nuxt-stylelint/commit/81aa58e))
95
96
97
98## 1.0.0 (2019-06-24)
99
100
101### Features
102
103* first release ([4d5732a](https://github.com/ricardogobbosouza/nuxt-stylelint/commit/4d5732a))