Skip to content
This repository has been archived by the owner on Jun 7, 2018. It is now read-only.

Releases: brodock/lita-queue

Version 0.4.0

21 Aug 03:56
Compare
Choose a tag to compare

0.4.0 - 2015-08-21

Added

  • I18n support

Changed

  • Fixed channel name on slack, which was incorrectly displaying ID

Version 0.3.0

21 Aug 03:55
Compare
Choose a tag to compare

0.3.0 - 2015-08-19

Modified

  • Correctly using Lita::Room object
    • create queues based on room ID
    • display queue using room name metadata
    • modified specs to catch this change

Version 0.2.0

21 Jun 21:00
Compare
Choose a tag to compare

0.2.0 - 2015-06-21

Added

  • Respond to the following additional command:
    • lita rotate!

Changed

  • More granular specs and better RSpec defaults (.rspec)

Initial Release

15 Jun 02:14
Compare
Choose a tag to compare

0.1.0 - 2015-06-14

Added

  • Initial plugin import with support for the following commands:
    • lita queue
    • lita queue me
    • lita unqueue me
    • lita queue next?
    • lita queue next!
  • RSpec, Travis CI and Coveralls support