MatthewCallis Avatar Versions Save

Library for showing Gravatars or generating user avatars.

6.0.0

1 year ago
  • Merge pull request #45 from MatthewCallis/v6 (260dbcb)
  • Big cleanup & React component (d840104)

5.0.1

1 year ago
  • Update deps (badc6ed)
  • Update types, clean up for 2023 (4513725)
  • Update CHANGELOG.md (32ce41c)
  • Simplify Fallback data URI & GitHub avatar URL (e3f9b3e)

5.0.0

3 years ago
  • 2021 Update (1ca5961)
  • Bump to 4.1.2-pre (3facb13)

4.1.0

6 years ago

4.1.0 (May 21st, 2018)

  • Add support for setSourceCallback, called when image source is set. Useful to cache avatar sources provided by third parties such as Gravatar. PR 20

4.0.0

6 years ago
  • Update dependencies.
  • Use Babel 7 with @babel/preset-env targeting "last 2 versions", "ie 11"
  • Use Object Spread instead of Object.assign
  • Remove Leakages tests
  • Add module and jsnext:main to the package.json
  • Remove Code Climate

3.0.1

6 years ago
  • Update dependencies.
  • Rebuild browser build (not in npm).

3.0.0

6 years ago
  • Remove jQuery Support.
  • Node build.
  • Browser build (not in npm).
  • Move from Istanbul/Mocha/PhantomJS to ava/nyc.
  • Use md5 package.

3.0.2

6 years ago

No functionality changed, updating dependencies and rebuilding.

2.0.0

7 years ago

v2.0.0 (September 13th, 2016)

  • Update to ES6 from CoffeeScript.
  • More test coverage.
  • Code Coverage 100%
  • Static methods if you only need URL generation.