Skip to content

v2.4.0

Compare
Choose a tag to compare
@atc0005 atc0005 released this 28 Jan 18:38
· 214 commits to master since this release
e4559c2

Added

  • Add (optional) support for disabling webhook URL prefix validation

Changed

  • Documentation
    • Refresh "basic" example
    • Add example for disabling webhook URL prefix validation
    • Update "about this project" coverage
    • Swap GoDoc badge for pkg.go.dev badge
  • Tests
    • Extend test coverage
    • Verbose test output by default (Makefile, GitHub Actions Workflow)
  • Dependencies
    • actions/setup-node
      • v2.1.1 to v2.1.4
    • actions/checkout
      • v2.3.2 to v2.3.4
    • stretchr/testify
      • v1.6.1 to v1.7.0

Fixed

  • minor linting error for commented code
  • Tests fail to assert that any errors which occur are expected, only the
    types

References