commitlint-plugin-function-rules 1.3.2 → 1.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/src/rules.js CHANGED
@@ -30,9 +30,11 @@ const rules = {
30
30
  'function-rules/signed-off-by': function_rule_1.default,
31
31
  'function-rules/subject-case': function_rule_1.default,
32
32
  'function-rules/subject-empty': function_rule_1.default,
33
+ 'function-rules/subject-exclamation-mark': function_rule_1.default,
33
34
  'function-rules/subject-full-stop': function_rule_1.default,
34
35
  'function-rules/subject-max-length': function_rule_1.default,
35
36
  'function-rules/subject-min-length': function_rule_1.default,
37
+ 'function-rules/trailer-exists': function_rule_1.default,
36
38
  'function-rules/type-case': function_rule_1.default,
37
39
  'function-rules/type-empty': function_rule_1.default,
38
40
  'function-rules/type-enum': function_rule_1.default,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "commitlint-plugin-function-rules",
3
- "version": "1.3.2",
3
+ "version": "1.6.0",
4
4
  "description": "commitlint plugin to define rules as functions.",
5
5
  "main": "dist/src/index.js",
6
6
  "types": "dist/src/index.d.ts",
@@ -45,43 +45,51 @@
45
45
  },
46
46
  "homepage": "https://github.com/vidavidorra/commitlint-plugin-function-rules#readme",
47
47
  "engines": {
48
- "node": ">=10.22.1"
48
+ "node": ">=12"
49
49
  },
50
50
  "peerDependencies": {
51
- "@commitlint/lint": ">=9.1.2 || 10.x || 11.x || 12.x"
51
+ "@commitlint/lint": ">=9.1.2 <17"
52
52
  },
53
53
  "devDependencies": {
54
- "@commitlint/cli": "12.0.0",
55
- "@commitlint/config-conventional": "12.0.0",
54
+ "@commitlint/cli": "16.0.0",
55
+ "@commitlint/config-conventional": "16.0.0",
56
56
  "@commitlint/lint-10.x": "npm:@commitlint/lint@10.0.0",
57
57
  "@commitlint/lint-11.x": "npm:@commitlint/lint@11.0.0",
58
- "@commitlint/lint-12.x": "npm:@commitlint/lint@12.0.1",
58
+ "@commitlint/lint-12.x": "npm:@commitlint/lint@12.1.4",
59
+ "@commitlint/lint-13.x": "npm:@commitlint/lint@13.2.0",
60
+ "@commitlint/lint-14.x": "npm:@commitlint/lint@14.1.0",
61
+ "@commitlint/lint-15.x": "npm:@commitlint/lint@15.0.0",
62
+ "@commitlint/lint-16.x": "npm:@commitlint/lint@16.0.0",
59
63
  "@commitlint/lint-9.x": "npm:@commitlint/lint@9.1.2",
60
64
  "@commitlint/load-10.x": "npm:@commitlint/load@10.0.0",
61
65
  "@commitlint/load-11.x": "npm:@commitlint/load@11.0.0",
62
- "@commitlint/load-12.x": "npm:@commitlint/load@12.0.1",
66
+ "@commitlint/load-12.x": "npm:@commitlint/load@12.1.4",
67
+ "@commitlint/load-13.x": "npm:@commitlint/load@13.2.1",
68
+ "@commitlint/load-14.x": "npm:@commitlint/load@14.1.0",
69
+ "@commitlint/load-15.x": "npm:@commitlint/load@15.0.0",
70
+ "@commitlint/load-16.x": "npm:@commitlint/load@16.0.0",
63
71
  "@commitlint/load-9.x": "npm:@commitlint/load@9.1.2",
64
- "@commitlint/rules": "12.0.0",
65
- "@commitlint/types": "12.0.0",
66
- "@jest/globals": "26.6.2",
67
- "@semantic-release/changelog": "5.0.1",
68
- "@semantic-release/exec": "5.0.0",
69
- "@semantic-release/git": "9.0.0",
70
- "@typescript-eslint/eslint-plugin": "4.15.2",
71
- "@typescript-eslint/parser": "4.15.2",
72
- "eslint": "7.20.0",
73
- "eslint-config-prettier": "8.1.0",
74
- "eslint-plugin-jest": "24.1.5",
75
- "eslint-plugin-json": "2.1.2",
76
- "eslint-plugin-prettier": "3.3.1",
77
- "husky": "5.1.1",
78
- "jest": "26.6.3",
79
- "lint-staged": "10.5.4",
72
+ "@commitlint/rules": "16.0.0",
73
+ "@commitlint/types": "16.0.0",
74
+ "@jest/globals": "27.4.4",
75
+ "@semantic-release/changelog": "6.0.1",
76
+ "@semantic-release/exec": "6.0.3",
77
+ "@semantic-release/git": "10.0.1",
78
+ "@typescript-eslint/eslint-plugin": "5.8.0",
79
+ "@typescript-eslint/parser": "5.8.0",
80
+ "eslint": "8.5.0",
81
+ "eslint-config-prettier": "8.3.0",
82
+ "eslint-plugin-jest": "25.3.0",
83
+ "eslint-plugin-json": "3.1.0",
84
+ "eslint-plugin-prettier": "4.0.0",
85
+ "husky": "7.0.4",
86
+ "jest": "27.4.5",
87
+ "lint-staged": "12.1.3",
80
88
  "npm-run-all": "4.1.5",
81
89
  "pinst": "2.1.6",
82
- "prettier": "2.2.1",
83
- "semantic-release": "17.3.9",
84
- "ts-jest": "26.5.2",
85
- "typescript": "4.2.2"
90
+ "prettier": "2.5.1",
91
+ "semantic-release": "18.0.1",
92
+ "ts-jest": "27.1.2",
93
+ "typescript": "4.5.4"
86
94
  }
87
95
  }
package/CHANGELOG.md DELETED
@@ -1,278 +0,0 @@
1
- ### [1.3.2](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.3.1...v1.3.2) (2021-02-27)
2
-
3
- ### Bug Fixes
4
-
5
- - move @commitlint/types dependency to dev dependencies ([cbec26a](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/cbec26ac8e4090e68d4786cfaa8e19c96483992e)), closes [#150](https://github.com/vidavidorra/commitlint-plugin-function-rules/issues/150)
6
-
7
- ### Styles
8
-
9
- - add ESLint ignore file to enable linting of dotfiles ([69b7675](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/69b767587d29883ae5613bf9eef6f10b55397aa1))
10
-
11
- ### [1.3.1](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.3.0...v1.3.1) (2021-02-24)
12
-
13
- ### Bug Fixes
14
-
15
- - **deps:** specify lower peer dependency range as v9.1.2 ([a9f08a5](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/a9f08a5b17b51c355e2093f7bcf11617969e2445)), closes [#147](https://github.com/vidavidorra/commitlint-plugin-function-rules/issues/147)
16
-
17
- ## [1.3.0](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.2.0...v1.3.0) (2021-02-24)
18
-
19
- ### Features
20
-
21
- - **deps:** update dependency @commitlint/lint to v12 ([9be4bf9](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/9be4bf9d81c5026aa9922a162422e179da14229e))
22
-
23
- ## [1.2.0](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.1.24...v1.2.0) (2021-02-24)
24
-
25
- ### Features
26
-
27
- - **rules:** add `body-full-stop` rule ([93ec5b8](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/93ec5b8364c3e9a0474d96d2c735f0af55707ad2))
28
-
29
- ### [1.1.24](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.1.23...v1.1.24) (2021-02-24)
30
-
31
- ### Continuous Integration
32
-
33
- - **renovate:** group commitlint peer dependencies ([9b5253c](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/9b5253c831057a4ab95cf001b32050a847e5c063))
34
-
35
- ### [1.1.23](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.1.22...v1.1.23) (2021-02-14)
36
-
37
- ### Build System
38
-
39
- - remove `postinstall` script from the published package ([7898ead](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/7898ead1facccfcfe217a2e3ea0313c954d9c405)), closes [#142](https://github.com/vidavidorra/commitlint-plugin-function-rules/issues/142)
40
-
41
- ### [1.1.22](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.1.21...v1.1.22) (2021-02-13)
42
-
43
- ### Continuous Integration
44
-
45
- - **renovate:** use shared configuration from `vidavidorra/.github` ([2dd5710](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/2dd57106fcd59c2126ce37498af6955cbdefbea8))
46
-
47
- ### Documentation
48
-
49
- - add 2021 to license ([b57d23e](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/b57d23e025d918790c59203e495bc5d13a517ff1))
50
-
51
- ### [1.1.21](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.1.20...v1.1.21) (2021-02-13)
52
-
53
- ### Continuous Integration
54
-
55
- - remove `chore` commit type from changelog (generation) ([8b658c6](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/8b658c638940e03828a76e06da5852c87e4dfa64))
56
- - **release:** format changelog during release ([90611dd](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/90611dd29d72c93d089f04d1c167ecc45a82ff17))
57
-
58
- ### Build System
59
-
60
- - set `esModuleInterop` to `true` to fix `@commitlint/types` import ([5bc52ea](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/5bc52eab6aff64d2481e3bf7383d599ec7647e4b))
61
-
62
- ### [1.1.20](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.1.19...v1.1.20) (2020-10-25)
63
-
64
- ### Documentation
65
-
66
- - fix contributing guide link ([9cdabda](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/9cdabda5242ea2c5a6955967a0b356c2596a924e))
67
-
68
- ### [1.1.19](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.1.18...v1.1.19) (2020-10-24)
69
-
70
- ### Documentation
71
-
72
- - add badge for supported Node.js version ([3098f03](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/3098f031c959e7a379435f8415df796c2167ad13))
73
- - link Node.js badge to Node.js releases page ([3871927](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/3871927a7d6b59577d0f2f9e8e0b85b6fa798af5))
74
-
75
- ### [1.1.18](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.1.17...v1.1.18) (2020-10-24)
76
-
77
- ### Continuous Integration
78
-
79
- - set test name with Node.js version in build workflow ([bb06e2e](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/bb06e2ec1a56b5c307a083dfd6c60c827e70395c))
80
-
81
- ### [1.1.17](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.1.16...v1.1.17) (2020-10-24)
82
-
83
- ### Bug Fixes
84
-
85
- - **package:** specify supported node engine to v10 (LTS) ([274ca4d](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/274ca4db478ae029e601203f8e18c480ebcb4d41))
86
-
87
- ### [1.1.16](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.1.15...v1.1.16) (2020-10-20)
88
-
89
- ### Documentation
90
-
91
- - specify `rules` as object in the usage example ([ce8555e](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/ce8555e0d29a961e98726dd04f8a51061ff76d72))
92
-
93
- ### [1.1.15](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.1.14...v1.1.15) (2020-10-19)
94
-
95
- ### Documentation
96
-
97
- - add documentation with my new readme style ([c457afd](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/c457afd554c8b8d1e15bd01af16480761b4edee0))
98
-
99
- ### [1.1.14](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.1.13...v1.1.14) (2020-10-07)
100
-
101
- ### Continuous Integration
102
-
103
- - separate build check from lint and check build pre-commit ([30c5dc4](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/30c5dc4a895383a04e058cda807cdab741ca2904))
104
-
105
- ### [1.1.13](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.1.12...v1.1.13) (2020-10-02)
106
-
107
- ### Continuous Integration
108
-
109
- - run full tests in lint-staged ([c772b99](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/c772b9919c17b92115f4ed76bf370e898f2e859f))
110
-
111
- ### [1.1.12](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.1.11...v1.1.12) (2020-10-02)
112
-
113
- ### Continuous Integration
114
-
115
- - **renovate:** fix accidental removal of `pinDependencies` ([8e950fd](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/8e950fd8cd7682374f76f67cd3aba576d18d9a00))
116
- - **renovate:** migrate config to Renovate > v21.28.0 ([60d89b5](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/60d89b5ccd914bf96386d78c5b0d2d9e97ed1e98))
117
-
118
- ### [1.1.11](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.1.10...v1.1.11) (2020-09-27)
119
-
120
- ### Bug Fixes
121
-
122
- - use `Plugin` from the commitlint types ([33bab71](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/33bab717e33c9a5f94a093d8a479b46a42818de9))
123
-
124
- ### Build System
125
-
126
- - add scripts to clean and build with clean first ([8782e3a](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/8782e3ae0816a6d1c54dfeb2c0e727ed5c82dbfb))
127
-
128
- ### [1.1.10](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.1.9...v1.1.10) (2020-09-27)
129
-
130
- ### Continuous Integration
131
-
132
- - trigger release ([82c563b](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/82c563b89c1d43324e26cd241ee0e79d0baff0b8))
133
-
134
- ### [1.1.9](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.1.8...v1.1.9) (2020-09-27)
135
-
136
- ### Bug Fixes
137
-
138
- - **package:** correct 'types' of package ([9df7d4e](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/9df7d4e6cccffee8fa8c32a0b30a4dce9818cd04))
139
-
140
- ### [1.1.8](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.1.7...v1.1.8) (2020-09-27)
141
-
142
- ### Documentation
143
-
144
- - add npm version badge ([a0fff5f](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/a0fff5fb4b888e2604b2b28a3032e9d4bdbe5fd4))
145
-
146
- ### [1.1.7](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.1.6...v1.1.7) (2020-09-24)
147
-
148
- ### Continuous Integration
149
-
150
- - test and build with Node v14 ([3586da5](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/3586da5210356776efa3b485246e6a6f461f88a0))
151
-
152
- ### [1.1.6](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.1.5...v1.1.6) (2020-09-24)
153
-
154
- ### Bug Fixes
155
-
156
- - **package:** correct `main` path ([90d2bde](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/90d2bdeb212163966bea48200a51d99bebd649a4))
157
-
158
- ### Documentation
159
-
160
- - correct description of CI build ([824ba4e](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/824ba4e99fe2b3e4c51fffa8316f033bbe610031))
161
-
162
- ### [1.1.5](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.1.4...v1.1.5) (2020-09-20)
163
-
164
- ### Continuous Integration
165
-
166
- - **release:** add npm tarball to GitHub publish ([dc1db2b](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/dc1db2b99b6486de6536823fc494ed681034ab82))
167
-
168
- ### [1.1.4](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.1.3...v1.1.4) (2020-09-20)
169
-
170
- ### Continuous Integration
171
-
172
- - **release:** disable release on chore commits ([834bd70](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/834bd70a655d16c1210e2a83b1750c5a6c62049a))
173
-
174
- ### [1.1.3](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.1.2...v1.1.3) (2020-09-20)
175
-
176
- ### Continuous Integration
177
-
178
- - **renovate:** disable for aliased packages with final version ([e216ab2](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/e216ab287c3917503a2c5ae25b6a795b330b7643))
179
-
180
- ### Continuous Integration
181
-
182
- - **commits:** add commitlint configuration to allow longer dependency commits ([d36c8ab](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/d36c8ab6fddbb4971cc725846d8b81e232d0d0b4))
183
-
184
- ### [1.1.1](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.1.0...v1.1.1) (2020-09-20)
185
-
186
- ### Continuous Integration
187
-
188
- - **deps:** disable auto-merge for peer dependencies ([f9b4991](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/f9b499170c65ed323ec27a07ef54dcd8668cf51e))
189
- - **deps:** use Renovate default commit scope for `devDependencies` and `dependencies` ([b4d864c](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/b4d864c7d76f407f66840631bb10d7591e35845f))
190
-
191
- ## [1.1.0](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.0.13...v1.1.0) (2020-09-20)
192
-
193
- ### Features
194
-
195
- - add support for @commitlint/lint v10.x ([493ad35](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/493ad3507a4c7c9c5a1e48ae0fc066a47215fb5b))
196
-
197
- ### [1.0.13](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.0.12...v1.0.13) (2020-09-19)
198
-
199
- ### Tests
200
-
201
- - **end-to-end:** test agains commitlint v9.x, v10.x and v11.x ([9d7715d](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/9d7715d9355483901906582d0cd002b2ffa3b00a))
202
-
203
- ### [1.0.12](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.0.11...v1.0.12) (2020-09-18)
204
-
205
- ### Bug Fixes
206
-
207
- - **package:** point `main`, `types` and `files` to the correct paths ([df10abf](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/df10abfd07418122088f6af29f49eca5a84501dc))
208
-
209
- ### Tests
210
-
211
- - **end-to-end:** separate load test ([75943e5](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/75943e5004a4865f2d650d62ca38f5fdc0768e25))
212
-
213
- ### [1.0.11](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.0.10...v1.0.11) (2020-09-18)
214
-
215
- ### [1.0.10](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.0.9...v1.0.10) (2020-09-18)
216
-
217
- ### [1.0.9](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.0.8...v1.0.9) (2020-09-17)
218
-
219
- ### Continuous Integration
220
-
221
- - **deps:** separate [@commitlint](https://github.com/commitlint) peer-, dev- and dependencies ([0c42187](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/0c421872968bd8c48106b02a2cbea9074483e458))
222
-
223
- ### [1.0.8](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.0.7...v1.0.8) (2020-09-16)
224
-
225
- ### Bug Fixes
226
-
227
- - unpin peer dependency and set to major version 9 range ([766f6f0](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/766f6f02f471ec4b90f728856d86340a5875cd8c))
228
-
229
- ### Tests
230
-
231
- - add end-to-end test ([3de942c](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/3de942c8c3750a4b2d4dd69febb29a7c24385bc3))
232
-
233
- ### Continuous Integration
234
-
235
- - check build for type errors when linting ([dec4be8](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/dec4be82de18af68fc886b98880ad4ac507719ff))
236
-
237
- ### [1.0.7](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.0.6...v1.0.7) (2020-09-14)
238
-
239
- ### [1.0.6](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.0.5...v1.0.6) (2020-09-14)
240
-
241
- ### Continuous Integration
242
-
243
- - **deps:** separate dev, peer and dependencies in Renovate commits ([40d4358](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/40d43587f8c614fb577fcb02bdd62c496049a0f9))
244
- - **release:** release on peer and regular dependencies ([b7d445a](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/b7d445a5761a4320a7952e1f22346dd21c10ff8b))
245
-
246
- ### [1.0.5](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.0.4...v1.0.5) (2020-09-13)
247
-
248
- ### [1.0.4](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.0.3...v1.0.4) (2020-09-12)
249
-
250
- ### [1.0.3](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.0.2...v1.0.3) (2020-09-07)
251
-
252
- ### [1.0.2](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.0.1...v1.0.2) (2020-09-07)
253
-
254
- ### [1.0.1](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.0.0...v1.0.1) (2020-09-06)
255
-
256
- ### Continuous Integration
257
-
258
- - **release:** build before release to include dist ([4ff37ce](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/4ff37ce50866651bb4404d5de8e0552f385d5b5a))
259
-
260
- ## 1.0.0 (2020-09-06)
261
-
262
- ### Features
263
-
264
- - add function rule plugin sources and tests ([1a8db80](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/1a8db80329a93b4a087620aae711bab205769e78))
265
-
266
- ### Documentation
267
-
268
- - add code coverage badge ([fb6d27b](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/fb6d27b2c16a15a36b4000afbb0c13864f93f1d2))
269
-
270
- ### Continuous Integration
271
-
272
- - **release:** fix npm env value ([308ffae](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/308ffae48083a06f35202b4cbad95f02325dd835))
273
- - re-enable release step ([58ac7f2](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/58ac7f282555df83f4e2a36da337f92a0ab5e186))
274
- - **release:** publish to npm ([d1cd2aa](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/d1cd2aa6faf7e474bf2331a5aedf4555f34c5fb7))
275
- - add build, test and coverage jobs ([3e42d16](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/3e42d16cd8c69788eff042e68589907bf58fd605))
276
- - disable release step until build and tests are finished ([3e2e92a](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/3e2e92ae0f117bd5faf7cbd2aea49d79dc424819))
277
- - rename job 'build-and-test' to 'build' ([76cb756](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/76cb756d8d7cd48cd4fe4310b3e3a07abc88a395))
278
- - separate build and test jobs ([d4140da](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/d4140da116a1645cff27a0cf6af5a75802f88090))