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.
- Fixed bug with using
construct_data_url
with string type parameters
- 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.