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
- Logo (crafted lovingly by @JasonEtco)
- Clean up docs
- Update
sinon
to4.0.0
- Update
coveralls
to3.0.0
- Update
mocha
to4.0.0
- Update
probot
to3.0.0
- Refactored internals to allow for future improvements
0.4.0 - 2017-09-24
- 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
- Update
probot
to 0.11.0 - Update
jsonwebtoken
to 8.0.1 - Replace
expect
withsinon
in tests - Updated Heroku
app.json
for use with Heroku Pipeline
- License Compliance badge and report from FOSSA
0.3.0 - 2017-08-07
- License Compliance badge and report from FOSSA
- Update
probot
to 0.9.0
0.2.0 - 2017-06-21
- 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
- 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