|
1 | 1 | # Change Log
|
2 | 2 |
|
3 |
| -## [v1.5.0](https://github.com/AtomLinter/linter-shellcheck/tree/v1.5.0) (2018-08-23) |
| 3 | +## [v1.6.0](https://github.com/AtomLinter/linter-shellcheck/tree/v1.6.0) (2019-01-15) |
| 4 | +[Full Changelog](https://github.com/AtomLinter/linter-shellcheck/compare/v1.5.0...v1.6.0) |
| 5 | + |
| 6 | +**Fixed bugs:** |
| 7 | + |
| 8 | +- Support v2 Linter API [\#127](https://github.com/AtomLinter/linter-shellcheck/issues/127) |
| 9 | +- Migrate CircleCI to a 2.0 configuration [\#116](https://github.com/AtomLinter/linter-shellcheck/issues/116) |
| 10 | +- Upgrade to CircleCI 2.0 [\#125](https://github.com/AtomLinter/linter-shellcheck/pull/125) ([Arcanemagus](https://github.com/Arcanemagus)) |
4 | 11 |
|
| 12 | +**Merged pull requests:** |
| 13 | + |
| 14 | +- Linter v2 Update [\#128](https://github.com/AtomLinter/linter-shellcheck/pull/128) ([richardbann](https://github.com/richardbann)) |
| 15 | +- Update atom-package-deps to version 5.0.0 🚀 [\#126](https://github.com/AtomLinter/linter-shellcheck/pull/126) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) |
| 16 | + |
| 17 | +## [v1.5.0](https://github.com/AtomLinter/linter-shellcheck/tree/v1.5.0) (2018-08-23) |
5 | 18 | [Full Changelog](https://github.com/AtomLinter/linter-shellcheck/compare/v1.4.7...v1.5.0)
|
6 | 19 |
|
7 | 20 | **Implemented enhancements:**
|
|
10 | 23 | - Allow ShellCheck `source=` directive to be relative to project root instead of file path [\#124](https://github.com/AtomLinter/linter-shellcheck/pull/124) ([tbehling](https://github.com/tbehling))
|
11 | 24 |
|
12 | 25 | ## [v1.4.7](https://github.com/AtomLinter/linter-shellcheck/tree/v1.4.7) (2018-04-02)
|
13 |
| - |
14 | 26 | [Full Changelog](https://github.com/AtomLinter/linter-shellcheck/compare/v1.4.6...v1.4.7)
|
15 | 27 |
|
16 | 28 | **Implemented enhancements:**
|
|
25 | 37 | - Verify valid TextEditor and path [\#109](https://github.com/AtomLinter/linter-shellcheck/pull/109) ([Arcanemagus](https://github.com/Arcanemagus))
|
26 | 38 |
|
27 | 39 | ## [v1.4.6](https://github.com/AtomLinter/linter-shellcheck/tree/v1.4.6) (2017-08-27)
|
28 |
| - |
29 | 40 | [Full Changelog](https://github.com/AtomLinter/linter-shellcheck/compare/v1.4.5...v1.4.6)
|
30 | 41 |
|
31 | 42 | **Fixed bugs:**
|
|
34 | 45 | - Ignore zsh files [\#102](https://github.com/AtomLinter/linter-shellcheck/pull/102) ([lucasdf](https://github.com/lucasdf))
|
35 | 46 |
|
36 | 47 | ## [v1.4.5](https://github.com/AtomLinter/linter-shellcheck/tree/v1.4.5) (2017-08-26)
|
37 |
| - |
38 | 48 | [Full Changelog](https://github.com/AtomLinter/linter-shellcheck/compare/v1.4.4...v1.4.5)
|
39 | 49 |
|
40 | 50 | **Implemented enhancements:**
|
|
48 | 58 | - Treat messages of level `note` as info [\#101](https://github.com/AtomLinter/linter-shellcheck/pull/101) ([lucasdf](https://github.com/lucasdf))
|
49 | 59 |
|
50 | 60 | ## [v1.4.4](https://github.com/AtomLinter/linter-shellcheck/tree/v1.4.4) (2017-03-18)
|
51 |
| - |
52 | 61 | [Full Changelog](https://github.com/AtomLinter/linter-shellcheck/compare/v1.4.3...v1.4.4)
|
53 | 62 |
|
54 | 63 | **Implemented enhancements:**
|
55 | 64 |
|
56 | 65 | - Update atom-linter to version 9.0.0 🚀 [\#92](https://github.com/AtomLinter/linter-shellcheck/pull/92) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
57 | 66 |
|
58 | 67 | ## [v1.4.3](https://github.com/AtomLinter/linter-shellcheck/tree/v1.4.3) (2017-01-11)
|
59 |
| - |
60 | 68 | [Full Changelog](https://github.com/AtomLinter/linter-shellcheck/compare/v1.4.2...v1.4.3)
|
61 | 69 |
|
62 | 70 | **Implemented enhancements:**
|
|
69 | 77 | - Remove stylesheet [\#91](https://github.com/AtomLinter/linter-shellcheck/pull/91) ([Arcanemagus](https://github.com/Arcanemagus))
|
70 | 78 |
|
71 | 79 | ## [v1.4.2](https://github.com/AtomLinter/linter-shellcheck/tree/v1.4.2) (2016-11-29)
|
72 |
| - |
73 | 80 | [Full Changelog](https://github.com/AtomLinter/linter-shellcheck/compare/v1.4.1...v1.4.2)
|
74 | 81 |
|
75 | 82 | **Implemented enhancements:**
|
|
78 | 85 | - Improve Atom's startup time [\#87](https://github.com/AtomLinter/linter-shellcheck/pull/87) ([walles](https://github.com/walles))
|
79 | 86 |
|
80 | 87 | ## [v1.4.1](https://github.com/AtomLinter/linter-shellcheck/tree/v1.4.1) (2016-09-26)
|
81 |
| - |
82 | 88 | [Full Changelog](https://github.com/AtomLinter/linter-shellcheck/compare/v1.4.0...v1.4.1)
|
83 | 89 |
|
84 | 90 | **Implemented enhancements:**
|
|
93 | 99 | - Error: Missing html/text field on Linter Response [\#74](https://github.com/AtomLinter/linter-shellcheck/issues/74)
|
94 | 100 |
|
95 | 101 | ## [v1.4.0](https://github.com/AtomLinter/linter-shellcheck/tree/v1.4.0) (2016-09-23)
|
96 |
| - |
97 | 102 | [Full Changelog](https://github.com/AtomLinter/linter-shellcheck/compare/v1.3.0...v1.4.0)
|
98 | 103 |
|
99 | 104 | **Fixed bugs:**
|
100 | 105 |
|
101 | 106 | - Error: Process exited with non-zero code: 1 [\#73](https://github.com/AtomLinter/linter-shellcheck/issues/73)
|
102 | 107 |
|
103 | 108 | ## [v1.3.0](https://github.com/AtomLinter/linter-shellcheck/tree/v1.3.0) (2016-09-23)
|
104 |
| - |
105 | 109 | [Full Changelog](https://github.com/AtomLinter/linter-shellcheck/compare/v1.2.1...v1.3.0)
|
106 | 110 |
|
107 | 111 | ## [v1.2.1](https://github.com/AtomLinter/linter-shellcheck/tree/v1.2.1) (2016-09-21)
|
108 |
| - |
109 | 112 | [Full Changelog](https://github.com/AtomLinter/linter-shellcheck/compare/v1.2.0...v1.2.1)
|
110 | 113 |
|
111 | 114 | **Implemented enhancements:**
|
|
115 | 118 | - Update atom-linter to version 6.0.0 🚀 [\#66](https://github.com/AtomLinter/linter-shellcheck/pull/66) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
|
116 | 119 |
|
117 | 120 | ## [v1.2.0](https://github.com/AtomLinter/linter-shellcheck/tree/v1.2.0) (2016-04-23)
|
118 |
| - |
119 | 121 | [Full Changelog](https://github.com/AtomLinter/linter-shellcheck/compare/v1.1.0...v1.2.0)
|
120 | 122 |
|
121 | 123 | **Implemented enhancements:**
|
|
132 | 134 | - atom-linter@4.3.0 untested ⚠️ [\#45](https://github.com/AtomLinter/linter-shellcheck/pull/45) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
|
133 | 135 |
|
134 | 136 | ## [v1.1.0](https://github.com/AtomLinter/linter-shellcheck/tree/v1.1.0) (2015-12-30)
|
135 |
| - |
136 | 137 | [Full Changelog](https://github.com/AtomLinter/linter-shellcheck/compare/v1.0.2...v1.1.0)
|
137 | 138 |
|
138 | 139 | **Implemented enhancements:**
|
|
148 | 149 | **Fixed bugs:**
|
149 | 150 |
|
150 | 151 | - Failed to load resource https://chewbacco-stuff.s3.amazonaws.com/donate.png [\#42](https://github.com/AtomLinter/linter-shellcheck/issues/42)
|
151 |
| -- Update CSS selector for linter gutter element [\#29](https://github.com/AtomLinter/linter-shellcheck/issues/29) |
152 | 152 | - Provide a default PATH for finding shellcheck [\#7](https://github.com/AtomLinter/linter-shellcheck/issues/7)
|
153 | 153 | - Set current working directory to current files folder [\#40](https://github.com/AtomLinter/linter-shellcheck/pull/40) ([andyshinn](https://github.com/andyshinn))
|
154 | 154 | - Add default to userParameters so trim doesn't barf [\#39](https://github.com/AtomLinter/linter-shellcheck/pull/39) ([andyshinn](https://github.com/andyshinn))
|
155 | 155 | - Fix inconsistent indentation style issue. [\#36](https://github.com/AtomLinter/linter-shellcheck/pull/36) ([lexicalunit](https://github.com/lexicalunit))
|
156 | 156 |
|
157 | 157 | ## [v1.0.2](https://github.com/AtomLinter/linter-shellcheck/tree/v1.0.2) (2015-09-30)
|
158 |
| - |
159 | 158 | [Full Changelog](https://github.com/AtomLinter/linter-shellcheck/compare/v1.0.1...v1.0.2)
|
160 | 159 |
|
161 | 160 | **Fixed bugs:**
|
162 | 161 |
|
| 162 | +- Update CSS selector for linter gutter element [\#29](https://github.com/AtomLinter/linter-shellcheck/issues/29) |
163 | 163 | - Object.activate is deprecated. [\#18](https://github.com/AtomLinter/linter-shellcheck/issues/18)
|
164 | 164 | - Upcoming linter changes [\#17](https://github.com/AtomLinter/linter-shellcheck/issues/17)
|
165 | 165 |
|
166 | 166 | ## [v1.0.1](https://github.com/AtomLinter/linter-shellcheck/tree/v1.0.1) (2015-08-09)
|
167 |
| - |
168 | 167 | [Full Changelog](https://github.com/AtomLinter/linter-shellcheck/compare/v1.0.0...v1.0.1)
|
169 | 168 |
|
170 | 169 | **Implemented enhancements:**
|
171 | 170 |
|
172 | 171 | - enable lintonfly, current code is now piped to process [\#22](https://github.com/AtomLinter/linter-shellcheck/pull/22) ([Project0](https://github.com/Project0))
|
173 | 172 |
|
174 | 173 | ## [v1.0.0](https://github.com/AtomLinter/linter-shellcheck/tree/v1.0.0) (2015-08-09)
|
175 |
| - |
176 | 174 | [Full Changelog](https://github.com/AtomLinter/linter-shellcheck/compare/v0.0.8...v1.0.0)
|
177 | 175 |
|
178 | 176 | **Implemented enhancements:**
|
|
185 | 183 | - Package.activateConfig is deprecated. [\#11](https://github.com/AtomLinter/linter-shellcheck/issues/11)
|
186 | 184 |
|
187 | 185 | ## [v0.0.8](https://github.com/AtomLinter/linter-shellcheck/tree/v0.0.8) (2015-05-21)
|
188 |
| - |
189 | 186 | [Full Changelog](https://github.com/AtomLinter/linter-shellcheck/compare/v0.0.7...v0.0.8)
|
190 | 187 |
|
191 | 188 | **Fixed bugs:**
|
|
194 | 191 | - Fix deprecations [\#15](https://github.com/AtomLinter/linter-shellcheck/pull/15) ([lee-dohm](https://github.com/lee-dohm))
|
195 | 192 |
|
196 | 193 | ## [v0.0.7](https://github.com/AtomLinter/linter-shellcheck/tree/v0.0.7) (2015-02-18)
|
197 |
| - |
198 | 194 | [Full Changelog](https://github.com/AtomLinter/linter-shellcheck/compare/v0.0.6...v0.0.7)
|
199 | 195 |
|
200 | 196 | ## [v0.0.6](https://github.com/AtomLinter/linter-shellcheck/tree/v0.0.6) (2014-08-13)
|
201 |
| - |
202 | 197 | [Full Changelog](https://github.com/AtomLinter/linter-shellcheck/compare/v0.0.5...v0.0.6)
|
203 | 198 |
|
204 | 199 | **Fixed bugs:**
|
205 | 200 |
|
206 | 201 | - Not yet ready? [\#1](https://github.com/AtomLinter/linter-shellcheck/issues/1)
|
207 | 202 |
|
208 | 203 | ## [v0.0.5](https://github.com/AtomLinter/linter-shellcheck/tree/v0.0.5) (2014-05-20)
|
209 |
| - |
210 | 204 | [Full Changelog](https://github.com/AtomLinter/linter-shellcheck/compare/v0.0.4...v0.0.5)
|
211 | 205 |
|
212 | 206 | ## [v0.0.4](https://github.com/AtomLinter/linter-shellcheck/tree/v0.0.4) (2014-05-20)
|
213 |
| - |
214 | 207 | [Full Changelog](https://github.com/AtomLinter/linter-shellcheck/compare/v0.0.3...v0.0.4)
|
215 | 208 |
|
216 | 209 | **Fixed bugs:**
|
|
219 | 212 |
|
220 | 213 | ## [v0.0.3](https://github.com/AtomLinter/linter-shellcheck/tree/v0.0.3) (2014-05-12)
|
221 | 214 |
|
222 |
| -[Full Changelog](https://github.com/AtomLinter/linter-shellcheck/compare/6db2a9f20b0eeb73341f319b9e637d05f3bb3a5e...v0.0.3) |
223 |
| - |
224 |
| - |
225 | 215 |
|
226 | 216 | \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
|
0 commit comments