Skip to content

Version 0.2.0

Choose a tag to compare

@florimondmanca florimondmanca released this 08 Jul 14:31
· 16 commits to master since this release

0.2.0 - 2020-07-08

Added

  • Add support for watching multiple directories, each with its own reload callbacks. (Pull #15)

Changed

  • arel.HotReload("./directory", on_reload=[...]) should now be written as arel.HotReload(paths=[arel.Path("./directory", on_reload=[...])]). (Pull #15)