Skip to content

Releases: karlpokus/trobot

3.0.2

22 Dec 13:32
Compare
Choose a tag to compare

patch update

  • logs response end on res.end

3.0.1

18 Dec 12:34
Compare
Choose a tag to compare

patch update

  • trobot will only emit trello model events that have listeners. Otherwise trobot will log and end the response.

3.0

17 Dec 21:47
Compare
Choose a tag to compare
3.0
  • user data is all lowercase on bot.data

2.1.2

16 Dec 17:13
Compare
Choose a tag to compare
  • add user to logged events

2.1.1

16 Dec 16:47
Compare
Choose a tag to compare
  • add value of this in event handler to readme
  • add model to logs

2.1

16 Dec 13:08
Compare
Choose a tag to compare
2.1
  • error handler now ends the reponse
  • added a 200 to HEAD in example in readme
  • option to pass data to constructor is removed in both bot and webhooks. All keys need to be set in process.env[key]. See readme.
  • bot now emit logs for debugging
  • requirement for node 6.x added to readme

2.0

15 Dec 17:48
Compare
Choose a tag to compare
2.0

trobot 2.0 is here!

  • new event-driven api
  • much simpler to use and maintain. Just subscribe to trello model events.
  • webhooks api are the same as 1.2
  • se usage in readme

Note: includes breaking changes!

Env for all

26 Apr 09:07
Compare
Choose a tag to compare

Webhook and bot will both now read from file or env

Added support for reading user data from process.env

24 Apr 19:39
Compare
Choose a tag to compare

Will simplify continuous deployment greatly :D

First release

23 Apr 11:51
Compare
Choose a tag to compare

Should be stable. File a bug otherwise.