Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 992 Bytes

CHANGELOG.md

File metadata and controls

37 lines (22 loc) · 992 Bytes

Changelog

0.3.1 (2016-11-01)

  • Fix: Make parser more robust by supporting parsing messages with missing space after colon (#29 by @bonan, @clue)

  • Improve documentation

0.3.0 (2015-03-31)

  • BC break: Rename Api to ActionSender to reflect its responsibility (#22)

    • Rename invalid action method logout() to proper logoff() (#17)
  • Feature: Add Response::getCommandOutput() helper (#23)

  • Feature: Emit "error" event for unexpected response messages (#21)

  • Functional integration test suite (#18 / #24)

0.2.0 (2014-07-20)

  • Package renamed to "clue/ami-react"

0.1.0 (2014-07-17)

  • First tagged release

0.0.0 (2014-06-25)

  • Initial concept