All notable changes will be documented in this file following the Keep a Changelog format. This project adheres to Semantic Versioning.
0.5.0 - 2024-03-13
- You can now pass a slot to
<x-hook />
to set the fallback content
0.4.0 - 2024-03-13
- Updated
HookRegistry
to be scoped rather than a singleton, so that the registry resets each request
0.3.0 - 2024-03-12
0.2.0 - 2024-02-12
- Added support for view hooks as closures that return a view
- Added support for explicitly setting the view name in
<x-hook>
0.1.0 - 2024-01-24
- Added
Context
and movedstopPropagation()
to it - Refactored how hooks are registered in the
HookRegistry
0.0.4 - 2024-01-22
- We now filter out results that are
null
0.0.3 - 2024-01-21
- Made hook calls fluent
0.0.2 - 2024-01-21
- Renamed
Breakpoints
toHooks
- Removed unused global
hook()
helper
0.0.1 - 2024-01-21
- Initial release
Added
for new features.Changed
for changes in existing functionality.Deprecated
for soon-to-be removed features.Removed
for now removed features.Fixed
for any bug fixes.Security
in case of vulnerabilities.