* Upgraded deps, fix critical vulns. (glob-parent)
* Upgraded deps, fix critical vulns. (dscalzi)
* Drop support for Node < 10 (dscalzi)
* Allows pass `cdn` information when generating gravatar url (sqlwwx)
* yarn support
* Node 8+ compatibility
* Upgraded deps
* Added npm package-lock to project
* New CLI API. `gravatar avatar` and `gravatar profile`, instead of only `gravatar`. (lwhiteley - layton.whiteley@gmail.com)
* Suport Browser usage (goatandsheep)
* Fix: handle null email case for profile_url (lwhiteley - layton.whiteley@gmail.com)
* Support email with hash behind at symbol (lindell - https://github.com/lindell)
* Fix a memory leak. Refs #30 (jefflembeck - https://github.com/jefflembeck)
* New way to specify the protocol in the `options` object (rsp - https://github.com/rsp)
* Basic CLI (zeke - https://github.com/zeke)
* Enhancement: Detect MD5 hashes and not hash them again (opatut)
* Implementing profiles (wlaurance - https://github.com/wlaurance)
* According to https://en.gravatar.com/site/check/ https://s.gravatar.com/avatar/ is their preferred url.
* Allow no protocol URL generation too. Closes #15
* Allow invalid email to prevent blows. Closes #8, #13
* Compatibility issue fix #6
* Changed all tests to use mocha and should.js
* Test script to avoid global nodeunit - Fix #4
* Email trim (By Daniel Gasienica - @gasi) - Issue #2
* Using index.js as main in package.json. This is a standard in npm
* Defined lib/gravatar as main in package.json
* Can generate gravatar URL
* Basic test structure
* Initial documentation