Merge pull request #941 from blikblum/master

Update version to 0.9.1
This commit is contained in:
Luiz Américo 2019-04-29 06:59:04 -03:00 committed by GitHub
commit 1e4ff79f50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -2,12 +2,15 @@
### Unreleased
### [v0.9.1] - 2019-3-04
- Fix setting printing permission
- Fix corruption of string objects in browser
- Fix links to pages within the document
- Add option to set default font
- Remove call to fontkit.openSync
- Add standalone virtual file system implementation
- Add option (fontLayoutCache) to disable font layout cache
### [v0.9.0] - 2019-1-28

View File

@ -9,7 +9,7 @@
"document",
"vector"
],
"version": "0.9.0",
"version": "0.9.1",
"homepage": "http://pdfkit.org/",
"author": {
"name": "Devon Govett",