Skip to content

Latest commit

 

History

History
242 lines (135 loc) · 11.6 KB

CHANGELOG.md

File metadata and controls

242 lines (135 loc) · 11.6 KB

Changelog

Full Changelog

Fixed bugs:

  • Error generated when providing --var for running a test #60

Closed issues:

  • clje.user ns in REPL doesn't refer clojure.core when started from clean project #69
  • Add run command #65

Merged pull requests:

  • [#69] Restart clojerl before starting the REPL when clje.user doesn't refer vars from clojure.core #70 (jfacorro)
  • [#65] Add run command #66 (jfacorro)
  • Renamed compile_file to file #64 (jfacorro)
  • [#60] Also handle result from clojure.test/test-var #62 (jfacorro)
  • [#60] Also handle result from clojure.test/test-var #61 (jfacorro)

0.6.8 (2019-07-29)

Full Changelog

Closed issues:

  • Avoid adding clje test dirs twice to code path #57
  • test command should compile the project #50

Merged pull requests:

0.6.7 (2019-07-15)

Full Changelog

Closed issues:

  • Support almost empty project #52
  • Document optional entries for rebar.config #46

Merged pull requests:

0.6.6 (2019-07-09)

Full Changelog

Closed issues:

  • Document optional entries for rebar.config #47
  • Update documentation #42
  • Define sane defaults when there is no rebar.config #11

Merged pull requests:

0.6.5 (2018-11-21)

Full Changelog

Closed issues:

  • Add template for a clojerl project #38

Merged pull requests:

0.6.4 (2018-09-17)

Full Changelog

Fixed bugs:

  • Exit with failure when there are failed tests or errors #36

Closed issues:

  • OTP 21 compatible #34

Merged pull requests:

  • [Closes #36] Check failures or errors and exit if any #37 (jfacorro)
  • [Closes #34] WITH_STACKTRACE macro for OTP 21 #35 (jfacorro)

0.6.3 (2018-08-27)

Full Changelog

Fixed bugs:

  • Apply compile order to deps #32

Merged pull requests:

0.6.2 (2018-08-25)

Full Changelog

Fixed bugs:

  • Check for clojerl compilation #30

Merged pull requests:

0.6.1 (2018-08-20)

Full Changelog

Merged pull requests:

0.6.0 (2018-08-08)

Full Changelog

Merged pull requests:

  • Adapt plugin to be able to compile Clojerl with it #26 (jfacorro)
  • Include apps finding clojerl #25 (jfacorro)

0.5.0 (2018-07-10)

Full Changelog

Closed issues:

  • Add command to run tests #12

Merged pull requests:

0.4.0 (2018-05-20)

Full Changelog

Implemented enhancements:

  • Handle protocol compilation correctly #22

Fixed bugs:

  • Compile task doesn't fail on error #20

Merged pull requests:

  • [Closes #22] Handle issues with protocol compilation #23 (jfacorro)
  • [Closes #20] Abort on compiler error #21 (jfacorro)

0.3.0 (2018-04-23)

Full Changelog

Closed issues:

  • Define *compile-protocols-path* in order to handle latest changes #18

Merged pull requests:

  • [Closes #18] Define *compile-protocols-path* as the current project's ebin directory #19 (jfacorro)
  • Use clj_utils:stacktrace/1 #17 (jfacorro)

0.2.2 (2018-03-04)

Full Changelog

Implemented enhancements:

  • Print all of stacktrace on error only when debugging #15

0.2.1 (2018-02-08)

Full Changelog

Merged pull requests:

  • [#15] Only print stacktrace when debugging #16 (jfacorro)

0.2.0 (2017-12-09)

Full Changelog

Implemented enhancements:

  • Add options to the repl task #3

Merged pull requests:

0.1.0 (2017-10-29)

Full Changelog

Implemented enhancements:

  • Show stacktrace on error #6
  • Don't re-compile a file if its source hasn't changed #4

Fixed bugs:

  • Show errors when compiling #2

Closed issues:

  • Compile deps too #8

Merged pull requests:

  • [Closes #4] Don't recompile unmodified source files [Closes #8] Compile deps #9 (jfacorro)
  • [Closes #6] Include stacktrace in errors #7 (jfacorro)
  • [Closes #2] Print compile-time errors #5 (jfacorro)
  • Add repl command #1 (jfacorro)

* This Changelog was automatically generated by github_changelog_generator