Skip to content

webhook 2.3.0

Choose a tag to compare

@adnanh adnanh released this 21 Mar 00:30
· 474 commits to master since this release
  • added support to decode JSON strings in payload to objects and then to reference them using the dot-notation syntax (useful for Bitbucket hooks where the payload is sent via the x-form-urlencoded as a JSON string)
  • code cleanup and refactoring
  • added tests