This repository was archived by the owner on Aug 19, 2025. It is now read-only.
Releases: wallin/angular-gravatar
Releases · wallin/angular-gravatar
angular-gravatar 0.4.2
Fixes
- Update dependencies to allow Angular 1.5
- Fixing bind once behaviour: it's supposed to render default gravatar if the e-mail address is null/blank. (@victor-torres)
angular-gravatar 0.4.1
Changes
md5is now an Angular Constant so it can be injected into providers
angular-gravatar 0.4.0
Changes
- Ability to override function for generating final URL through
gravatarServiceProvider.urlFunc = ...
angular-gravatar 0.3.2
Changes
- Update dependency to Angular to handle 1.4
angular-gravatar 0.3.1
Bugfixes
- Removed reference to
md5.jsinbower.json. This file is embedded in the mainangular-gravatar.jsfile since version 0.3.0
angular-gravatar 0.3.0
Changes
- md5 code is now included in main file, ie. no need for an extra script-tag with
md5.jsanymore (thanks @gabehayes)
angular-gravatar 0.2.4
Changes
- URL Protocol can now be forced using the
protocolconfig option (@gaguirre)
Bugfixes
- Parameters correctly escaped in final URL