UNPKG

760 BMarkdownView Raw
1# Changelog
2
3All notable changes to [eslint-plugin-bpmn-io](https://github.com/bpmn-io/eslint-plugin-bpmn-io) are documented here. We use [semantic versioning](http://semver.org/) for releases.
4
5## Unreleased
6
7___Note:__ Yet to be released changes appear here._
8
9## 0.11.0
10
11* `FEAT`: enforce double quotes in JSX
12* `CHORE`: bump dependencies
13
14## 0.10.0
15
16* `CHORE`: bump dependencies
17
18## 0.9.0
19
20* `FEAT`: enforce empty line before comment ([#6](https://github.com/bpmn-io/eslint-plugin-bpmn-io/pull/6))
21
22## 0.8.2
23
24* `FIX`: provide explicit `ecmaVersion`
25
26## 0.8.1
27
28* `FEAT`: support `eslint@6`
29
30## 0.8.0
31
32* `FEAT`: allow unused variables, starting with `_`
33
34## 0.7.0
35
36* `FEAT`: use `quotes` with `avoidEscape` rule
37
38## ...
39
40Check `git log` for earlier history.