All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Enhancements
- Add logging
handle_info/2
life-cycle of LiveView - Change log messages more clear
- Add logging
- Enhancements
- Remove
Elixir
prefix from module names in logs
- Remove
- Enhancements
- Add logging
handle_event/3
life-cycle of LiveView
- Add logging
- Enhancements
- Support
log_level
option inuse LifeCycleHook
- Support
- Enhancements
- Support
only
,except
options inuse LifeCycleHook
- Support
- Enhancements
- Add logging
handle_params/3
life-cycle of LiveView
- Add logging
- Fixs
- Remove unnecessary input in
on_mount/1
- Remove unnecessary input in
- Enhancements
- Add
__using__/1
macro to LifeCycleHook that replaceson_mount({LifeCycleHook, __MODULE__})
withuse LifeCycleHook
- Add
- Initial Release
- Add logging
mount/3
life-cycle of LiveView
- Add logging