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
md5
is 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.js
inbower.json
. This file is embedded in the mainangular-gravatar.js
file 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.js
anymore (thanks @gabehayes)
angular-gravatar 0.2.4
Changes
- URL Protocol can now be forced using the
protocol
config option (@gaguirre)
Bugfixes
- Parameters correctly escaped in final URL