- Fix pydantic json-schema serialization.
- Cache parsing result
- Drop support for Python 3.7
- Add support for Pydantic v2
- Packaging: remove tests from wheel.
- Allow specifing mimetype on
from_file
.
- Fix encoding when
charset
is not specified
- Remove unnecessary dependency from
six
- Add Pydantic support.
- Truncate output of
repr()
- Fix
.wrap
on Python 3.10
- Drop support for Python 2
- Add support for Python 3.9
- Drop support for Python 3.3
- Fix wrap in base64-ed data
- Fix coverage badge in Readme
- More granular exceptions
- Open files with the specified encoding
- Fix
.wrap
method
- Fix name regex
- Fix escaping when name is not set
No changes
- Allow urlencoded names
- Fix .make method
- Add
.text
property
- Add name parsing and bytes encoding