All Versions
20
Latest Version
Avg Release Cycle
116 days
Latest Release
969 days ago

Changelog History
Page 1

  • v1.1.0 Changes

    August 30, 2021
    • 0๏ธโƒฃ .heex files are now watched by default.
  • v1.0.3 Changes

    May 28, 2021
    • โœ‚ Removed used of deprecated Elixir supervisor functions.
  • v1.0.2 Changes

    November 17, 2019
    • Zombie killer script is run with bash to avoid platform specific issues with sh implementations.
  • v1.0.1 Changes

    October 25, 2019
    • ๐Ÿ“ฆ Include zombie killer script in hex package.
  • v1.0.0 Changes

    October 25, 2019
    • LiveView templates are now watched.
  • v0.9.0 Changes

    September 17, 2018
    • Avoid starting application if --no-start is given.
    • ๐Ÿšš Hot runner removed.
  • v0.8.0 Changes

    July 30, 2018
    • โช Application started on test run. Revert of v0.7 behaviour.
  • v0.7.0 Changes

    July 25, 2018
    • โœ… No longer start application on test run.
    • 0๏ธโƒฃ Do not watch the Ecto migration directory by default.
  • v0.6.0 Changes

    March 27, 2018
    • Switch from fs to file_system for file system event watching.
  • v0.5.0 Changes

    August 26, 2017
    • ๐Ÿ Windows support (Rustam @rustamtolipov)