Skip to content
This repository was archived by the owner on Jul 24, 2019. It is now read-only.

Release v2.2.0

Latest
Compare
Choose a tag to compare
@aoberoi aoberoi released this 27 Feb 01:17
· 3 commits to master since this release
  • Supports Firebase Cloud Functions and other serverless cloud providers by inspecting req.rawBody when the body appears to already be parsed. thanks @pichsenmeister! (#90)

  • Improves the example app greet-and-react. It can now persist tokens using node-localstorage, so that you don't need to install the app each time its restarted (#84). Also, a bug in the arguments for chat.postMessage() was fixed (#83). thanks @ErwinLengkeek!