Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 669 Bytes

CHANGELOG.md

File metadata and controls

22 lines (13 loc) · 669 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[1.1.1] - 2024-11-20

Fixed

  • Fixed bug with using construct_data_url with string type parameters

[1.1.0] - 2024-11-02

Changed

  • DataURL.from_data no longer accepts bytes type. Use DataURL.from_byte_data instead.
  • Moves Regex to use raw string to avoid warning
  • Adds "-" to list of acceptable characters for string data in a URL.