Current section
13 Versions
Jump to
Current section
13 Versions
Compare versions
7
files changed
+396
additions
-17
deletions
| @@ -0,0 +1,364 @@ | |
| 1 | + # Changelog |
| 2 | + |
| 3 | + ## [0.8.6](https://github.com/clojerl/rebar3_clojerl/tree/0.8.6) |
| 4 | + |
| 5 | + [Full Changelog](https://github.com/clojerl/rebar3_clojerl/compare/0.8.5...0.8.6) |
| 6 | + |
| 7 | + **Closed issues:** |
| 8 | + |
| 9 | + - Add a Makefile with the commands for publishing to hex [\#103](https://github.com/clojerl/rebar3_clojerl/issues/103) |
| 10 | + |
| 11 | + **Merged pull requests:** |
| 12 | + |
| 13 | + - \[\#106\] Add the src directories from dependencies before compiling clojerl [\#107](https://github.com/clojerl/rebar3_clojerl/pull/107) ([jfacorro](https://github.com/jfacorro)) |
| 14 | + - Support for relx 4.0 as per rebar 3.14.0 [\#105](https://github.com/clojerl/rebar3_clojerl/pull/105) ([arpunk](https://github.com/arpunk)) |
| 15 | + - \[\#103\] Add Makefile with targets to publish to hex [\#104](https://github.com/clojerl/rebar3_clojerl/pull/104) ([jfacorro](https://github.com/jfacorro)) |
| 16 | + |
| 17 | + ## [0.8.5](https://github.com/clojerl/rebar3_clojerl/tree/0.8.5) (2021-05-09) |
| 18 | + |
| 19 | + [Full Changelog](https://github.com/clojerl/rebar3_clojerl/compare/0.8.4...0.8.5) |
| 20 | + |
| 21 | + **Closed issues:** |
| 22 | + |
| 23 | + - Update templates to use plugin version 0.8.4 [\#100](https://github.com/clojerl/rebar3_clojerl/issues/100) |
| 24 | + |
| 25 | + **Merged pull requests:** |
| 26 | + |
| 27 | + - Prepare release 0.8.5 [\#102](https://github.com/clojerl/rebar3_clojerl/pull/102) ([jfacorro](https://github.com/jfacorro)) |
| 28 | + - \[\#100\] Update plugin version in templates [\#101](https://github.com/clojerl/rebar3_clojerl/pull/101) ([jfacorro](https://github.com/jfacorro)) |
| 29 | + |
| 30 | + ## [0.8.4](https://github.com/clojerl/rebar3_clojerl/tree/0.8.4) (2020-08-12) |
| 31 | + |
| 32 | + [Full Changelog](https://github.com/clojerl/rebar3_clojerl/compare/0.8.3...0.8.4) |
| 33 | + |
| 34 | + **Fixed bugs:** |
| 35 | + |
| 36 | + - Latest rebar3 changes make plugin crash [\#97](https://github.com/clojerl/rebar3_clojerl/issues/97) |
| 37 | + |
| 38 | + **Merged pull requests:** |
| 39 | + |
| 40 | + - Prepare release 0.8.4 [\#99](https://github.com/clojerl/rebar3_clojerl/pull/99) ([jfacorro](https://github.com/jfacorro)) |
| 41 | + - \[\#97\] Fall back to new function to get release command options spec [\#98](https://github.com/clojerl/rebar3_clojerl/pull/98) ([jfacorro](https://github.com/jfacorro)) |
| 42 | + |
| 43 | + ## [0.8.3](https://github.com/clojerl/rebar3_clojerl/tree/0.8.3) (2020-07-27) |
| 44 | + |
| 45 | + [Full Changelog](https://github.com/clojerl/rebar3_clojerl/compare/0.8.2...0.8.3) |
| 46 | + |
| 47 | + **Implemented enhancements:** |
| 48 | + |
| 49 | + - Bump versions in templates [\#95](https://github.com/clojerl/rebar3_clojerl/issues/95) |
| 50 | + |
| 51 | + **Closed issues:** |
| 52 | + |
| 53 | + - Generate documentation with edoc [\#93](https://github.com/clojerl/rebar3_clojerl/issues/93) |
| 54 | + |
| 55 | + **Merged pull requests:** |
| 56 | + |
| 57 | + - \[\#95\] Bump versions [\#96](https://github.com/clojerl/rebar3_clojerl/pull/96) ([jfacorro](https://github.com/jfacorro)) |
| 58 | + - \[\#93\] Generate edoc [\#94](https://github.com/clojerl/rebar3_clojerl/pull/94) ([jfacorro](https://github.com/jfacorro)) |
| 59 | + |
| 60 | + ## [0.8.2](https://github.com/clojerl/rebar3_clojerl/tree/0.8.2) (2020-07-27) |
| 61 | + |
| 62 | + [Full Changelog](https://github.com/clojerl/rebar3_clojerl/compare/0.8.1...0.8.2) |
| 63 | + |
| 64 | + **Implemented enhancements:** |
| 65 | + |
| 66 | + - Make {clojerl, compile} depend on {default, compile} [\#91](https://github.com/clojerl/rebar3_clojerl/issues/91) |
| 67 | + |
| 68 | + **Closed issues:** |
| 69 | + |
| 70 | + - Enable starting a REPL outside of a project context [\#88](https://github.com/clojerl/rebar3_clojerl/issues/88) |
| 71 | + - Possible reader issues when running the Clojerl REPL in a release? [\#86](https://github.com/clojerl/rebar3_clojerl/issues/86) |
| 72 | + |
| 73 | + **Merged pull requests:** |
| 74 | + |
| 75 | + - \[\#91\] Make 'clojerl compile' depend on default 'compile' [\#92](https://github.com/clojerl/rebar3_clojerl/pull/92) ([jfacorro](https://github.com/jfacorro)) |
| 76 | + - \[\#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)) |
| 77 | + |
| 78 | + ## [0.8.1](https://github.com/clojerl/rebar3_clojerl/tree/0.8.1) (2020-07-22) |
| 79 | + |
| 80 | + [Full Changelog](https://github.com/clojerl/rebar3_clojerl/compare/0.8.0...0.8.1) |
| 81 | + |
| 82 | + **Closed issues:** |
| 83 | + |
| 84 | + - Issues running a Clojerl release [\#83](https://github.com/clojerl/rebar3_clojerl/issues/83) |
| 85 | + |
| 86 | + **Merged pull requests:** |
| 87 | + |
| 88 | + - Added support for creating library projects. [\#87](https://github.com/clojerl/rebar3_clojerl/pull/87) ([oubiwann](https://github.com/oubiwann)) |
| 89 | + - \[\#83\] Update .app files with modules before creating a release [\#84](https://github.com/clojerl/rebar3_clojerl/pull/84) ([jfacorro](https://github.com/jfacorro)) |
| 90 | + - Tweaked release plugin to mirror Erlang more closely. [\#82](https://github.com/clojerl/rebar3_clojerl/pull/82) ([oubiwann](https://github.com/oubiwann)) |
| 91 | + |
| 92 | + ## [0.8.0](https://github.com/clojerl/rebar3_clojerl/tree/0.8.0) (2020-07-07) |
| 93 | + |
| 94 | + [Full Changelog](https://github.com/clojerl/rebar3_clojerl/compare/0.7.0...0.8.0) |
| 95 | + |
| 96 | + **Implemented enhancements:** |
| 97 | + |
| 98 | + - Include stacktrace on error [\#75](https://github.com/clojerl/rebar3_clojerl/issues/75) |
| 99 | + - Add escriptize command [\#67](https://github.com/clojerl/rebar3_clojerl/issues/67) |
| 100 | + - Create template for creating escripts [\#63](https://github.com/clojerl/rebar3_clojerl/issues/63) |
| 101 | + |
| 102 | + **Fixed bugs:** |
| 103 | + |
| 104 | + - Run command fails with more than one argument [\#73](https://github.com/clojerl/rebar3_clojerl/issues/73) |
| 105 | + - repl command crashes on first compilation on OTP 19 [\#72](https://github.com/clojerl/rebar3_clojerl/issues/72) |
| 106 | + |
| 107 | + **Closed issues:** |
| 108 | + |
| 109 | + - Release support? [\#79](https://github.com/clojerl/rebar3_clojerl/issues/79) |
| 110 | + - Generate .app.src from project.clj [\#10](https://github.com/clojerl/rebar3_clojerl/issues/10) |
| 111 | + |
| 112 | + **Merged pull requests:** |
| 113 | + |
| 114 | + - Prepare release 0.8.0 [\#81](https://github.com/clojerl/rebar3_clojerl/pull/81) ([jfacorro](https://github.com/jfacorro)) |
| 115 | + - \[\#79\] Release template and command [\#80](https://github.com/clojerl/rebar3_clojerl/pull/80) ([jfacorro](https://github.com/jfacorro)) |
| 116 | + - \[\#63\] escript template [\#78](https://github.com/clojerl/rebar3_clojerl/pull/78) ([jfacorro](https://github.com/jfacorro)) |
| 117 | + - \[\#67\] Add escriptize command [\#77](https://github.com/clojerl/rebar3_clojerl/pull/77) ([jfacorro](https://github.com/jfacorro)) |
| 118 | + - \[\#75\] Include stacktrace on compile error [\#76](https://github.com/clojerl/rebar3_clojerl/pull/76) ([jfacorro](https://github.com/jfacorro)) |
| 119 | + - \[\#73\] Resolve var and then apply the arguments [\#74](https://github.com/clojerl/rebar3_clojerl/pull/74) ([jfacorro](https://github.com/jfacorro)) |
| 120 | + |
| 121 | + ## [0.7.0](https://github.com/clojerl/rebar3_clojerl/tree/0.7.0) (2020-03-22) |
| 122 | + |
| 123 | + [Full Changelog](https://github.com/clojerl/rebar3_clojerl/compare/0.6.8...0.7.0) |
| 124 | + |
| 125 | + **Fixed bugs:** |
| 126 | + |
| 127 | + - Error generated when providing --var for running a test [\#60](https://github.com/clojerl/rebar3_clojerl/issues/60) |
| 128 | + |
| 129 | + **Closed issues:** |
| 130 | + |
| 131 | + - clje.user ns in REPL doesn't refer clojure.core when started from clean project [\#69](https://github.com/clojerl/rebar3_clojerl/issues/69) |
| 132 | + - Add run command [\#65](https://github.com/clojerl/rebar3_clojerl/issues/65) |
| 133 | + |
| 134 | + **Merged pull requests:** |
| 135 | + |
| 136 | + - Prepare release 0.7.0 [\#71](https://github.com/clojerl/rebar3_clojerl/pull/71) ([jfacorro](https://github.com/jfacorro)) |
| 137 | + - \[\#69\] Restart clojerl before starting the REPL when clje.user doesn't refer vars from clojure.core [\#70](https://github.com/clojerl/rebar3_clojerl/pull/70) ([jfacorro](https://github.com/jfacorro)) |
| 138 | + - \[\#65\] Add run command [\#66](https://github.com/clojerl/rebar3_clojerl/pull/66) ([jfacorro](https://github.com/jfacorro)) |
| 139 | + - Renamed compile\_file to file [\#64](https://github.com/clojerl/rebar3_clojerl/pull/64) ([jfacorro](https://github.com/jfacorro)) |
| 140 | + - \[\#60\] Also handle result from clojure.test/test-var [\#62](https://github.com/clojerl/rebar3_clojerl/pull/62) ([jfacorro](https://github.com/jfacorro)) |
| 141 | + - \[\#60\] Also handle result from clojure.test/test-var [\#61](https://github.com/clojerl/rebar3_clojerl/pull/61) ([jfacorro](https://github.com/jfacorro)) |
| 142 | + |
| 143 | + ## [0.6.8](https://github.com/clojerl/rebar3_clojerl/tree/0.6.8) (2019-07-29) |
| 144 | + |
| 145 | + [Full Changelog](https://github.com/clojerl/rebar3_clojerl/compare/0.6.7...0.6.8) |
| 146 | + |
| 147 | + **Closed issues:** |
| 148 | + |
| 149 | + - Avoid adding clje test dirs twice to code path [\#57](https://github.com/clojerl/rebar3_clojerl/issues/57) |
| 150 | + - test command should compile the project [\#50](https://github.com/clojerl/rebar3_clojerl/issues/50) |
| 151 | + |
| 152 | + **Merged pull requests:** |
| 153 | + |
| 154 | + - Prepare release 0.6.8 [\#59](https://github.com/clojerl/rebar3_clojerl/pull/59) ([jfacorro](https://github.com/jfacorro)) |
| 155 | + - \[\#57\] Avoid adding test dirs twice [\#58](https://github.com/clojerl/rebar3_clojerl/pull/58) ([jfacorro](https://github.com/jfacorro)) |
| 156 | + |
| 157 | + ## [0.6.7](https://github.com/clojerl/rebar3_clojerl/tree/0.6.7) (2019-07-15) |
| 158 | + |
| 159 | + [Full Changelog](https://github.com/clojerl/rebar3_clojerl/compare/0.6.6...0.6.7) |
| 160 | + |
| 161 | + **Closed issues:** |
| 162 | + |
| 163 | + - Support almost empty project [\#52](https://github.com/clojerl/rebar3_clojerl/issues/52) |
| 164 | + - Document optional entries for rebar.config [\#46](https://github.com/clojerl/rebar3_clojerl/issues/46) |
| 165 | + |
| 166 | + **Merged pull requests:** |
| 167 | + |
| 168 | + - \[\#50\] Process provider\_hooks for the 'compile' task [\#56](https://github.com/clojerl/rebar3_clojerl/pull/56) ([jfacorro](https://github.com/jfacorro)) |
| 169 | + - Add link to hex badge [\#55](https://github.com/clojerl/rebar3_clojerl/pull/55) ([jfacorro](https://github.com/jfacorro)) |
| 170 | + - Add hex badge [\#54](https://github.com/clojerl/rebar3_clojerl/pull/54) ([jfacorro](https://github.com/jfacorro)) |
| 171 | + - \[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)) |
| 172 | + - Include basic testing template [\#51](https://github.com/clojerl/rebar3_clojerl/pull/51) ([arpunk](https://github.com/arpunk)) |
| 173 | + - Use hex dependency in template [\#49](https://github.com/clojerl/rebar3_clojerl/pull/49) ([jfacorro](https://github.com/jfacorro)) |
| 174 | + |
| 175 | + ## [0.6.6](https://github.com/clojerl/rebar3_clojerl/tree/0.6.6) (2019-07-09) |
| 176 | + |
| 177 | + [Full Changelog](https://github.com/clojerl/rebar3_clojerl/compare/0.6.5...0.6.6) |
| 178 | + |
| 179 | + **Closed issues:** |
| 180 | + |
| 181 | + - Document optional entries for rebar.config [\#47](https://github.com/clojerl/rebar3_clojerl/issues/47) |
| 182 | + - Update documentation [\#42](https://github.com/clojerl/rebar3_clojerl/issues/42) |
| 183 | + - Define sane defaults when there is no rebar.config [\#11](https://github.com/clojerl/rebar3_clojerl/issues/11) |
| 184 | + |
| 185 | + **Merged pull requests:** |
| 186 | + |
| 187 | + - \[Closes \#47\] document rebar3.config options [\#48](https://github.com/clojerl/rebar3_clojerl/pull/48) ([jfacorro](https://github.com/jfacorro)) |
| 188 | + - Prepare release 0.6.6 [\#45](https://github.com/clojerl/rebar3_clojerl/pull/45) ([jfacorro](https://github.com/jfacorro)) |
| 189 | + - clojerl test task is run in the test profile [\#44](https://github.com/clojerl/rebar3_clojerl/pull/44) ([jfacorro](https://github.com/jfacorro)) |
| 190 | + - \[Closes \#42\] update documentation and template [\#43](https://github.com/clojerl/rebar3_clojerl/pull/43) ([jfacorro](https://github.com/jfacorro)) |
| 191 | + - Fix rebar3 template [\#41](https://github.com/clojerl/rebar3_clojerl/pull/41) ([arpunk](https://github.com/arpunk)) |
| 192 | + |
| 193 | + ## [0.6.5](https://github.com/clojerl/rebar3_clojerl/tree/0.6.5) (2018-11-21) |
| 194 | + |
| 195 | + [Full Changelog](https://github.com/clojerl/rebar3_clojerl/compare/0.6.4...0.6.5) |
| 196 | + |
| 197 | + **Closed issues:** |
| 198 | + |
| 199 | + - Add template for a clojerl project [\#38](https://github.com/clojerl/rebar3_clojerl/issues/38) |
| 200 | + |
| 201 | + **Merged pull requests:** |
| 202 | + |
| 203 | + - \[\#38\] Mention templates in README [\#40](https://github.com/clojerl/rebar3_clojerl/pull/40) ([jfacorro](https://github.com/jfacorro)) |
| 204 | + - \[\#38\] add template [\#39](https://github.com/clojerl/rebar3_clojerl/pull/39) ([jfacorro](https://github.com/jfacorro)) |
| 205 | + |
| 206 | + ## [0.6.4](https://github.com/clojerl/rebar3_clojerl/tree/0.6.4) (2018-09-17) |
| 207 | + |
| 208 | + [Full Changelog](https://github.com/clojerl/rebar3_clojerl/compare/0.6.3...0.6.4) |
| 209 | + |
| 210 | + **Fixed bugs:** |
| 211 | + |
| 212 | + - Exit with failure when there are failed tests or errors [\#36](https://github.com/clojerl/rebar3_clojerl/issues/36) |
| 213 | + |
| 214 | + **Closed issues:** |
| 215 | + |
| 216 | + - OTP 21 compatible [\#34](https://github.com/clojerl/rebar3_clojerl/issues/34) |
| 217 | + |
| 218 | + **Merged pull requests:** |
| 219 | + |
| 220 | + - \[Closes \#36\] Check failures or errors and exit if any [\#37](https://github.com/clojerl/rebar3_clojerl/pull/37) ([jfacorro](https://github.com/jfacorro)) |
| 221 | + - \[Closes \#34\] WITH\_STACKTRACE macro for OTP 21 [\#35](https://github.com/clojerl/rebar3_clojerl/pull/35) ([jfacorro](https://github.com/jfacorro)) |
| 222 | + |
| 223 | + ## [0.6.3](https://github.com/clojerl/rebar3_clojerl/tree/0.6.3) (2018-08-27) |
| 224 | + |
| 225 | + [Full Changelog](https://github.com/clojerl/rebar3_clojerl/compare/0.6.2...0.6.3) |
| 226 | + |
| 227 | + **Fixed bugs:** |
| 228 | + |
| 229 | + - Apply compile order to deps [\#32](https://github.com/clojerl/rebar3_clojerl/issues/32) |
| 230 | + |
| 231 | + **Merged pull requests:** |
| 232 | + |
| 233 | + - \[Fixes \#32\] Compile order deps [\#33](https://github.com/clojerl/rebar3_clojerl/pull/33) ([jfacorro](https://github.com/jfacorro)) |
| 234 | + |
| 235 | + ## [0.6.2](https://github.com/clojerl/rebar3_clojerl/tree/0.6.2) (2018-08-25) |
| 236 | + |
| 237 | + [Full Changelog](https://github.com/clojerl/rebar3_clojerl/compare/0.6.1...0.6.2) |
| 238 | + |
| 239 | + **Fixed bugs:** |
| 240 | + |
| 241 | + - Check for clojerl compilation [\#30](https://github.com/clojerl/rebar3_clojerl/issues/30) |
| 242 | + |
| 243 | + **Merged pull requests:** |
| 244 | + |
| 245 | + - \[\#30\] Check for Clojerl compilation [\#31](https://github.com/clojerl/rebar3_clojerl/pull/31) ([jfacorro](https://github.com/jfacorro)) |
| 246 | + |
| 247 | + ## [0.6.1](https://github.com/clojerl/rebar3_clojerl/tree/0.6.1) (2018-08-20) |
| 248 | + |
| 249 | + [Full Changelog](https://github.com/clojerl/rebar3_clojerl/compare/0.6.0...0.6.1) |
| 250 | + |
| 251 | + **Merged pull requests:** |
| 252 | + |
| 253 | + - Assume a single target from the source file [\#29](https://github.com/clojerl/rebar3_clojerl/pull/29) ([jfacorro](https://github.com/jfacorro)) |
| 254 | + - Fix dialyzer warnings [\#27](https://github.com/clojerl/rebar3_clojerl/pull/27) ([jfacorro](https://github.com/jfacorro)) |
| 255 | + |
| 256 | + ## [0.6.0](https://github.com/clojerl/rebar3_clojerl/tree/0.6.0) (2018-08-08) |
| 257 | + |
| 258 | + [Full Changelog](https://github.com/clojerl/rebar3_clojerl/compare/0.5.0...0.6.0) |
| 259 | + |
| 260 | + **Merged pull requests:** |
| 261 | + |
| 262 | + - Adapt plugin to be able to compile Clojerl with it [\#26](https://github.com/clojerl/rebar3_clojerl/pull/26) ([jfacorro](https://github.com/jfacorro)) |
| 263 | + - Include apps finding clojerl [\#25](https://github.com/clojerl/rebar3_clojerl/pull/25) ([jfacorro](https://github.com/jfacorro)) |
| 264 | + |
| 265 | + ## [0.5.0](https://github.com/clojerl/rebar3_clojerl/tree/0.5.0) (2018-07-10) |
| 266 | + |
| 267 | + [Full Changelog](https://github.com/clojerl/rebar3_clojerl/compare/0.4.0...0.5.0) |
| 268 | + |
| 269 | + **Closed issues:** |
| 270 | + |
| 271 | + - Add command to run tests [\#12](https://github.com/clojerl/rebar3_clojerl/issues/12) |
| 272 | + |
| 273 | + **Merged pull requests:** |
| 274 | + |
| 275 | + - \[Closes \#12\] Run tests command [\#24](https://github.com/clojerl/rebar3_clojerl/pull/24) ([jfacorro](https://github.com/jfacorro)) |
| 276 | + |
| 277 | + ## [0.4.0](https://github.com/clojerl/rebar3_clojerl/tree/0.4.0) (2018-05-20) |
| 278 | + |
| 279 | + [Full Changelog](https://github.com/clojerl/rebar3_clojerl/compare/0.3.0...0.4.0) |
| 280 | + |
| 281 | + **Implemented enhancements:** |
| 282 | + |
| 283 | + - Handle protocol compilation correctly [\#22](https://github.com/clojerl/rebar3_clojerl/issues/22) |
| 284 | + |
| 285 | + **Fixed bugs:** |
| 286 | + |
| 287 | + - Compile task doesn't fail on error [\#20](https://github.com/clojerl/rebar3_clojerl/issues/20) |
| 288 | + |
| 289 | + **Merged pull requests:** |
| 290 | + |
| 291 | + - \[Closes \#22\] Handle issues with protocol compilation [\#23](https://github.com/clojerl/rebar3_clojerl/pull/23) ([jfacorro](https://github.com/jfacorro)) |
| 292 | + - \[Closes \#20\] Abort on compiler error [\#21](https://github.com/clojerl/rebar3_clojerl/pull/21) ([jfacorro](https://github.com/jfacorro)) |
| 293 | + |
| 294 | + ## [0.3.0](https://github.com/clojerl/rebar3_clojerl/tree/0.3.0) (2018-04-23) |
| 295 | + |
| 296 | + [Full Changelog](https://github.com/clojerl/rebar3_clojerl/compare/0.2.2...0.3.0) |
| 297 | + |
| 298 | + **Closed issues:** |
| 299 | + |
| 300 | + - Define \*compile-protocols-path\* in order to handle latest changes [\#18](https://github.com/clojerl/rebar3_clojerl/issues/18) |
| 301 | + |
| 302 | + **Merged pull requests:** |
| 303 | + |
| 304 | + - \[Closes \#18\] Define \*compile-protocols-path\* as the current project's ebin directory [\#19](https://github.com/clojerl/rebar3_clojerl/pull/19) ([jfacorro](https://github.com/jfacorro)) |
| 305 | + |
| 306 | + ## [0.2.2](https://github.com/clojerl/rebar3_clojerl/tree/0.2.2) (2018-03-04) |
| 307 | + |
| 308 | + [Full Changelog](https://github.com/clojerl/rebar3_clojerl/compare/0.2.1...0.2.2) |
| 309 | + |
| 310 | + **Implemented enhancements:** |
| 311 | + |
| 312 | + - Print all of stacktrace on error only when debugging [\#15](https://github.com/clojerl/rebar3_clojerl/issues/15) |
| 313 | + |
| 314 | + **Merged pull requests:** |
| 315 | + |
| 316 | + - Use clj\_utils:stacktrace/1 [\#17](https://github.com/clojerl/rebar3_clojerl/pull/17) ([jfacorro](https://github.com/jfacorro)) |
| 317 | + |
| 318 | + ## [0.2.1](https://github.com/clojerl/rebar3_clojerl/tree/0.2.1) (2018-02-08) |
| 319 | + |
| 320 | + [Full Changelog](https://github.com/clojerl/rebar3_clojerl/compare/0.2.0...0.2.1) |
| 321 | + |
| 322 | + **Merged pull requests:** |
| 323 | + |
| 324 | + - \[\#15\] Only print stacktrace when debugging [\#16](https://github.com/clojerl/rebar3_clojerl/pull/16) ([jfacorro](https://github.com/jfacorro)) |
| 325 | + |
| 326 | + ## [0.2.0](https://github.com/clojerl/rebar3_clojerl/tree/0.2.0) (2017-12-09) |
| 327 | + |
| 328 | + [Full Changelog](https://github.com/clojerl/rebar3_clojerl/compare/0.1.0...0.2.0) |
| 329 | + |
| 330 | + **Implemented enhancements:** |
| 331 | + |
| 332 | + - Add options to the repl task [\#3](https://github.com/clojerl/rebar3_clojerl/issues/3) |
| 333 | + |
| 334 | + **Merged pull requests:** |
| 335 | + |
| 336 | + - \[Closes \#3\] Repl options [\#13](https://github.com/clojerl/rebar3_clojerl/pull/13) ([jfacorro](https://github.com/jfacorro)) |
| 337 | + |
| 338 | + ## [0.1.0](https://github.com/clojerl/rebar3_clojerl/tree/0.1.0) (2017-10-29) |
| 339 | + |
| 340 | + [Full Changelog](https://github.com/clojerl/rebar3_clojerl/compare/8f6ddea06be9d18b5ab36ce22d44fab8d1507e56...0.1.0) |
| 341 | + |
| 342 | + **Implemented enhancements:** |
| 343 | + |
| 344 | + - Show stacktrace on error [\#6](https://github.com/clojerl/rebar3_clojerl/issues/6) |
| 345 | + - Don't re-compile a file if its source hasn't changed [\#4](https://github.com/clojerl/rebar3_clojerl/issues/4) |
| 346 | + |
| 347 | + **Fixed bugs:** |
| 348 | + |
| 349 | + - Show errors when compiling [\#2](https://github.com/clojerl/rebar3_clojerl/issues/2) |
| 350 | + |
| 351 | + **Closed issues:** |
| 352 | + |
| 353 | + - Compile deps too [\#8](https://github.com/clojerl/rebar3_clojerl/issues/8) |
| 354 | + |
| 355 | + **Merged pull requests:** |
| 356 | + |
| 357 | + - \[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)) |
| 358 | + - \[Closes \#6\] Include stacktrace in errors [\#7](https://github.com/clojerl/rebar3_clojerl/pull/7) ([jfacorro](https://github.com/jfacorro)) |
| 359 | + - \[Closes \#2\] Print compile-time errors [\#5](https://github.com/clojerl/rebar3_clojerl/pull/5) ([jfacorro](https://github.com/jfacorro)) |
| 360 | + - Add repl command [\#1](https://github.com/clojerl/rebar3_clojerl/pull/1) ([jfacorro](https://github.com/jfacorro)) |
| 361 | + |
| 362 | + |
| 363 | + |
| 364 | + \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* |
| @@ -7,6 +7,9 @@ Compile clojerl projects | |
| 7 7 | |
| 8 8 | ## Use |
| 9 9 | |
| 10 | + In order to use this plugin you should have `rebar3` greater than |
| 11 | + `v3.14.0` installed. |
| 12 | + |
| 10 13 | Add the plugin to your `rebar.config` (along with `clojerl` as a |
| 11 14 | dependency): |
| @@ -2,9 +2,10 @@ | |
| 2 2 | {<<"build_tools">>,[<<"rebar3">>]}. |
| 3 3 | {<<"description">>,<<"Compile clojerl projects">>}. |
| 4 4 | {<<"files">>, |
| 5 | - [<<"LICENSE">>,<<"README.md">>,<<"priv/templates/LICENSE.tpl">>, |
| 6 | - <<"priv/templates/README.md.tpl">>,<<"priv/templates/app.clje.tpl">>, |
| 7 | - <<"priv/templates/app.src.tpl">>,<<"priv/templates/clojerl_app.template">>, |
| 5 | + [<<"CHANGELOG.md">>,<<"LICENSE">>,<<"README.md">>, |
| 6 | + <<"priv/templates/LICENSE.tpl">>,<<"priv/templates/README.md.tpl">>, |
| 7 | + <<"priv/templates/app.clje.tpl">>,<<"priv/templates/app.src.tpl">>, |
| 8 | + <<"priv/templates/clojerl_app.template">>, |
| 8 9 | <<"priv/templates/clojerl_escript.template">>, |
| 9 10 | <<"priv/templates/clojerl_lib.template">>, |
| 10 11 | <<"priv/templates/clojerl_release.template">>, |
| @@ -29,4 +30,4 @@ | |
| 29 30 | {<<"GitHub">>,<<"https://github.com/clojerl/rebar3_clojerl">>}]}. |
| 30 31 | {<<"name">>,<<"rebar3_clojerl">>}. |
| 31 32 | {<<"requirements">>,[]}. |
| 32 | - {<<"version">>,<<"0.8.5">>}. |
| 33 | + {<<"version">>,<<"0.8.6">>}. |
| @@ -5,3 +5,5 @@ | |
| 5 5 | }. |
| 6 6 | |
| 7 7 | {edoc_opts, [{preprocess, true}]}. |
| 8 | + |
| 9 | + {plugins, [{rebar3_docs, "0.2.1"}]}. |
| @@ -1,6 +1,6 @@ | |
| 1 1 | {application,rebar3_clojerl, |
| 2 2 | [{description,"Compile clojerl projects"}, |
| 3 | - {vsn,"0.8.5"}, |
| 3 | + {vsn,"0.8.6"}, |
| 4 4 | {registered,[]}, |
| 5 5 | {applications,[kernel,stdlib]}, |
| 6 6 | {env,[]}, |
Loading more files…