Releases: telday/data_url
Releases · telday/data_url
1.3.1
v1.3.0
What's Changed
- Updated regex and url parsing by @NBIX-Mark-Southern in #12
- Handle parameters in data urls (follow up PR) by @NBIX-Mark-Southern in #13
New Contributors
- @NBIX-Mark-Southern made their first contribution in #12
Full Changelog: 1.2.1...v1.3.0
v1.2.1
v1.2.0
v1.1.1
v1.1.0
[1.1.0] - 2024-11-02
Changed
- DataURL.from_data no longer accepts bytes type. Use DataURL.from_byte_data instead.
- Updated argument name across project
base64_encode->base64_encoded - Moves Regex to use raw string to avoid warning
- Adds "-" to list of acceptable characters for string data in a URL.