Skip to content

Releases: grokify/chathooks

v0.8.0

16 Mar 09:19
Compare
Choose a tag to compare

Overview

  • add/pass golangci-lint.

Full Changelog

v0.7.3...v0.8.0

v0.7.3

21 Feb 02:34
Compare
Choose a tag to compare

v0.7.2

13 Jan 14:29
Compare
Choose a tag to compare

Updates

  1. dep: go mod: remove direct dependency github.com/pkg/errors
  2. dep: go mod: update

v0.7.1

13 Dec 09:57
Compare
Choose a tag to compare

Updates

  1. dep: go mod: update

v0.7.0

16 Nov 00:34
Compare
Choose a tag to compare

Overview

  1. Support user-selected output format (e.g. Markdown-only and classic card with AdaptiveCard in the future)
  2. Rename url to outputURL to remove collision with Heroku adapter

Updates

  1. dep: go mod: update
  2. cleanup: util/attachment.go: remove unneeded code
  3. docs: README.md: update incl 401 error
  4. feat: adapters: add ability to modify cards via query param
  5. style: alias: remove alias; move unneeded code
  6. enhance: change qryparam to outputURL from url; prep for outputFormat
  7. style: alias: remove sporadically used cc alias for commonchat
  8. internal: constances: enhance/consolidate constant management
  9. docs: shields: add LOC

v0.6.0

05 Nov 10:59
Compare
Choose a tag to compare

Overview

  1. ensure Slack proxy works for GitLab webhooks
  2. add defaultActivity and defaultIcon query string params for Slack reformatter
  3. add Slack markup link formatting from Skype to Markdown for text property

Updates

  1. cleanup: handlers: remove unneeded code
  2. enhance: queryparams: update defaultActivity, defaultIcon
  3. dep: go mod: update
  4. enhance: slack: add msg type redundancy
  5. enhance: service: add new param constants
  6. dep: go mod: update: enhance slack SkypeToMarkdown conversion
  7. feat: add activity and icon query parameters
  8. cleanup: handlers/slack: remove unneeded code

v0.5.3

22 Oct 09:57
Compare
Choose a tag to compare

Updates

  1. dep: go mod: update: Dependabot
  2. ci: gh actions: update

v0.5.2

13 Sep 10:07
Compare
Choose a tag to compare

Updates

  1. ci: gh actions: update Go versions
  2. dep: go mod: update
  3. cleanup: CHANGELOG.md: remove in favor of git history
  4. docs: README.md: update
  5. data: updown: add example Slack-compat webhooks

v0.5.1

12 Jun 21:28
Compare
Choose a tag to compare

Update dependencies.

v0.5.0

31 Dec 15:14
Compare
Choose a tag to compare

Updates

  1. Dep: Add Go Modules
  2. CI: Add GitHub Actions
  3. Simplify: simple start up code using simplego/net/http/httpsimple/SimpleServer{}