|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -## [0.8.1](https://github.com/clojerl/rebar3_clojerl/tree/0.8.1) |
| 3 | +## [0.8.2](https://github.com/clojerl/rebar3_clojerl/tree/0.8.2) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/clojerl/rebar3_clojerl/compare/0.8.1...0.8.2) |
| 6 | + |
| 7 | +**Implemented enhancements:** |
| 8 | + |
| 9 | +- Make {clojerl, compile} depend on {default, compile} [\#91](https://github.com/clojerl/rebar3_clojerl/issues/91) |
| 10 | + |
| 11 | +**Closed issues:** |
| 12 | + |
| 13 | +- Enable starting a REPL outside of a project context [\#88](https://github.com/clojerl/rebar3_clojerl/issues/88) |
| 14 | +- Possible reader issues when running the Clojerl REPL in a release? [\#86](https://github.com/clojerl/rebar3_clojerl/issues/86) |
| 15 | + |
| 16 | +**Merged pull requests:** |
| 17 | + |
| 18 | +- \[\#91\] Make 'clojerl compile' depend on default 'compile' [\#92](https://github.com/clojerl/rebar3_clojerl/pull/92) ([jfacorro](https://github.com/jfacorro)) |
| 19 | +- \[\#88\] Improve error messaging and handling when clojerl is not available [\#89](https://github.com/clojerl/rebar3_clojerl/pull/89) ([jfacorro](https://github.com/jfacorro)) |
| 20 | + |
| 21 | +## [0.8.1](https://github.com/clojerl/rebar3_clojerl/tree/0.8.1) (2020-07-22) |
4 | 22 |
|
5 | 23 | [Full Changelog](https://github.com/clojerl/rebar3_clojerl/compare/0.8.0...0.8.1) |
6 | 24 |
|
|
90 | 108 |
|
91 | 109 | **Merged pull requests:** |
92 | 110 |
|
| 111 | +- \[\#50\] Process provider\_hooks for the 'compile' task [\#56](https://github.com/clojerl/rebar3_clojerl/pull/56) ([jfacorro](https://github.com/jfacorro)) |
| 112 | +- Add link to hex badge [\#55](https://github.com/clojerl/rebar3_clojerl/pull/55) ([jfacorro](https://github.com/jfacorro)) |
93 | 113 | - Add hex badge [\#54](https://github.com/clojerl/rebar3_clojerl/pull/54) ([jfacorro](https://github.com/jfacorro)) |
94 | 114 | - \[Closes \#52\] Support starting a repl in an almost empty rebar.config [\#53](https://github.com/clojerl/rebar3_clojerl/pull/53) ([jfacorro](https://github.com/jfacorro)) |
95 | 115 | - Include basic testing template [\#51](https://github.com/clojerl/rebar3_clojerl/pull/51) ([arpunk](https://github.com/arpunk)) |
|
107 | 127 |
|
108 | 128 | **Merged pull requests:** |
109 | 129 |
|
110 | | -- \[\#50\] Process provider\_hooks for the 'compile' task [\#56](https://github.com/clojerl/rebar3_clojerl/pull/56) ([jfacorro](https://github.com/jfacorro)) |
111 | | -- Add link to hex badge [\#55](https://github.com/clojerl/rebar3_clojerl/pull/55) ([jfacorro](https://github.com/jfacorro)) |
112 | 130 | - \[Closes \#47\] document rebar3.config options [\#48](https://github.com/clojerl/rebar3_clojerl/pull/48) ([jfacorro](https://github.com/jfacorro)) |
113 | 131 | - Prepare release 0.6.6 [\#45](https://github.com/clojerl/rebar3_clojerl/pull/45) ([jfacorro](https://github.com/jfacorro)) |
114 | 132 | - clojerl test task is run in the test profile [\#44](https://github.com/clojerl/rebar3_clojerl/pull/44) ([jfacorro](https://github.com/jfacorro)) |
115 | 133 | - \[Closes \#42\] update documentation and template [\#43](https://github.com/clojerl/rebar3_clojerl/pull/43) ([jfacorro](https://github.com/jfacorro)) |
116 | | -- Fix rebar3 template [\#41](https://github.com/clojerl/rebar3_clojerl/pull/41) ([arpunk](https://github.com/arpunk)) |
117 | 134 |
|
118 | 135 | ## [0.6.5](https://github.com/clojerl/rebar3_clojerl/tree/0.6.5) (2018-11-21) |
119 | 136 |
|
|
125 | 142 |
|
126 | 143 | **Merged pull requests:** |
127 | 144 |
|
| 145 | +- Fix rebar3 template [\#41](https://github.com/clojerl/rebar3_clojerl/pull/41) ([arpunk](https://github.com/arpunk)) |
128 | 146 | - \[\#38\] Mention templates in README [\#40](https://github.com/clojerl/rebar3_clojerl/pull/40) ([jfacorro](https://github.com/jfacorro)) |
129 | 147 | - \[\#38\] add template [\#39](https://github.com/clojerl/rebar3_clojerl/pull/39) ([jfacorro](https://github.com/jfacorro)) |
130 | 148 |
|
|
149 | 167 |
|
150 | 168 | [Full Changelog](https://github.com/clojerl/rebar3_clojerl/compare/0.6.2...0.6.3) |
151 | 169 |
|
152 | | -**Fixed bugs:** |
153 | | - |
154 | | -- Apply compile order to deps [\#32](https://github.com/clojerl/rebar3_clojerl/issues/32) |
155 | | - |
156 | 170 | **Merged pull requests:** |
157 | 171 |
|
158 | 172 | - \[Fixes \#32\] Compile order deps [\#33](https://github.com/clojerl/rebar3_clojerl/pull/33) ([jfacorro](https://github.com/jfacorro)) |
|
215 | 229 |
|
216 | 230 | - \[Closes \#22\] Handle issues with protocol compilation [\#23](https://github.com/clojerl/rebar3_clojerl/pull/23) ([jfacorro](https://github.com/jfacorro)) |
217 | 231 | - \[Closes \#20\] Abort on compiler error [\#21](https://github.com/clojerl/rebar3_clojerl/pull/21) ([jfacorro](https://github.com/jfacorro)) |
218 | | -- \[Closes \#6\] Include stacktrace in errors [\#7](https://github.com/clojerl/rebar3_clojerl/pull/7) ([jfacorro](https://github.com/jfacorro)) |
219 | 232 |
|
220 | 233 | ## [0.3.0](https://github.com/clojerl/rebar3_clojerl/tree/0.3.0) (2018-04-23) |
221 | 234 |
|
222 | 235 | [Full Changelog](https://github.com/clojerl/rebar3_clojerl/compare/0.2.2...0.3.0) |
223 | 236 |
|
| 237 | +**Fixed bugs:** |
| 238 | + |
| 239 | +- Apply compile order to deps [\#32](https://github.com/clojerl/rebar3_clojerl/issues/32) |
| 240 | + |
224 | 241 | **Closed issues:** |
225 | 242 |
|
226 | 243 | - Define \*compile-protocols-path\* in order to handle latest changes [\#18](https://github.com/clojerl/rebar3_clojerl/issues/18) |
|
281 | 298 | **Merged pull requests:** |
282 | 299 |
|
283 | 300 | - \[Closes \#4\] Don't recompile unmodified source files \[Closes \#8\] Compile deps [\#9](https://github.com/clojerl/rebar3_clojerl/pull/9) ([jfacorro](https://github.com/jfacorro)) |
| 301 | +- \[Closes \#6\] Include stacktrace in errors [\#7](https://github.com/clojerl/rebar3_clojerl/pull/7) ([jfacorro](https://github.com/jfacorro)) |
284 | 302 | - \[Closes \#2\] Print compile-time errors [\#5](https://github.com/clojerl/rebar3_clojerl/pull/5) ([jfacorro](https://github.com/jfacorro)) |
285 | 303 | - Add repl command [\#1](https://github.com/clojerl/rebar3_clojerl/pull/1) ([jfacorro](https://github.com/jfacorro)) |
286 | 304 |
|
|
0 commit comments