-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathCHANGELOG
More file actions
29 lines (22 loc) · 699 Bytes
/
CHANGELOG
File metadata and controls
29 lines (22 loc) · 699 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 1.1.1
* pdf.js new versions added.
* default stable version changed v1.9.426 to v1.10.100
* https://mozilla.github.io/pdf.js/getting_started/#download
* fixed issue #5 https://gitlab.com/autokent/pdf-parse/issues/5
# 1.1.0
* readme updated
* custom callback must return current page text not all page's text
* fixed #1 commment https://gitlab.com/autokent/pdf-parse/issues/4#note_111256593
# 1.0.9
* extra space injection issue fixed #1 https://gitlab.com/autokent/pdf-parse/issues/4
* custom callback signature changed.
# 1.0.8
* co dependency removed.
# 1.0.5 - 1.0.7
* test cases updated.
# 1.0.2 - 1.0.4
* readme updated.
# 1.0.1
* added 70+ unit test cases.
# 0.0.1
* initial release