- 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