Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 665 Bytes

CHANGELOG.md

File metadata and controls

28 lines (22 loc) · 665 Bytes

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

[Unreleased][unreleased]

0.2.1 - 2015-07-13

Fixed

  • Start commands collection in handler as an array

0.2.0 - 2015-07-10

Added

  • More unit tests

Fixed

  • Unused code
  • PSR-2 violations

Fixed

  • Incorrect endpoints referenced for sendAudio, sendDocument, sendSticker, sendVideo

0.1.0 - 2015-07-09 [YANKED]

Added

  • ApiClient to interact with the Bot API
  • Command to write bot commands
  • CommandHandler to manage bot commands
  • Entity to model the Bot API types
  • Unit tests