Releases: grokify/chathooks
Releases · grokify/chathooks
v0.8.0
v0.7.3
Updates
Full Changelog: v0.7.2...v0.7.3
v0.7.2
v0.7.1
v0.7.0
Overview
- Support user-selected output format (e.g. Markdown-only and classic card with AdaptiveCard in the future)
- Rename
url
tooutputURL
to remove collision with Heroku adapter
Updates
- dep: go mod: update
- cleanup: util/attachment.go: remove unneeded code
- docs: README.md: update incl 401 error
- feat: adapters: add ability to modify cards via query param
- style: alias: remove alias; move unneeded code
- enhance: change qryparam to
outputURL
fromurl
; prep foroutputFormat
- style: alias: remove sporadically used cc alias for commonchat
- internal: constances: enhance/consolidate constant management
- docs: shields: add LOC
v0.6.0
Overview
- ensure Slack proxy works for GitLab webhooks
- add
defaultActivity
anddefaultIcon
query string params for Slack reformatter - add Slack markup link formatting from Skype to Markdown for
text
property
Updates
- cleanup: handlers: remove unneeded code
- enhance: queryparams: update
defaultActivity
,defaultIcon
- dep: go mod: update
- enhance: slack: add msg type redundancy
- enhance: service: add new param constants
- dep: go mod: update: enhance slack SkypeToMarkdown conversion
- feat: add activity and icon query parameters
- cleanup: handlers/slack: remove unneeded code