Skip to content

Releases: jvherck/dicebear

dicebear 3.9.2

04 Jan 19:56
Compare
Choose a tag to compare

Check out https://dicebear.vhjan.me/ for the documentation.

If you encounter any errors or bugs, please open an issue!

Back-end

The back-end has been reworked a lot to make the whole framework faster and more efficient.
The package now also supports caching to avoid making redundant requests.

A safer way of making requests to avoid hanging indefinitely or raising generic/unnecessary errors.

dicebear 2.9.2

08 Oct 15:38
Compare
Choose a tag to compare

Check out https://dicebear.vhjan.me/ for the documentation.

If you encounter any errors or bugs, please open an issue!

Added

  • New styles dylan and glass
  • New modern alternative file formats webp and avif (use these instead of png or jp(e)g)

dicebear 2.7.5

06 Jul 00:10
Compare
Choose a tag to compare

Check out https://dicebear.vhjan.me for the documentation.

If you encounter any errors or bugs, please open an issue!

Back-end

  • Dicebear version upgrade to 9.x

Improvements

  • Added tox for code quality automation

Changed

dicebear 2.7.1

12 Dec 14:50
Compare
Choose a tag to compare

Check out https://dicebear.janvh.tk for the documentation.

If you encounter any errors or bugs, please open an issue!

Added

  • New attribute schema for DAvatar class

Back-end

  • Removed test parameter on all functions
  • Improved type hinting and imports

dicebear 2.7.0

29 Aug 11:37
Compare
Choose a tag to compare

Upgrade to Dicebear's new API version 7.0

Check out https://dicebear.janvh.tk for the documentation.

If you encounter any errors or bugs, please open an issue!

Added

  • New style rings
  • New function DStyle.get_schema(style: str) to get the schema (all properties) of the given avatar style

Back-end

Upgrade to Dicebear new API version 7.0

dicebear 2.5.1

16 Mar 11:33
Compare
Choose a tag to compare

General bug fixes.
Check out https://dicebear.janvh.tk/ for the documentation.

If you encounter any errors or bugs, please open an issue!

Removed

  • Properties DAvatar.text and DAvatar.bytes

Added

Fixed

dicebear 2.4.0

13 Mar 12:27
Compare
Choose a tag to compare

General bug fixes and unittest implementation for automatic testing.
Check out https://dicebear.janvh.tk for the documentation.

If you encounter any errors or bugs, please open an issue!

Warning

The method DAvatar.edit_specific() has been removed since v2.3.0!

dicebear 2.3.0

22 Feb 11:52
Compare
Choose a tag to compare

Upgrade to Dicebear's new API version 5.3

Check out https://dicebear.janvh.tk for the documentation.

If you encounter any errors or bugs, please open an issue!

Added

  • randomizeIds option: randomize id's of avatars in SVG/XML format to avoid id collisions when using them directly in HTML.
  • shapes style
  • thumbs style

Warning

The method DAvatar.edit_specific() has been removed!

dicebear 2.2.2

24 Jan 13:41
Compare
Choose a tag to compare

Upgrade to Dicebear's new API version 5.1!

Check out https://dicebear.janvh.tk for the documentation.

If you encounter any errors or bugs, please open an issue!

Important changes

svg is now the default format for everything as this is lighter and faster for the API.

Warning

The function DAvatar.edit_specific() is deprecated and might be removed in one of the next releases!

dicebear 1.2.4

05 Dec 17:34
Compare
Choose a tag to compare

Check out https://dicebear.jvhbots.tk for the documentation.
Mostly back-end cleanup and fixes.

Neutral changes

  • Fixed some issues
  • Back-end cleanup
  • Improved documentation (both on the website and Python's docstrings)

New

  • Utility function bulk_create to create multiple random avatars at once

Warning

The function DAvatar.edit_specific() is deprecated and will be removed in version 1.3.0!