Skip to content

Releases: telday/data_url

1.3.1

10 Oct 16:24

Choose a tag to compare

What's Changed

  • Added support for type hints.

Full Changelog: v1.3.0...v1.3.1

v1.3.0

17 Jul 19:05

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.1...v1.3.0

v1.2.1

19 May 17:39

Choose a tag to compare

What's Changed

  • Adds ability to include "." char in mime-type by @telday in #9

Full Changelog: v1.2.0...v1.2.1

v1.2.0

02 May 00:32

Choose a tag to compare

What's Changed

  • Add support for data URLs with empty mimetypes, like data:,abc. by @jcdyer in #6
  • Adds GH action for publishing module by @telday in #7

New Contributors

  • @jcdyer made their first contribution in #6

Full Changelog: v1.1.1...v1.2.0

v1.1.1

21 Nov 00:10

Choose a tag to compare

[1.1.1] - 2024-11-20

Fixed

  • Fixed bug with using construct_data_url with string type parameters

v1.1.0

02 Nov 17:36

Choose a tag to compare

[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.