Skip to content

Releases: wallin/angular-gravatar

angular-gravatar 0.4.2

18 Mar 18:31
Compare
Choose a tag to compare

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

05 Aug 03:27
Compare
Choose a tag to compare

Changes

  • md5 is now an Angular Constant so it can be injected into providers

angular-gravatar 0.4.0

22 Jul 04:07
Compare
Choose a tag to compare

Changes

  • Ability to override function for generating final URL through gravatarServiceProvider.urlFunc = ...

angular-gravatar 0.3.2

20 Jun 20:28
Compare
Choose a tag to compare

Changes

  • Update dependency to Angular to handle 1.4

angular-gravatar 0.3.1

02 Apr 05:42
Compare
Choose a tag to compare

Bugfixes

  • Removed reference to md5.js in bower.json. This file is embedded in the main angular-gravatar.js file since version 0.3.0

angular-gravatar 0.3.0

26 Mar 02:29
Compare
Choose a tag to compare

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

20 Dec 09:39
Compare
Choose a tag to compare

Changes

  • URL Protocol can now be forced using the protocol config option (@gaguirre)

Bugfixes

  • Parameters correctly escaped in final URL