Bugfixes:
- Manage unexpected hipchat errors
Bugfixes:
- Set up a default error
Bugfixes:
- Move `coffee-script` dependency to `devDependencies`
Bugfixes:
- Add .npmignore
Bugfixes:
- Remove postpublish script
Features:
- Refactor of all the code, including breaking changes.
- Support to all methods of the official HipChat API
- Added the following custom methods:
rooms.getByName
rooms.getByXmppJid
users.getByMentionName
users.getByName
users.getByEmail
users.getByStatus
- Added tests (finally)
- Added documentation on docs folder
- Updated README
Bugfixes:
- Update callbacks with error and response (node.js style)
- Update README with some badges
Features:
- Add
getRoomByIdByJid
,getRoomParticipantIds
,getUsers
methods.
Features:
- Add message format to sendRoomMessage method (default to 'html').
Bugfixes:
- Fix a bug comparing in sendMessageRoom method.