Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 1.82 KB

CHANGELOG.md

File metadata and controls

56 lines (38 loc) · 1.82 KB

Changelog

v0.4.1 - 2017-06-21

v0.4.0 - 2017-04-22

  • Emacs temporary files can no longer trigger a test run.

v0.3.3 - 2017-02-08

  • Fixed a bug where arguments were not being correctly passed to the test running BEAM instance.

v0.3.1 - 2017-02-04

  • Fixed race condition bug on OSX where tests would fail to run when files are changed.

v0.3.0 - 2017-01-29

  • Test runs optionally print a timestamp (Scotty @unclesnottie)
  • Paths can be ignored by watcher (Alex Myasoedov @msoedov)
  • Paths can be ignored by watcher (Alex Myasoedov @msoedov)
  • Ability to specify additional watched file extensions. (Dave Shah @daveshah)
  • Erlang .hrl header files are now watched.
  • The existing VM can now reused for running the tests with the HotRunner. This gives us Windows support and a performance increase. Sadly it cannot be used as the default due to a bug in the Elixir compiler.

v0.2.6 - 2016-02-28

  • The terminal can now be cleared between test runs. (Gerard de Brieder @smeevil)

v0.2.5 - 2015-12-31

  • It is now possible to run addition tasks using mix config.
  • Erlang .xrl and .yrl files are watched. (John Hamelink @johnhamelink)
  • The shell command used to run the tasks can be specified (i.e. iex -S). (John Hamelink @johnhamelink)
  • Command line arguments are forwarded to tasks being run. (Johan Lind @behe)

v0.2.3 - 2015-08-23

  • The _build directory is ignored, as well as deps/.
  • Erlang .erl files are now watched.

v0.2.2 - 2015-08-22

  • Tests now run once immediately after running the mix task. (Johan Lind @behe)
  • Porcelain dependancy removed.
  • Switched from bash to sh for running shell commands.