Releases: jvherck/dicebear
dicebear 3.9.2
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
Check out https://dicebear.vhjan.me/ for the documentation.
If you encounter any errors or bugs, please open an issue!
Added
- New styles
dylan
andglass
- New modern alternative file formats
webp
andavif
(use these instead ofpng
orjp(e)g
)
dicebear 2.7.5
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
- Moved style metadata to separate file
dicebear.metadata.Metadata
dicebear 2.7.1
Check out https://dicebear.janvh.tk for the documentation.
If you encounter any errors or bugs, please open an issue!
Added
- New attribute
schema
forDAvatar
class
Back-end
- Removed
test
parameter on all functions - Improved type hinting and imports
dicebear 2.7.0
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
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
andDAvatar.bytes
Added
- Methods
DAvatar.text(format)
andDAvatar.bytes(format)
Fixed
DAvatar.pillow()
no longer raises error for no reason
dicebear 2.4.0
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
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
stylethumbs
style
Warning
The method DAvatar.edit_specific()
has been removed!
dicebear 2.2.2
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
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!