Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Apr 01:06
04fc509

2.0.0 (2023-04-09)

⚠ BREAKING CHANGES

  • removing setup_handlers function. automatic_setup is now implicitly true. (#59)

Features

  • removing setup_handlers function. automatic_setup is now implicitly true. (#59) (a0c4dc1)

Migration Guide:

  1. Move setup_handlers table to setup({handlers = TABLE}).
  2. To disable automatic_setup, provide an empty function to handlers like handlers = {function() end,}