UNPKG

5.44 kBMarkdownView Raw
1# Change Log
2
3All notable changes to this project will be documented in this file.
4See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
6### 1.2.3 - 2020-05-21
7
8#### 📦 Dependencies
9
10- **[eslint]** Add support for v7. ([00dc6b3](https://github.com/beemojs/beemo/commit/00dc6b3))
11- Update minor and patch versions. ([87b8a14](https://github.com/beemojs/beemo/commit/87b8a14))
12
13**Note:** Version bump only for package @beemo/driver-eslint
14
15
16
17
18
19### 1.2.2 - 2020-02-10
20
21#### 📦 Dependencies
22
23- Update root and dev dependencies. ([1efcf4d](https://github.com/beemojs/beemo/commit/1efcf4d))
24- **[boost]** Update to latest. ([57693a9](https://github.com/beemojs/beemo/commit/57693a9))
25
26#### 🛠 Internals
27
28- Fix syntax and composite issues. ([e2c67d2](https://github.com/beemojs/beemo/commit/e2c67d2))
29
30**Note:** Version bump only for package @beemo/driver-eslint
31
32
33
34
35
36### 1.2.1 - 2020-01-25
37
38#### 📦 Dependencies
39
40- **[boost]** Update to latest. ([c2a5e94](https://github.com/beemojs/beemo/commit/c2a5e94))
41- Update drivers to latest. ([0f03ef8](https://github.com/beemojs/beemo/commit/0f03ef8))
42
43**Note:** Version bump only for package @beemo/driver-eslint
44
45
46
47
48
49## 1.2.0 - 2019-12-10
50
51#### 🚀 Updates
52
53- Update config types. ([c5171e8](https://github.com/beemojs/beemo/commit/c5171e8))
54
55#### ⚙️ Types
56
57- Add driver specific args interface. ([068e0c6](https://github.com/beemojs/beemo/commit/068e0c6))
58
59**Note:** Version bump only for package @beemo/driver-eslint
60
61
62
63
64
65## 1.1.0 - 2019-12-08
66
67#### 🚀 Updates
68
69- Improve error output for failed drivers and scripts. (#73) ([d9324c9](https://github.com/beemojs/beemo/commit/d9324c9)), closes [#73](https://github.com/beemojs/beemo/issues/73)
70- Support Windows OS and Node v13. (#68) ([94ebe84](https://github.com/beemojs/beemo/commit/94ebe84)), closes [#68](https://github.com/beemojs/beemo/issues/68)
71
72#### 🐞 Fixes
73
74- Set `filterOptions` to true by default. ([b7e695c](https://github.com/beemojs/beemo/commit/b7e695c))
75
76#### 📦 Dependencies
77
78- Update drivers to latest. ([b45cc46](https://github.com/beemojs/beemo/commit/b45cc46))
79
80**Note:** Version bump only for package @beemo/driver-eslint
81
82
83
84
85
86### 1.0.7 - 2019-11-13
87
88#### 📦 Dependencies
89
90- **[boost]** Update to latest. Rework `@types` packages. ([9a945ba](https://github.com/commit/9a945ba))
91
92#### 🛠 Internals
93
94- Migrate to GitHub actions. (#65) ([d6d27af](https://github.com/commit/d6d27af)), closes [#65](https://github.com/issues/65)
95
96**Note:** Version bump only for package @beemo/driver-eslint
97
98
99
100
101
102### 1.0.6 - 2019-09-10
103
104#### 📦 Dependencies
105
106- **[ESLint]** Update to v6.3. ([3f9b6eb](https://github.com/beemojs/beemo/tree/master/packages/driver-eslint/commit/3f9b6eb))
107
108**Note:** Version bump only for package @beemo/driver-eslint
109
110
111
112
113
114### 1.0.5 - 2019-08-09
115
116#### 📦 Dependencies
117
118- **[Boost]** Update to latest. ([15550ad](https://github.com/beemojs/beemo/tree/master/packages/driver-eslint/commit/15550ad))
119
120**Note:** Version bump only for package @beemo/driver-eslint
121
122
123
124
125
126### 1.0.4 - 2019-07-28
127
128#### 🐞 Fixes
129
130- Refine and improve types. Replace some any usage with unknown. ([162219a](https://github.com/beemojs/beemo/tree/master/packages/driver-eslint/commit/162219a))
131
132#### 📦 Dependencies
133
134- Update all minor and patch versions. ([15c3f20](https://github.com/beemojs/beemo/tree/master/packages/driver-eslint/commit/15c3f20))
135
136**Note:** Version bump only for package @beemo/driver-eslint
137
138
139
140
141
142### 1.0.3 - 2019-07-07
143
144#### 🐞 Fixes
145
146- Removed old ConfigOps usage and config merging logic. ([4a64a51](https://github.com/beemojs/beemo/tree/master/packages/driver-eslint/commit/4a64a51))
147
148**Note:** Version bump only for package @beemo/driver-eslint
149
150
151
152
153
154### 1.0.2 - 2019-07-06
155
156#### 🐞 Fixes
157
158- Add support for ESLint v6. ([d4ffde5](https://github.com/beemojs/beemo/tree/master/packages/driver-eslint/commit/d4ffde5))
159
160#### 📦 Dependencies
161
162- Updated boost to v1.2. Migrate APIs. ([0a01612](https://github.com/beemojs/beemo/tree/master/packages/driver-eslint/commit/0a01612))
163- Updated driver deps. ([5ed870d](https://github.com/beemojs/beemo/tree/master/packages/driver-eslint/commit/5ed870d))
164- Updated execa to v2. ([b5bec8c](https://github.com/beemojs/beemo/tree/master/packages/driver-eslint/commit/b5bec8c))
165
166#### 🛠 Internals
167
168- Utilize generated tsconfig.json files. (#56) ([788843e](https://github.com/beemojs/beemo/tree/master/packages/driver-eslint/commit/788843e)), closes [#56](https://github.com/beemojs/beemo/tree/master/packages/driver-eslint/issues/56)
169
170**Note:** Version bump only for package @beemo/driver-eslint
171
172
173
174
175
176### 1.0.1 - 2019-06-13
177
178#### 📦 Dependencies
179
180- Bump to latest. Fix peers and vulnerabilities. (#53) ([f8ba055](https://github.com/beemojs/beemo/tree/master/packages/driver-eslint/commit/f8ba055)), closes [#53](https://github.com/beemojs/beemo/tree/master/packages/driver-eslint/issues/53)
181
182#### 🛠 Internals
183
184- Setup DangerJS and conventional changelog (#52) ([c253bf6](https://github.com/beemojs/beemo/tree/master/packages/driver-eslint/commit/c253bf6)), closes [#52](https://github.com/beemojs/beemo/tree/master/packages/driver-eslint/issues/52)
185
186**Note:** Version bump only for package @beemo/driver-eslint
187
188
189
190
191
192# 1.0.0 - 2019-05-18
193
194#### 🎉 Release
195
196- Initial release!
197- Added a `ESLintDriver.onCreateIgnoreFile` event.
198
199#### 🐞 Fixes
200
201- Fixed warnings not being output when `--max-warnings` is triggered.