Skip to content

Releases: stewartlord/identicon.js

Actually fix base64 encoding on Node

20 Sep 15:54
Compare
Choose a tag to compare

The previous fix could still result in a "btoa is not defined" error.

Fix base64 encoding on Node

19 Mar 17:24
Compare
Choose a tag to compare
2.3.2

Bump version to 2.3.2

Minor syntax fixes

11 Jul 15:00
Compare
Choose a tag to compare
2.3.1

Bump version

New saturation and brightness options

25 Jun 17:05
Compare
Choose a tag to compare

You can now control saturation and brightness of the derived foreground color from options. Minor change to pnglib.js to support strict mode.

Hash parameter is now required

01 May 13:31
Compare
Choose a tag to compare

The hash parameter is no longer optional.

Updated package description

30 Apr 01:08
Compare
Choose a tag to compare
2.1.1

Update packaged description and therefore version.

Raw output option for smaller SVGs

30 Jan 17:57
Compare
Choose a tag to compare

Minor new feature allows rendering unencoded images. In the case of SVG this can be used to output smaller plain-text data URIs (the default base64 encoding adds 33%).

SVG Support!

13 Dec 07:26
Compare
Choose a tag to compare

Adds support for SVG output while preserving backwards compatibility. Existing usage should be unchanged. To generate SVGs, pass format: 'svg' in options.

New foreground color option

13 Dec 07:11
Compare
Choose a tag to compare
Merge pull request #22 from buildbreakdo/patch-1

Update README.md -- add installation section