Skip to content

Commit febed09

Browse files
ianardeefharper
authored andcommitted
version 2.1.1
1 parent 76c7329 commit febed09

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

CHANGELOG.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
1-
# Mindee Python API Helper Changelog
1+
# Mindee Python API Library Changelog
22

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
49

510
### 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)
614

15+
## v2.1.0 (2022-03-02)
16+
17+
### Changes
718
* :sparkles: update to Invoices API v3
819
* :recycle: refactor `Endpoint` classes and document building
920
* :arrow_up: Update PikePDF to 5.0.1
@@ -70,37 +81,31 @@
7081
## v1.2.3 (2021-12-22)
7182

7283
### Fix
73-
7484
* :arrow_up: upgrade pymupdf to 1.18.17
7585

7686
### Bug
77-
7887
* :bug: handle few PDF files considered blank
7988
* :white_check_mark: re-initialize file cursor in test
8089

8190
## v1.2.2 (2021-10-11)
8291

8392
### Fix
84-
8593
* :bug: Fixed [#15](https://github.com/mindee/mindee-api-python/issues/15)
8694

87-
### Chg
88-
95+
### Changes
8996
* :sparkles: Added pdf page number parameter for multi-pages pdfs
9097
* :sparkles: Added a blank pages only PDF detection & error raising
9198

9299

93100
## v1.2.1 (2021-09-23)
94101

95102
### Fix
96-
97103
* :bug: Forward uploaded file name for file verification rules
98104
* :bug: Change token management for new header format
99105

100106
## v1.2.0 (2021-08-25)
101107

102-
### Chg
103-
108+
### Changes
104109
* :sparkles: Adapted SDK to the new Mindee API endpoint
105110
* :zap: Single page object reconstruction is now server-side
106111
* :heavy_minus_sign: Removed Numpy dependency
@@ -109,31 +114,26 @@
109114
## v1.1.3 (2021-02-21)
110115

111116
### Fix
112-
113117
* :zap: FinancialDoc attributes have same type from invoice or receipt
114118

115119
## v1.1.2 (2021-02-19)
116120

117121
### Fix
118-
119122
* :bug: Fixed FinancialDoc invoice version and reconstruction
120123

121124
## v1.1.1 (2021-01-31)
122125

123-
### Chg
124-
126+
### Changes
125127
* Updated total tax reconstruction for invoice
126128

127129
## v1.1.0 (2020-12-02)
128130

129-
### Chg
130-
131+
### Changes
131132
* Updated invoice API endpoint to V2
132133

133134
## v1.0.2 (2020-12-01)
134135

135136
### Fix
136-
137137
* Fixed null tax rate issue
138138

139139
## v1.0.0 (2020-10-28)

mindee/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.0
1+
2.1.1

0 commit comments

Comments
 (0)