|
1 | 1 | # Change Log
|
2 | 2 |
|
| 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 | + |
3 | 10 | ## [v1.1.10](https://github.com/AtomLinter/linter-elixirc/tree/v1.1.10) (2016-06-30)
|
4 | 11 | [Full Changelog](https://github.com/AtomLinter/linter-elixirc/compare/v1.1.9...v1.1.10)
|
5 | 12 |
|
6 | 13 | **Fixed bugs:**
|
7 | 14 |
|
8 | 15 | - Fallback to file directory [\#71](https://github.com/AtomLinter/linter-elixirc/pull/71) ([Arcanemagus](https://github.com/Arcanemagus))
|
9 | 16 |
|
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 |
| - |
15 | 17 | ## [v1.1.9](https://github.com/AtomLinter/linter-elixirc/tree/v1.1.9) (2016-06-14)
|
16 | 18 | [Full Changelog](https://github.com/AtomLinter/linter-elixirc/compare/v1.1.8...v1.1.9)
|
17 | 19 |
|
|
58 | 60 |
|
59 | 61 | **Fixed bugs:**
|
60 | 62 |
|
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) |
66 | 63 | - 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)) |
67 | 65 |
|
68 | 66 | ## [v1.1.5](https://github.com/AtomLinter/linter-elixirc/tree/v1.1.5) (2016-01-13)
|
69 | 67 | [Full Changelog](https://github.com/AtomLinter/linter-elixirc/compare/v1.1.4...v1.1.5)
|
|
75 | 73 | - [email protected] untested ⚠️ [\#33 ](https://github.com/AtomLinter/linter-elixirc/pull/33) ( [greenkeeperio-bot ](https://github.com/greenkeeperio-bot))
|
76 | 74 | - [email protected] untested ⚠️ [\#31 ](https://github.com/AtomLinter/linter-elixirc/pull/31) ( [greenkeeperio-bot ](https://github.com/greenkeeperio-bot))
|
77 | 75 |
|
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:** |
83 | 77 |
|
84 | 78 | - Force elixirc for Phoenix projects [\#38](https://github.com/AtomLinter/linter-elixirc/pull/38) ([tmikoss](https://github.com/tmikoss))
|
85 | 79 |
|
|
105 | 99 |
|
106 | 100 | - Detecting current project path correctly. Fixed \#23. [\#24](https://github.com/AtomLinter/linter-elixirc/pull/24) ([antage](https://github.com/antage))
|
107 | 101 |
|
108 |
| -**Closed issues:** |
| 102 | +**Fixed bugs:** |
109 | 103 |
|
110 | 104 | - Incorrect file path for several paths in the project [\#23](https://github.com/AtomLinter/linter-elixirc/issues/23)
|
111 | 105 |
|
112 | 106 | ## [v1.1.1](https://github.com/AtomLinter/linter-elixirc/tree/v1.1.1) (2015-12-04)
|
113 | 107 | [Full Changelog](https://github.com/AtomLinter/linter-elixirc/compare/v1.1.0...v1.1.1)
|
114 | 108 |
|
115 |
| -**Closed issues:** |
| 109 | +**Implemented enhancements:** |
116 | 110 |
|
117 | 111 | - Make mix optional [\#17](https://github.com/AtomLinter/linter-elixirc/issues/17)
|
118 | 112 |
|
119 |
| -**Merged pull requests:** |
| 113 | +**Fixed bugs:** |
120 | 114 |
|
121 | 115 | - Fix -pa command line arguments to work with test files. [\#22](https://github.com/AtomLinter/linter-elixirc/pull/22) ([tuvistavie](https://github.com/tuvistavie))
|
122 | 116 |
|
123 | 117 | ## [v1.1.0](https://github.com/AtomLinter/linter-elixirc/tree/v1.1.0) (2015-10-20)
|
124 | 118 | [Full Changelog](https://github.com/AtomLinter/linter-elixirc/compare/v1.0.0...v1.1.0)
|
125 | 119 |
|
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:** |
137 | 121 |
|
138 | 122 | - Handling exs [\#18](https://github.com/AtomLinter/linter-elixirc/pull/18) ([remiq](https://github.com/remiq))
|
139 | 123 | - New api doc [\#15](https://github.com/AtomLinter/linter-elixirc/pull/15) ([remiq](https://github.com/remiq))
|
140 | 124 |
|
| 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 | + |
141 | 130 | ## [v1.0.0](https://github.com/AtomLinter/linter-elixirc/tree/v1.0.0) (2015-10-19)
|
142 | 131 | [Full Changelog](https://github.com/AtomLinter/linter-elixirc/compare/v0.2.2...v1.0.0)
|
143 | 132 |
|
144 |
| -**Merged pull requests:** |
| 133 | +**Fixed bugs:** |
145 | 134 |
|
146 | 135 | - New linter API [\#14](https://github.com/AtomLinter/linter-elixirc/pull/14) ([remiq](https://github.com/remiq))
|
147 | 136 |
|
148 | 137 | ## [v0.2.2](https://github.com/AtomLinter/linter-elixirc/tree/v0.2.2) (2015-05-27)
|
149 | 138 | [Full Changelog](https://github.com/AtomLinter/linter-elixirc/compare/v0.2.1...v0.2.2)
|
150 | 139 |
|
151 |
| -**Closed issues:** |
| 140 | +**Fixed bugs:** |
152 | 141 |
|
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) |
155 | 142 | - Package.activateConfig is deprecated. [\#3](https://github.com/AtomLinter/linter-elixirc/issues/3)
|
156 | 143 | - Package.getActivationCommands is deprecated. [\#2](https://github.com/AtomLinter/linter-elixirc/issues/2)
|
157 | 144 |
|
158 | 145 | ## [v0.2.1](https://github.com/AtomLinter/linter-elixirc/tree/v0.2.1) (2014-11-04)
|
159 | 146 | [Full Changelog](https://github.com/AtomLinter/linter-elixirc/compare/v0.2.0...v0.2.1)
|
160 | 147 |
|
161 |
| -**Closed issues:** |
| 148 | +**Implemented enhancements:** |
162 | 149 |
|
163 | 150 | - join us [\#1](https://github.com/AtomLinter/linter-elixirc/issues/1)
|
164 | 151 |
|
|
0 commit comments