Skip to content
This repository has been archived by the owner on Jul 20, 2019. It is now read-only.

Latest commit

 

History

History
59 lines (48 loc) · 2.01 KB

CHANGELOG.md

File metadata and controls

59 lines (48 loc) · 2.01 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

0.5.0 - 2017-10-20

Added

Changed

  • Clean up docs
  • Update sinon to 4.0.0
  • Update coveralls to 3.0.0
  • Update mocha to 4.0.0
  • Update probot to 3.0.0
  • Refactored internals to allow for future improvements

0.4.0 - 2017-09-24

Added

  • Documentation on how to use and what to expect from this app
  • Documentation on required GitHub permissions and webhook events
  • Deployment to Heroku as a public GitHub app

Changed

  • Update probot to 0.11.0
  • Update jsonwebtoken to 8.0.1
  • Replace expect with sinon in tests
  • Updated Heroku app.json for use with Heroku Pipeline

Removed

  • License Compliance badge and report from FOSSA

0.3.0 - 2017-08-07

Added

  • License Compliance badge and report from FOSSA

Changed

  • Update probot to 0.9.0

0.2.0 - 2017-06-21

Changed

  • Update probot to 0.7.1
  • Update strip-ansi to 4.0.0
  • Update references to "GitHub Integration" to be "GitHub App"
  • Update this changelog's title to use "Changelog" instead of "Change Log"

0.1.0 - 2017-05-25

Added

  • Initial release!
  • Webhook event handler for Pull Requests that checks that all commits in the PR have a verified GPG signature
  • Unit tests for each module under /lib
  • A single integration test for the Happy Path (every commit has a verified signature)
  • This change log