Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.52 KB

CHANGELOG.md

File metadata and controls

42 lines (25 loc) · 1.52 KB

Bottery Nightly

Changes to be released

Enhancements

  • Handler instances returns the selected view (#161)
  • Move Telegram and Messenger modules to outside platform module. Also rename platform module to platforms (due to Python builtin platform module) (#161)
  • Create option to change msg handlers module (#172)
  • Remove unused settings_module option from Bottery (#173)
  • Added Python 3.7 to tox.ini (#169)
  • Use raw string in regex tests and docs (#183)

Bug fixes

  • Stop responding with null when a view doesn't return anything (#154)

Docs

  • Simplify Github templates (#157)

Bottery 0.1.1 (2018-04-28)

Features

  • Add Middlewares to message/response process (#155).

Docs

  • Add Github templates for issues and pull requests (#151).

Bottery 0.1.0 (2018-04-22)

Features

  • Telegram support with polling and webhook modes.
  • Telegram widgets for replying and keyboard message.
  • Facebook Messenger support.
  • Create Handlers (message, startswith, regex and default).
  • Create function for template rendering.