Skip to content

Releases: cuedo/github-webhooks

0.17.0

13 Dec 03:39
5db7c3c
Compare
Choose a tag to compare
  • The sender of a push event was made optional for PushEvent (by Robert Hensing, resolves #61)

https://hackage.haskell.org/package/github-webhooks-0.17.0

0.16.0

28 Mar 02:09
Compare
Choose a tag to compare
  • The invitation and membership fields were made optional for OrganizationEvent (resolves #37)
  • The target repository field was made optional for PullRequestTarget (by Robert Hensing, resolves #51)
  • Support for marketplace purchase event (by Alistair Burrowes, resolves #46)
  • The maintaining sponsor onrock.online has rebranded to Cuedo Control Engineering
  • The CI pipeline was migrated to GitHub Actions, and tests for extra platforms were added.

https://hackage.haskell.org/package/github-webhooks-0.16.0

0.15.0

23 Jul 06:23
Compare
Choose a tag to compare
  • Corrected false failures in the test suite when using time-1.9 and later (by Julien Debon)

https://hackage.haskell.org/package/github-webhooks-0.15.0

0.14.0

16 May 05:41
Compare
Choose a tag to compare
  • Corrected description for CheckRunEventAction
  • Fixed a decoding error for CheckRunEventActionRerequested
  • Corrected a new hlint failure that was introduced by a recent hlint release

https://hackage.haskell.org/package/github-webhooks-0.14.0

0.13.0

25 Apr 06:16
Compare
Choose a tag to compare
  • Support for node_id, which is used by the GraphQL API (by Alistair Burrowes)
  • Handle the case where issue.body is null (by Rob Berry)
  • Support for mergeable_state option in pull requests (by Matthew Bauer)

https://hackage.haskell.org/package/github-webhooks-0.13.0

0.12.0

22 Feb 09:08
Compare
Choose a tag to compare
  • Support for CheckSuiteEvent and CheckRunEvent was added (resolves #25)

https://hackage.haskell.org/package/github-webhooks-0.12.0

0.11.0

21 Sep 08:43
Compare
Choose a tag to compare
  • OwnerType of Bot is now supported (by Domen Kozar, resolves #22)
  • GHC-7.10 requires less changes to build the bundled examples (resolves #6)
  • Fixed issues to do with updated stack package format and CI build (resolves #23, et al.)
  • Added a security policy clarifying how security issues should be disclosed (resolves #24)
  • The latest release is now available on the release branch (resolves #10)

https://hackage.haskell.org/package/github-webhooks-0.11.0

0.10.1

30 Jan 11:57
Compare
Choose a tag to compare
  • Fixed a bug parsing related PR with empty body (#20)
  • Updated copyright and contact information

https://hackage.haskell.org/package/github-webhooks-0.10.1

0.10.0

04 May 02:13
Compare
Choose a tag to compare
  • Significantly improved documentation coverage and added module descriptions (by Christian Sakai, resolves #5)
  • Fixed a bug where the installation id field of 'PullRequestEvent' was not optional (by Rob Berry)
  • Implementing "head" and "base" fields to PullRequestReview (by Rob Berry and Thomas DuBuisson)

https://hackage.haskell.org/package/github-webhooks-0.10.0

0.9.1

09 Mar 01:42
Compare
Choose a tag to compare
  • Fixed a bug whereby the test fixtures were not included in the source distribution (resolves #8)
  • Marked the modules as Trustworthy indicating that they do not perform unsafe operations (resolves #9)
  • Include stack files for older resolvers in CI and the source distribution
  • Removed flags from the cabal file that prevented older GHC from being able to build (contributes #6)

https://hackage.haskell.org/package/github-webhooks-0.9.1