keyserver/Changelog.md

831 B

Mailvelope Key Server Changelog

v3.0.0

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

v2.0.0

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

v1.0.0

Jun 13, 2016

  • Initial release