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

Commit 04d5ae4

Browse files
committed
Update and cleanup the changelog
1 parent 56550c5 commit 04d5ae4

File tree

1 file changed

+21
-34
lines changed

1 file changed

+21
-34
lines changed

CHANGELOG.md

Lines changed: 21 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
# Change Log
22

3+
## [v1.1.11](https://github.com/AtomLinter/linter-elixirc/tree/v1.1.11) (2016-09-06)
4+
[Full Changelog](https://github.com/AtomLinter/linter-elixirc/compare/v1.1.10...v1.1.11)
5+
6+
**Implemented enhancements:**
7+
8+
- Update atom-linter to version 8.0.0 🚀 [\#77](https://github.com/AtomLinter/linter-elixirc/pull/77) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
9+
310
## [v1.1.10](https://github.com/AtomLinter/linter-elixirc/tree/v1.1.10) (2016-06-30)
411
[Full Changelog](https://github.com/AtomLinter/linter-elixirc/compare/v1.1.9...v1.1.10)
512

613
**Fixed bugs:**
714

815
- Fallback to file directory [\#71](https://github.com/AtomLinter/linter-elixirc/pull/71) ([Arcanemagus](https://github.com/Arcanemagus))
916

10-
**Closed issues:**
11-
12-
- Getting compilation lint warnings, but no style warnings? [\#70](https://github.com/AtomLinter/linter-elixirc/issues/70)
13-
- Linter is not showing compilation errors \(or warnings\) [\#67](https://github.com/AtomLinter/linter-elixirc/issues/67)
14-
1517
## [v1.1.9](https://github.com/AtomLinter/linter-elixirc/tree/v1.1.9) (2016-06-14)
1618
[Full Changelog](https://github.com/AtomLinter/linter-elixirc/compare/v1.1.8...v1.1.9)
1719

@@ -58,12 +60,8 @@
5860

5961
**Fixed bugs:**
6062

61-
- Re-work the regex [\#45](https://github.com/AtomLinter/linter-elixirc/pull/45) ([Arcanemagus](https://github.com/Arcanemagus))
62-
63-
**Closed issues:**
64-
65-
- Plug doesn't get discovered in the phoenix project [\#56](https://github.com/AtomLinter/linter-elixirc/issues/56)
6663
- Phoenix code\_reload does not work when using linter-elixirc [\#19](https://github.com/AtomLinter/linter-elixirc/issues/19)
64+
- Re-work the regex [\#45](https://github.com/AtomLinter/linter-elixirc/pull/45) ([Arcanemagus](https://github.com/Arcanemagus))
6765

6866
## [v1.1.5](https://github.com/AtomLinter/linter-elixirc/tree/v1.1.5) (2016-01-13)
6967
[Full Changelog](https://github.com/AtomLinter/linter-elixirc/compare/v1.1.4...v1.1.5)
@@ -75,11 +73,7 @@
7573
- [email protected] untested ⚠️ [\#33](https://github.com/AtomLinter/linter-elixirc/pull/33) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
7674
- [email protected] untested ⚠️ [\#31](https://github.com/AtomLinter/linter-elixirc/pull/31) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
7775

78-
**Closed issues:**
79-
80-
- breaks inotify-tools in phoenix app on linux [\#32](https://github.com/AtomLinter/linter-elixirc/issues/32)
81-
82-
**Merged pull requests:**
76+
**Fixed bugs:**
8377

8478
- Force elixirc for Phoenix projects [\#38](https://github.com/AtomLinter/linter-elixirc/pull/38) ([tmikoss](https://github.com/tmikoss))
8579

@@ -105,60 +99,53 @@
10599

106100
- Detecting current project path correctly. Fixed \#23. [\#24](https://github.com/AtomLinter/linter-elixirc/pull/24) ([antage](https://github.com/antage))
107101

108-
**Closed issues:**
102+
**Fixed bugs:**
109103

110104
- Incorrect file path for several paths in the project [\#23](https://github.com/AtomLinter/linter-elixirc/issues/23)
111105

112106
## [v1.1.1](https://github.com/AtomLinter/linter-elixirc/tree/v1.1.1) (2015-12-04)
113107
[Full Changelog](https://github.com/AtomLinter/linter-elixirc/compare/v1.1.0...v1.1.1)
114108

115-
**Closed issues:**
109+
**Implemented enhancements:**
116110

117111
- Make mix optional [\#17](https://github.com/AtomLinter/linter-elixirc/issues/17)
118112

119-
**Merged pull requests:**
113+
**Fixed bugs:**
120114

121115
- Fix -pa command line arguments to work with test files. [\#22](https://github.com/AtomLinter/linter-elixirc/pull/22) ([tuvistavie](https://github.com/tuvistavie))
122116

123117
## [v1.1.0](https://github.com/AtomLinter/linter-elixirc/tree/v1.1.0) (2015-10-20)
124118
[Full Changelog](https://github.com/AtomLinter/linter-elixirc/compare/v1.0.0...v1.1.0)
125119

126-
**Closed issues:**
127-
128-
- latest version of linter doesn't work [\#13](https://github.com/AtomLinter/linter-elixirc/issues/13)
129-
- use of non standard library module fails [\#12](https://github.com/AtomLinter/linter-elixirc/issues/12)
130-
- Object.activate is deprecated. [\#11](https://github.com/AtomLinter/linter-elixirc/issues/11)
131-
- Modules in `mix.exs` are not found by default. [\#10](https://github.com/AtomLinter/linter-elixirc/issues/10)
132-
- Some user defined modules are not found if includeDirs is not defined [\#9](https://github.com/AtomLinter/linter-elixirc/issues/9)
133-
- Upcoming linter changes [\#8](https://github.com/AtomLinter/linter-elixirc/issues/8)
134-
- Uncaught TypeError: Cannot read property 'split' of undefined [\#7](https://github.com/AtomLinter/linter-elixirc/issues/7)
135-
136-
**Merged pull requests:**
120+
**Implemented enhancements:**
137121

138122
- Handling exs [\#18](https://github.com/AtomLinter/linter-elixirc/pull/18) ([remiq](https://github.com/remiq))
139123
- New api doc [\#15](https://github.com/AtomLinter/linter-elixirc/pull/15) ([remiq](https://github.com/remiq))
140124

125+
**Fixed bugs:**
126+
127+
- Modules in `mix.exs` are not found by default. [\#10](https://github.com/AtomLinter/linter-elixirc/issues/10)
128+
- Upcoming linter changes [\#8](https://github.com/AtomLinter/linter-elixirc/issues/8)
129+
141130
## [v1.0.0](https://github.com/AtomLinter/linter-elixirc/tree/v1.0.0) (2015-10-19)
142131
[Full Changelog](https://github.com/AtomLinter/linter-elixirc/compare/v0.2.2...v1.0.0)
143132

144-
**Merged pull requests:**
133+
**Fixed bugs:**
145134

146135
- New linter API [\#14](https://github.com/AtomLinter/linter-elixirc/pull/14) ([remiq](https://github.com/remiq))
147136

148137
## [v0.2.2](https://github.com/AtomLinter/linter-elixirc/tree/v0.2.2) (2015-05-27)
149138
[Full Changelog](https://github.com/AtomLinter/linter-elixirc/compare/v0.2.1...v0.2.2)
150139

151-
**Closed issues:**
140+
**Fixed bugs:**
152141

153-
- Package.activateConfig is deprecated. [\#6](https://github.com/AtomLinter/linter-elixirc/issues/6)
154-
- Package.activateConfig is deprecated. [\#4](https://github.com/AtomLinter/linter-elixirc/issues/4)
155142
- Package.activateConfig is deprecated. [\#3](https://github.com/AtomLinter/linter-elixirc/issues/3)
156143
- Package.getActivationCommands is deprecated. [\#2](https://github.com/AtomLinter/linter-elixirc/issues/2)
157144

158145
## [v0.2.1](https://github.com/AtomLinter/linter-elixirc/tree/v0.2.1) (2014-11-04)
159146
[Full Changelog](https://github.com/AtomLinter/linter-elixirc/compare/v0.2.0...v0.2.1)
160147

161-
**Closed issues:**
148+
**Implemented enhancements:**
162149

163150
- join us [\#1](https://github.com/AtomLinter/linter-elixirc/issues/1)
164151

0 commit comments

Comments
 (0)