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

Commit cb43a09

Browse files
committed
Generate a changelog
The old one was essentially useless. Fixes #41.
1 parent 2531d61 commit cb43a09

File tree

1 file changed

+143
-3
lines changed

1 file changed

+143
-3
lines changed

CHANGELOG.md

Lines changed: 143 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,145 @@
1-
# 0.1.4
1+
# Change Log
22

3-
### New Features
3+
## [1.2.1](https://github.com/AtomLinter/linter-ruby/tree/1.2.1) (2015-12-30)
4+
[Full Changelog](https://github.com/AtomLinter/linter-ruby/compare/v1.2.0...1.2.1)
45

5-
* Added rails and rspec syntaxes.
6+
**Closed issues:**
7+
8+
- Linter mis-identifies a required keyword argument as a syntax error [\#47](https://github.com/AtomLinter/linter-ruby/issues/47)
9+
- Failed to catch the syntax errors by regex [\#42](https://github.com/AtomLinter/linter-ruby/issues/42)
10+
11+
**Merged pull requests:**
12+
13+
- Update dependencies [\#53](https://github.com/AtomLinter/linter-ruby/pull/53) ([Arcanemagus](https://github.com/Arcanemagus))
14+
- Add a .gitattributes [\#52](https://github.com/AtomLinter/linter-ruby/pull/52) ([Arcanemagus](https://github.com/Arcanemagus))
15+
- [email protected] untested ⚠️ [\#51](https://github.com/AtomLinter/linter-ruby/pull/51) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
16+
- Update atom-linter to version 4.1.1 🚀 [\#50](https://github.com/AtomLinter/linter-ruby/pull/50) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
17+
18+
## [v1.2.0](https://github.com/AtomLinter/linter-ruby/tree/v1.2.0) (2015-10-08)
19+
[Full Changelog](https://github.com/AtomLinter/linter-ruby/compare/v1.1.1...v1.2.0)
20+
21+
**Implemented enhancements:**
22+
23+
- Syntax highlighting for `Settings` section in the readme [\#44](https://github.com/AtomLinter/linter-ruby/pull/44) ([buo](https://github.com/buo))
24+
- Fix the regex to catch the syntax errors [\#43](https://github.com/AtomLinter/linter-ruby/pull/43) ([buo](https://github.com/buo))
25+
26+
**Closed issues:**
27+
28+
- TypeError: Cannot read property 'match' of undefined [\#31](https://github.com/AtomLinter/linter-ruby/issues/31)
29+
30+
**Merged pull requests:**
31+
32+
- Add linter name [\#45](https://github.com/AtomLinter/linter-ruby/pull/45) ([Arcanemagus](https://github.com/Arcanemagus))
33+
34+
## [v1.1.1](https://github.com/AtomLinter/linter-ruby/tree/v1.1.1) (2015-09-06)
35+
[Full Changelog](https://github.com/AtomLinter/linter-ruby/compare/v1.1.0...v1.1.1)
36+
37+
**Implemented enhancements:**
38+
39+
- Upgrade installer [\#39](https://github.com/AtomLinter/linter-ruby/pull/39) ([steelbrain](https://github.com/steelbrain))
40+
41+
## [v1.1.0](https://github.com/AtomLinter/linter-ruby/tree/v1.1.0) (2015-09-06)
42+
[Full Changelog](https://github.com/AtomLinter/linter-ruby/compare/v1.0.3...v1.1.0)
43+
44+
**Merged pull requests:**
45+
46+
- Convert to independant package. [\#38](https://github.com/AtomLinter/linter-ruby/pull/38) ([kepler0](https://github.com/kepler0))
47+
48+
## [v1.0.3](https://github.com/AtomLinter/linter-ruby/tree/v1.0.3) (2015-09-05)
49+
[Full Changelog](https://github.com/AtomLinter/linter-ruby/compare/v1.0.2...v1.0.3)
50+
51+
**Implemented enhancements:**
52+
53+
- Ignore extensions [\#37](https://github.com/AtomLinter/linter-ruby/pull/37) ([goddamnhippie](https://github.com/goddamnhippie))
54+
- fix lintOnFly and wrong range\(line\) report [\#30](https://github.com/AtomLinter/linter-ruby/pull/30) ([Project0](https://github.com/Project0))
55+
56+
**Fixed bugs:**
57+
58+
- catch error type by regex [\#35](https://github.com/AtomLinter/linter-ruby/pull/35) ([Project0](https://github.com/Project0))
59+
60+
**Closed issues:**
61+
62+
- always mark the same error [\#34](https://github.com/AtomLinter/linter-ruby/issues/34)
63+
- No warnings and line numbers are offset [\#33](https://github.com/AtomLinter/linter-ruby/issues/33)
64+
- Having a file simply named Ruby causes the linter to run. [\#32](https://github.com/AtomLinter/linter-ruby/issues/32)
65+
- linter-ruby does not support Lint on the fly [\#27](https://github.com/AtomLinter/linter-ruby/issues/27)
66+
- Linter applies on text.html.ruby [\#26](https://github.com/AtomLinter/linter-ruby/issues/26)
67+
68+
## [v1.0.2](https://github.com/AtomLinter/linter-ruby/tree/v1.0.2) (2015-08-19)
69+
[Full Changelog](https://github.com/AtomLinter/linter-ruby/compare/v1.0.1...v1.0.2)
70+
71+
**Fixed bugs:**
72+
73+
- Uncaught Error: spawn ENOTDIR [\#23](https://github.com/AtomLinter/linter-ruby/issues/23)
74+
75+
**Closed issues:**
76+
77+
- Failed to spawn command ruby. Make sure ruby is installed and on your PATH [\#25](https://github.com/AtomLinter/linter-ruby/issues/25)
78+
79+
**Merged pull requests:**
80+
81+
- Move to a broader regex [\#28](https://github.com/AtomLinter/linter-ruby/pull/28) ([Arcanemagus](https://github.com/Arcanemagus))
82+
83+
## [v1.0.1](https://github.com/AtomLinter/linter-ruby/tree/v1.0.1) (2015-08-11)
84+
[Full Changelog](https://github.com/AtomLinter/linter-ruby/compare/v1.0.0...v1.0.1)
85+
86+
**Merged pull requests:**
87+
88+
- 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))
89+
90+
## [v1.0.0](https://github.com/AtomLinter/linter-ruby/tree/v1.0.0) (2015-08-07)
91+
[Full Changelog](https://github.com/AtomLinter/linter-ruby/compare/v0.1.6...v1.0.0)
92+
93+
**Implemented enhancements:**
94+
95+
- Update to Linter v1.0.0 [\#21](https://github.com/AtomLinter/linter-ruby/pull/21) ([kepler0](https://github.com/kepler0))
96+
97+
**Closed issues:**
98+
99+
- No linting occurs [\#22](https://github.com/AtomLinter/linter-ruby/issues/22)
100+
- LinterRuby.Linter is deprecated. [\#20](https://github.com/AtomLinter/linter-ruby/issues/20)
101+
- Object.activate is deprecated. [\#19](https://github.com/AtomLinter/linter-ruby/issues/19)
102+
- Upcoming linter changes [\#17](https://github.com/AtomLinter/linter-ruby/issues/17)
103+
- Config.unobserve is deprecated. [\#16](https://github.com/AtomLinter/linter-ruby/issues/16)
104+
- Config.unobserve is deprecated. [\#8](https://github.com/AtomLinter/linter-ruby/issues/8)
105+
- No longer works [\#6](https://github.com/AtomLinter/linter-ruby/issues/6)
106+
107+
## [v0.1.6](https://github.com/AtomLinter/linter-ruby/tree/v0.1.6) (2015-05-21)
108+
[Full Changelog](https://github.com/AtomLinter/linter-ruby/compare/v0.1.5...v0.1.6)
109+
110+
**Closed issues:**
111+
112+
- Is this repo dead? [\#13](https://github.com/AtomLinter/linter-ruby/issues/13)
113+
- Package.activateConfig is deprecated. [\#11](https://github.com/AtomLinter/linter-ruby/issues/11)
114+
- Config.unobserve is deprecated. [\#9](https://github.com/AtomLinter/linter-ruby/issues/9)
115+
116+
## [v0.1.5](https://github.com/AtomLinter/linter-ruby/tree/v0.1.5) (2015-05-16)
117+
[Full Changelog](https://github.com/AtomLinter/linter-ruby/compare/v0.1.4...v0.1.5)
118+
119+
**Closed issues:**
120+
121+
- Config.unobserve is deprecated. [\#14](https://github.com/AtomLinter/linter-ruby/issues/14)
122+
- Package.getActivationCommands is deprecated. [\#12](https://github.com/AtomLinter/linter-ruby/issues/12)
123+
- Uncaught TypeError: undefined is not a function [\#10](https://github.com/AtomLinter/linter-ruby/issues/10)
124+
125+
**Merged pull requests:**
126+
127+
- Update linter-ruby to support --one and remove deprecation notices. [\#15](https://github.com/AtomLinter/linter-ruby/pull/15) ([envygeeks](https://github.com/envygeeks))
128+
129+
## [v0.1.4](https://github.com/AtomLinter/linter-ruby/tree/v0.1.4) (2014-08-08)
130+
[Full Changelog](https://github.com/AtomLinter/linter-ruby/compare/v0.1.3...v0.1.4)
131+
132+
**Merged pull requests:**
133+
134+
- Added rails and rspec syntaxes. [\#4](https://github.com/AtomLinter/linter-ruby/pull/4) ([lordjavac](https://github.com/lordjavac))
135+
136+
## [v0.1.3](https://github.com/AtomLinter/linter-ruby/tree/v0.1.3) (2014-07-11)
137+
**Merged pull requests:**
138+
139+
- fix package.json reporting wrong lang [\#3](https://github.com/AtomLinter/linter-ruby/pull/3) ([ddavison](https://github.com/ddavison))
140+
- Update README [\#2](https://github.com/AtomLinter/linter-ruby/pull/2) ([lucasmazza](https://github.com/lucasmazza))
141+
- WIP: Implementing the ruby linter [\#1](https://github.com/AtomLinter/linter-ruby/pull/1) ([lucasmazza](https://github.com/lucasmazza))
142+
143+
144+
145+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

0 commit comments

Comments
 (0)