Releases: florimondmanca/arel
Releases · florimondmanca/arel
Version 0.3.0
Changed
- Use
watchfiles
instead of watchgod
. This unlocks Python 3.12 support. (Pull #34)
Added
- Add support for Python 3.12. (Pull #35)
Version 0.2.0
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)