Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit 46ed982

Browse files
committed
Update the changelog
Went back and labelled everything that was missing it, this is just updating to account for the new categorization of all the old issues.
1 parent 5596dda commit 46ed982

File tree

1 file changed

+30
-61
lines changed

1 file changed

+30
-61
lines changed

CHANGELOG.md

Lines changed: 30 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -7,30 +7,17 @@
77

88
- Improve Atom startup time [\#95](https://github.com/AtomLinter/linter-ruby/pull/95) ([walles](https://github.com/walles))
99
- Update atom-linter to version 8.0.0 🚀 [\#91](https://github.com/AtomLinter/linter-ruby/pull/91) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
10+
- [email protected] untested ⚠️ [\#76](https://github.com/AtomLinter/linter-ruby/pull/76) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
1011

1112
**Fixed bugs:**
1213

1314
- false positives due to utf-8/german umlauts [\#69](https://github.com/AtomLinter/linter-ruby/issues/69)
14-
15-
**Merged pull requests:**
16-
1715
- replace -Ku to -E utf-8 [\#78](https://github.com/AtomLinter/linter-ruby/pull/78) ([ananevam](https://github.com/ananevam))
18-
- [email protected] untested ⚠️ [\#76](https://github.com/AtomLinter/linter-ruby/pull/76) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
1916

2017
## [v1.2.2](https://github.com/AtomLinter/linter-ruby/tree/v1.2.2) (2016-02-22)
2118
[Full Changelog](https://github.com/AtomLinter/linter-ruby/compare/v1.2.1...v1.2.2)
2219

23-
**Fixed bugs:**
24-
25-
- All issue markers are offset down by one line [\#36](https://github.com/AtomLinter/linter-ruby/issues/36)
26-
- set utf8 encoding for check [\#72](https://github.com/AtomLinter/linter-ruby/pull/72) ([ananevam](https://github.com/ananevam))
27-
28-
**Closed issues:**
29-
30-
- \[REQUEST\] Assigned but Unused Variable Error when Variable is Used in ERB [\#58](https://github.com/AtomLinter/linter-ruby/issues/58)
31-
- Failed to activate the linter-ruby package [\#56](https://github.com/AtomLinter/linter-ruby/issues/56)
32-
33-
**Merged pull requests:**
20+
**Implemented enhancements:**
3421

3522
- Update atom-package-deps to version 4.0.1 🚀 [\#68](https://github.com/AtomLinter/linter-ruby/pull/68) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
3623
- [email protected] untested ⚠️ [\#66](https://github.com/AtomLinter/linter-ruby/pull/66) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
@@ -40,40 +27,38 @@
4027
- [email protected] untested ⚠️ [\#55](https://github.com/AtomLinter/linter-ruby/pull/55) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
4128
- [email protected] untested ⚠️ [\#54](https://github.com/AtomLinter/linter-ruby/pull/54) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
4229

30+
**Fixed bugs:**
31+
32+
- All issue markers are offset down by one line [\#36](https://github.com/AtomLinter/linter-ruby/issues/36)
33+
- set utf8 encoding for check [\#72](https://github.com/AtomLinter/linter-ruby/pull/72) ([ananevam](https://github.com/ananevam))
34+
4335
## [v1.2.1](https://github.com/AtomLinter/linter-ruby/tree/v1.2.1) (2015-12-30)
4436
[Full Changelog](https://github.com/AtomLinter/linter-ruby/compare/v1.2.0...v1.2.1)
4537

4638
**Implemented enhancements:**
4739

4840
- changelog use [\#41](https://github.com/AtomLinter/linter-ruby/issues/41)
49-
50-
**Closed issues:**
51-
52-
- Linter mis-identifies a required keyword argument as a syntax error [\#47](https://github.com/AtomLinter/linter-ruby/issues/47)
53-
- Failed to catch the syntax errors by regex [\#42](https://github.com/AtomLinter/linter-ruby/issues/42)
54-
55-
**Merged pull requests:**
56-
5741
- Update dependencies [\#53](https://github.com/AtomLinter/linter-ruby/pull/53) ([Arcanemagus](https://github.com/Arcanemagus))
5842
- Add a .gitattributes [\#52](https://github.com/AtomLinter/linter-ruby/pull/52) ([Arcanemagus](https://github.com/Arcanemagus))
5943
- [email protected] untested ⚠️ [\#51](https://github.com/AtomLinter/linter-ruby/pull/51) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
6044
- Update atom-linter to version 4.1.1 🚀 [\#50](https://github.com/AtomLinter/linter-ruby/pull/50) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
6145

46+
**Fixed bugs:**
47+
48+
- Failed to catch the syntax errors by regex [\#42](https://github.com/AtomLinter/linter-ruby/issues/42)
49+
6250
## [v1.2.0](https://github.com/AtomLinter/linter-ruby/tree/v1.2.0) (2015-10-08)
6351
[Full Changelog](https://github.com/AtomLinter/linter-ruby/compare/v1.1.1...v1.2.0)
6452

6553
**Implemented enhancements:**
6654

55+
- Add linter name [\#45](https://github.com/AtomLinter/linter-ruby/pull/45) ([Arcanemagus](https://github.com/Arcanemagus))
6756
- Syntax highlighting for `Settings` section in the readme [\#44](https://github.com/AtomLinter/linter-ruby/pull/44) ([buo](https://github.com/buo))
68-
- Fix the regex to catch the syntax errors [\#43](https://github.com/AtomLinter/linter-ruby/pull/43) ([buo](https://github.com/buo))
6957

70-
**Closed issues:**
58+
**Fixed bugs:**
7159

7260
- TypeError: Cannot read property 'match' of undefined [\#31](https://github.com/AtomLinter/linter-ruby/issues/31)
73-
74-
**Merged pull requests:**
75-
76-
- Add linter name [\#45](https://github.com/AtomLinter/linter-ruby/pull/45) ([Arcanemagus](https://github.com/Arcanemagus))
61+
- Fix the regex to catch the syntax errors [\#43](https://github.com/AtomLinter/linter-ruby/pull/43) ([buo](https://github.com/buo))
7762

7863
## [v1.1.1](https://github.com/AtomLinter/linter-ruby/tree/v1.1.1) (2015-09-06)
7964
[Full Changelog](https://github.com/AtomLinter/linter-ruby/compare/v1.1.0...v1.1.1)
@@ -85,7 +70,7 @@
8570
## [v1.1.0](https://github.com/AtomLinter/linter-ruby/tree/v1.1.0) (2015-09-06)
8671
[Full Changelog](https://github.com/AtomLinter/linter-ruby/compare/v1.0.3...v1.1.0)
8772

88-
**Merged pull requests:**
73+
**Implemented enhancements:**
8974

9075
- Convert to independant package. [\#38](https://github.com/AtomLinter/linter-ruby/pull/38) ([keplersj](https://github.com/keplersj))
9176

@@ -99,35 +84,22 @@
9984

10085
**Fixed bugs:**
10186

102-
- catch error type by regex [\#35](https://github.com/AtomLinter/linter-ruby/pull/35) ([Project0](https://github.com/Project0))
103-
104-
**Closed issues:**
105-
106-
- always mark the same error [\#34](https://github.com/AtomLinter/linter-ruby/issues/34)
10787
- No warnings and line numbers are offset [\#33](https://github.com/AtomLinter/linter-ruby/issues/33)
108-
- Having a file simply named Ruby causes the linter to run. [\#32](https://github.com/AtomLinter/linter-ruby/issues/32)
10988
- linter-ruby does not support Lint on the fly [\#27](https://github.com/AtomLinter/linter-ruby/issues/27)
110-
- Linter applies on text.html.ruby [\#26](https://github.com/AtomLinter/linter-ruby/issues/26)
89+
- catch error type by regex [\#35](https://github.com/AtomLinter/linter-ruby/pull/35) ([Project0](https://github.com/Project0))
11190

11291
## [v1.0.2](https://github.com/AtomLinter/linter-ruby/tree/v1.0.2) (2015-08-19)
11392
[Full Changelog](https://github.com/AtomLinter/linter-ruby/compare/v1.0.1...v1.0.2)
11493

11594
**Fixed bugs:**
11695

11796
- Uncaught Error: spawn ENOTDIR [\#23](https://github.com/AtomLinter/linter-ruby/issues/23)
118-
119-
**Closed issues:**
120-
121-
- Failed to spawn command ruby. Make sure ruby is installed and on your PATH [\#25](https://github.com/AtomLinter/linter-ruby/issues/25)
122-
123-
**Merged pull requests:**
124-
12597
- Move to a broader regex [\#28](https://github.com/AtomLinter/linter-ruby/pull/28) ([Arcanemagus](https://github.com/Arcanemagus))
12698

12799
## [v1.0.1](https://github.com/AtomLinter/linter-ruby/tree/v1.0.1) (2015-08-11)
128100
[Full Changelog](https://github.com/AtomLinter/linter-ruby/compare/v1.0.0...v1.0.1)
129101

130-
**Merged pull requests:**
102+
**Fixed bugs:**
131103

132104
- Resolve the cwd and return the result from the parse method [\#24](https://github.com/AtomLinter/linter-ruby/pull/24) ([mupkoo](https://github.com/mupkoo))
133105

@@ -138,52 +110,49 @@
138110

139111
- Update to Linter v1.0.0 [\#21](https://github.com/AtomLinter/linter-ruby/pull/21) ([keplersj](https://github.com/keplersj))
140112

141-
**Closed issues:**
113+
**Fixed bugs:**
142114

143-
- No linting occurs [\#22](https://github.com/AtomLinter/linter-ruby/issues/22)
144-
- LinterRuby.Linter is deprecated. [\#20](https://github.com/AtomLinter/linter-ruby/issues/20)
145115
- Object.activate is deprecated. [\#19](https://github.com/AtomLinter/linter-ruby/issues/19)
146116
- Upcoming linter changes [\#17](https://github.com/AtomLinter/linter-ruby/issues/17)
147-
- Config.unobserve is deprecated. [\#16](https://github.com/AtomLinter/linter-ruby/issues/16)
148117
- Config.unobserve is deprecated. [\#8](https://github.com/AtomLinter/linter-ruby/issues/8)
149-
- No longer works [\#6](https://github.com/AtomLinter/linter-ruby/issues/6)
150118

151119
## [v0.1.6](https://github.com/AtomLinter/linter-ruby/tree/v0.1.6) (2015-05-21)
152120
[Full Changelog](https://github.com/AtomLinter/linter-ruby/compare/v0.1.5...v0.1.6)
153121

154-
**Closed issues:**
122+
**Fixed bugs:**
155123

156-
- Is this repo dead? [\#13](https://github.com/AtomLinter/linter-ruby/issues/13)
157124
- Package.activateConfig is deprecated. [\#11](https://github.com/AtomLinter/linter-ruby/issues/11)
158-
- Config.unobserve is deprecated. [\#9](https://github.com/AtomLinter/linter-ruby/issues/9)
159125

160126
## [v0.1.5](https://github.com/AtomLinter/linter-ruby/tree/v0.1.5) (2015-05-16)
161127
[Full Changelog](https://github.com/AtomLinter/linter-ruby/compare/v0.1.4...v0.1.5)
162128

163-
**Closed issues:**
129+
**Implemented enhancements:**
164130

165-
- Config.unobserve is deprecated. [\#14](https://github.com/AtomLinter/linter-ruby/issues/14)
166-
- Package.getActivationCommands is deprecated. [\#12](https://github.com/AtomLinter/linter-ruby/issues/12)
167-
- Uncaught TypeError: undefined is not a function [\#10](https://github.com/AtomLinter/linter-ruby/issues/10)
131+
- Update linter-ruby to support --one and remove deprecation notices. [\#15](https://github.com/AtomLinter/linter-ruby/pull/15) ([envygeeks](https://github.com/envygeeks))
168132

169-
**Merged pull requests:**
133+
**Fixed bugs:**
170134

135+
- Package.getActivationCommands is deprecated. [\#12](https://github.com/AtomLinter/linter-ruby/issues/12)
136+
- Uncaught TypeError: undefined is not a function [\#10](https://github.com/AtomLinter/linter-ruby/issues/10)
171137
- Update linter-ruby to support --one and remove deprecation notices. [\#15](https://github.com/AtomLinter/linter-ruby/pull/15) ([envygeeks](https://github.com/envygeeks))
172138

173139
## [v0.1.4](https://github.com/AtomLinter/linter-ruby/tree/v0.1.4) (2014-08-08)
174140
[Full Changelog](https://github.com/AtomLinter/linter-ruby/compare/v0.1.3...v0.1.4)
175141

176-
**Merged pull requests:**
142+
**Implemented enhancements:**
177143

178144
- Added rails and rspec syntaxes. [\#4](https://github.com/AtomLinter/linter-ruby/pull/4) ([lordjavac](https://github.com/lordjavac))
179145

180146
## [v0.1.3](https://github.com/AtomLinter/linter-ruby/tree/v0.1.3) (2014-07-11)
181-
**Merged pull requests:**
147+
**Implemented enhancements:**
182148

183-
- fix package.json reporting wrong lang [\#3](https://github.com/AtomLinter/linter-ruby/pull/3) ([ddavison](https://github.com/ddavison))
184149
- Update README [\#2](https://github.com/AtomLinter/linter-ruby/pull/2) ([lucasmazza](https://github.com/lucasmazza))
185150
- WIP: Implementing the ruby linter [\#1](https://github.com/AtomLinter/linter-ruby/pull/1) ([lucasmazza](https://github.com/lucasmazza))
186151

152+
**Fixed bugs:**
153+
154+
- fix package.json reporting wrong lang [\#3](https://github.com/AtomLinter/linter-ruby/pull/3) ([ddavison](https://github.com/ddavison))
155+
187156

188157

189158
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

0 commit comments

Comments
 (0)