Skip to content

Commit fc9f40f

Browse files
committed
add CHANGELOG.md
1 parent 91c8c24 commit fc9f40f

File tree

1 file changed

+81
-0
lines changed

1 file changed

+81
-0
lines changed

CHANGELOG.md

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
## Changelog
2+
3+
### [v2.2.0 - 2024-06-25](https://github.com/fcurella/python-datauri/compare/v2.1.1...v2.2.0)
4+
5+
* Add support for Pydantic v2
6+
7+
### [v2.1.1 - 2024-05-14](https://github.com/fcurella/python-datauri/compare/v2.1.0...v2.1.1)
8+
9+
* Packaging: remove tests from wheel.
10+
11+
### [v2.1.0 - 2023-07-19](https://github.com/fcurella/python-datauri/compare/v2.0.0...v2.1.0)
12+
13+
* Allow specifing mimetype on `from_file`.
14+
15+
### [v2.0.0 - 2023-05-26](https://github.com/fcurella/python-datauri/compare/v1.2.1...v2.0.0)
16+
17+
* Fix encoding when `charset` is not specified
18+
19+
### [v1.2.1 - 2023-05-25](https://github.com/fcurella/python-datauri/compare/v1.2.0...v1.2.1)
20+
21+
* Remoeve unnecessary dependency from `six`
22+
23+
### [v1.2.0 - 2023-05-24](https://github.com/fcurella/python-datauri/compare/v1.1.0...v1.2.0)
24+
25+
* Add Pydantic support.
26+
* Truncate output of `repr()`
27+
28+
### [v1.1.0 - 2021-12-13](https://github.com/fcurella/python-datauri/compare/v1.0.0...v1.1.0)
29+
30+
* Fix `.wrap` on Python 3.10
31+
32+
### [v1.0.0 - 2021-01-19](https://github.com/fcurella/python-datauri/compare/v0.2.9...v1.0.0)
33+
34+
* Drop support for Python 2
35+
* Add support for Python 3.9
36+
37+
### [v0.2.9 - 2018-03-26](https://github.com/fcurella/python-datauri/compare/v0.2.8...v0.2.9)
38+
39+
* Drop support for Python 3.3
40+
* Fix wrap in base64-ed data
41+
42+
### [v0.2.8 - 2018-03-26](https://github.com/fcurella/python-datauri/compare/v0.2.7...v0.2.8)
43+
44+
* Fix coverage badge in Readme
45+
46+
### [v0.2.7 - 2018-03-26](https://github.com/fcurella/python-datauri/compare/v0.2.6...v0.2.7)
47+
48+
* More granular exceptions
49+
50+
### [v0.2.6 - 2018-03-06](https://github.com/fcurella/python-datauri/compare/v0.2.5...v0.2.6)
51+
52+
* Open files with the specified encoding
53+
54+
### [v0.2.5 - 2017-10-18](https://github.com/fcurella/python-datauri/compare/v0.2.4...v0.2.5)
55+
56+
* Fix `.wrap` method
57+
58+
### [v0.2.4 - 2017-10-16](https://github.com/fcurella/python-datauri/compare/v0.2.3...v0.2.4)
59+
60+
* Fix name regex
61+
62+
### [v0.2.3 - 2017-10-16](https://github.com/fcurella/python-datauri/compare/v0.2.2...v0.2.3)
63+
64+
* Fix escaping when name is not set
65+
66+
### [v0.2.2 - 2017-10-16](https://github.com/fcurella/python-datauri/compare/v0.2.1...v0.2.2)
67+
68+
No changes
69+
70+
### [v0.2.1 - 2017-10-16](https://github.com/fcurella/python-datauri/compare/v0.2.0...v0.2.1)
71+
72+
* Allow urlencoded names
73+
* Fix .make method
74+
75+
### [v0.2.0 - 2017-06-16](https://github.com/fcurella/python-datauri/compare/v0.1.0...v0.2.0)
76+
77+
* Add `.text` property
78+
79+
### [v0.1.0 - 2017-06-16](https://github.com/fcurella/python-datauri/compare/v0.0.1...v0.1.0)
80+
81+
* Add name parsing and bytes encoding

0 commit comments

Comments
 (0)