Nov 3, 2023
- Migrate from koa to hapi and major refactoring
- Upgrade OpenPGP.js to v5
- Load configuration from .env file
- Update dependencies
Mar 4, 2019
- Add upload, update and removal for single user IDs
- Migrate to koa 2 with async/await instead of generators
- Use eslint instead of jscs/jshint
- Use winston instead of npmlog
- Use co-body directly instead of koa-body
- Send email message with PGP inline not PGP/MIME
- Use OpenPGP.js directly instead of nodemailer-openpgp plugin
- Use native ES6 string templates instead of nodemailer template engine
- Update OpenPGP.js to 4.4 and other dependencies
Aug 15, 2017
- Add release npm script for travis deployment
- Use eslint instead of jscs/jshint
- Use ES6 destructuring
- Replace grunt with npm scripts
- Update dependencies
Jun 13, 2016
- Initial release