Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 1.39 KB

CHANGELOG.md

File metadata and controls

51 lines (38 loc) · 1.39 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[0.2.6] - 2018-06-30

Added

  • Documentation for filters
  • CaptionEntityFilter class

[0.2.5] - 2018-06-21

Added

  • Documentation for most of public classes

Changed

  • ruby script which generate Telegram API classes improved and now generate docs for everything

Removed

  • FoundationClient class

[0.2.4] - 2018-06-17

Added

  • ParseMode type for "Markdown" or "HTML" message text
  • Automatic Webhook deletion before starting Longpolling connection
  • Helpers reply, edit, delete for Message type

Changed

  • Now command settings are settings up with OptionSet
  • Improved HelloBot example message text

[0.2.3] - 2018-06-08

Added

  • CHANGELOG.md
  • Convenience Bot.init(token: String) method

Changed

  • HandlerCallback signature now has Update and BotContext input params
  • Now debugMode parameter in Bot.Settings is set true by default
  • Dispatcher class made safer with special thread-safe HandlersQueue class
  • Enqueue bot updates in special concurrent queue
  • Updated README.md with super simple bot example

Removed

  • DispatchStatus enum

[0.2.2] (2018-06-04)

Added

  • Webhooks updates server