UNPKG

2.98 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.1.0](https://github.com/nuxt-community/stylelint-module/compare/v3.0.1...v3.1.0) (2019-11-18)
6
7
8### Features
9
10* support stylelint v12 ([#22](https://github.com/nuxt-community/stylelint-module/issues/22)) ([4744513](https://github.com/nuxt-community/stylelint-module/commit/4744513ec59e8092f38d697922bc3afbb52b4106))
11
12### [3.0.1](https://github.com/nuxt-community/stylelint-module/compare/v3.0.0...v3.0.1) (2019-10-10)
13
14
15### Bug Fixes
16
17* fix: require when need ([f75df56](https://github.com/nuxt-community/stylelint-module/commit/f75df56))
18
19## [3.0.0](https://github.com/nuxt-community/stylelint-module/compare/v2.0.0...v3.0.0) (2019-09-30)
20
21
22### ⚠ BREAKING CHANGES
23
24* **deps:** drop support for stylelint 8
25
26* **deps:** update peerdependency stylelint ([445d535](https://github.com/nuxt-community/stylelint-module/commit/445d535))
27
28
29### Bug Fixes
30
31* 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))
32
33## [2.0.0](https://github.com/nuxt-community/stylelint-module/compare/v1.1.1...v2.0.0) (2019-07-02)
34
35
36### chore
37
38* move to `nuxt-community` ([78ded14](https://github.com/nuxt-community/stylelint-module/commit/78ded14))
39
40
41### BREAKING CHANGES
42
43* Move from `nuxt-stylelint` to `@nuxtjs/stylelint-module`
44
45
46
47### [1.1.1](https://github.com/ricardogobbosouza/nuxt-stylelint/compare/v1.1.0...v1.1.1) (2019-07-02)
48
49
50### Bug Fixes
51
52* add `stylelint` in `peerDependencies` ([996ebe7](https://github.com/ricardogobbosouza/nuxt-stylelint/commit/996ebe7))
53
54
55
56## 1.1.0 (2019-06-28)
57
58
59### Bug Fixes
60
61* add `.stylelintignore` to watch ([5b7a251](https://github.com/ricardogobbosouza/nuxt-stylelint/commit/5b7a251))
62* module name ([7101ab7](https://github.com/ricardogobbosouza/nuxt-stylelint/commit/7101ab7))
63
64
65### Features
66
67* check if `stylelint` is available ([f9a328d](https://github.com/ricardogobbosouza/nuxt-stylelint/commit/f9a328d))
68* first release ([4d5732a](https://github.com/ricardogobbosouza/nuxt-stylelint/commit/4d5732a))
69* set default options ([76b00e2](https://github.com/ricardogobbosouza/nuxt-stylelint/commit/76b00e2))
70* watch config file ([78fa12a](https://github.com/ricardogobbosouza/nuxt-stylelint/commit/78fa12a))
71
72
73### Tests
74
75* add waitFor ([5040aea](https://github.com/ricardogobbosouza/nuxt-stylelint/commit/5040aea))
76* refactor ([b260a15](https://github.com/ricardogobbosouza/nuxt-stylelint/commit/b260a15))
77* remove debug config ([1b99e24](https://github.com/ricardogobbosouza/nuxt-stylelint/commit/1b99e24))
78* use devModules ([81aa58e](https://github.com/ricardogobbosouza/nuxt-stylelint/commit/81aa58e))
79
80
81
82## 1.0.0 (2019-06-24)
83
84
85### Features
86
87* first release ([4d5732a](https://github.com/ricardogobbosouza/nuxt-stylelint/commit/4d5732a))