Added
- Django-specific hooks! `use_websocket`, `use_scope`, and `use_location` are now available within the `django_idom.hooks` module.
- Documentation has been placed into a formal docs webpage.
- Logging for when a component fails to import, or if no components were found within Django.
Changed
- `idom_component` template tag has been renamed to `component`
- Bumped the minimum IDOM version to 0.38.0
Removed
- `websocket` parameter for components has been removed. Functionally, it is replaced with `django_idom.hooks.use_websocket`.