Add documentation for the retina
attribute.
Add support for retina gravatars.
Add tmp/
to npmignore.
Update documentation.
- Changes the
default
property todefaultImage
. - Defaults to
https
and now requiressecure=false
to be passed forhttp
.
Wrap the default
property in quotes to stop some browsers from complaining.
Update the installation instructions for the latest ember-cli version.
Add support for the secure
option to specify a protocol for the url.
Add ember observer badge.
Upgrade ember-cli version.
- Use a shim for
md5
- Remove need for .jshintrc config
- Don't alias
alt
asemail
.
If you're using the default alias before, you can still get the same resulting markup with:
- Don't use class in
attributeNameBindings
, useclassNames
instead with the default ofgravatar-image
.
- Documentation additions
- Added example site, more tests.
- Changed
tagName
toimg
. - Changed
imgClass
binding toclass
.