Skip to content

Releases: MatthewCallis/avatar

Release 6.0.0

29 Jan 21:12
Compare
Choose a tag to compare
  • Merge pull request #45 from MatthewCallis/v6 (260dbcb)
  • Big cleanup & React component (d840104)

Release 5.0.1

20 Jan 07:59
Compare
Choose a tag to compare
  • Update deps (badc6ed)
  • Update types, clean up for 2023 (4513725)
  • Update CHANGELOG.md (32ce41c)
  • Simplify Fallback data URI & GitHub avatar URL (e3f9b3e)

Release 5.0.0

09 Jan 07:45
c52f63c
Compare
Choose a tag to compare

v4.1.0

21 May 23:49
Compare
Choose a tag to compare

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

v4.0.0

19 May 22:55
Compare
Choose a tag to compare
  • 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

v3.0.2

02 Apr 21:27
Compare
Choose a tag to compare

No functionality changed, updating dependencies and rebuilding.

v3.0.1

02 Apr 21:28
Compare
Choose a tag to compare
  • Update dependencies.
  • Rebuild browser build (not in npm).

v3.0.0

02 Apr 21:27
Compare
Choose a tag to compare
  • Remove jQuery Support.
  • Node build.
  • Browser build (not in npm).
  • Move from Istanbul/Mocha/PhantomJS to ava/nyc.
  • Use md5 package.

v2.2.0

02 Apr 21:28
Compare
Choose a tag to compare

v2.0.0

14 Sep 05:25
Compare
Choose a tag to compare

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.