2.0.0 (2023-04-09)
⚠ BREAKING CHANGES
- removing
setup_handlers
function. automatic_setup is now implicitly true. (#59)
Features
Migration Guide:
- Move
setup_handlers
table tosetup({handlers = TABLE})
. - To disable
automatic_setup
, provide an empty function tohandlers
likehandlers = {function() end,}