|
1 | | -# Mindee Python API Helper Changelog |
| 1 | +# Mindee Python API Library Changelog |
2 | 2 |
|
3 | | -## v2.1.0 (2022-03-02) |
| 3 | +## v2.1.1 (2022-03-15) |
| 4 | + |
| 5 | +### Fixes |
| 6 | +* :bug: fix for locale constructor |
| 7 | +* :bug: fix custom document in CLI |
| 8 | +* :label: declare type info to mypy |
4 | 9 |
|
5 | 10 | ### Changes |
| 11 | +* :label: set stricter pylint and mypy settings |
| 12 | +* :technologist: add pre-commit to ensure proper code formatting |
| 13 | +* :art: fixes to import order (isort) and documentation (pydocstyle) |
6 | 14 |
|
| 15 | +## v2.1.0 (2022-03-02) |
| 16 | + |
| 17 | +### Changes |
7 | 18 | * :sparkles: update to Invoices API v3 |
8 | 19 | * :recycle: refactor `Endpoint` classes and document building |
9 | 20 | * :arrow_up: Update PikePDF to 5.0.1 |
|
70 | 81 | ## v1.2.3 (2021-12-22) |
71 | 82 |
|
72 | 83 | ### Fix |
73 | | - |
74 | 84 | * :arrow_up: upgrade pymupdf to 1.18.17 |
75 | 85 |
|
76 | 86 | ### Bug |
77 | | - |
78 | 87 | * :bug: handle few PDF files considered blank |
79 | 88 | * :white_check_mark: re-initialize file cursor in test |
80 | 89 |
|
81 | 90 | ## v1.2.2 (2021-10-11) |
82 | 91 |
|
83 | 92 | ### Fix |
84 | | - |
85 | 93 | * :bug: Fixed [#15](https://github.com/mindee/mindee-api-python/issues/15) |
86 | 94 |
|
87 | | -### Chg |
88 | | - |
| 95 | +### Changes |
89 | 96 | * :sparkles: Added pdf page number parameter for multi-pages pdfs |
90 | 97 | * :sparkles: Added a blank pages only PDF detection & error raising |
91 | 98 |
|
92 | 99 |
|
93 | 100 | ## v1.2.1 (2021-09-23) |
94 | 101 |
|
95 | 102 | ### Fix |
96 | | - |
97 | 103 | * :bug: Forward uploaded file name for file verification rules |
98 | 104 | * :bug: Change token management for new header format |
99 | 105 |
|
100 | 106 | ## v1.2.0 (2021-08-25) |
101 | 107 |
|
102 | | -### Chg |
103 | | - |
| 108 | +### Changes |
104 | 109 | * :sparkles: Adapted SDK to the new Mindee API endpoint |
105 | 110 | * :zap: Single page object reconstruction is now server-side |
106 | 111 | * :heavy_minus_sign: Removed Numpy dependency |
|
109 | 114 | ## v1.1.3 (2021-02-21) |
110 | 115 |
|
111 | 116 | ### Fix |
112 | | - |
113 | 117 | * :zap: FinancialDoc attributes have same type from invoice or receipt |
114 | 118 |
|
115 | 119 | ## v1.1.2 (2021-02-19) |
116 | 120 |
|
117 | 121 | ### Fix |
118 | | - |
119 | 122 | * :bug: Fixed FinancialDoc invoice version and reconstruction |
120 | 123 |
|
121 | 124 | ## v1.1.1 (2021-01-31) |
122 | 125 |
|
123 | | -### Chg |
124 | | - |
| 126 | +### Changes |
125 | 127 | * Updated total tax reconstruction for invoice |
126 | 128 |
|
127 | 129 | ## v1.1.0 (2020-12-02) |
128 | 130 |
|
129 | | -### Chg |
130 | | - |
| 131 | +### Changes |
131 | 132 | * Updated invoice API endpoint to V2 |
132 | 133 |
|
133 | 134 | ## v1.0.2 (2020-12-01) |
134 | 135 |
|
135 | 136 | ### Fix |
136 | | - |
137 | 137 | * Fixed null tax rate issue |
138 | 138 |
|
139 | 139 | ## v1.0.0 (2020-10-28) |
|
0 commit comments