pdfmake 0.3.0-beta.1 → 0.3.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  # Changelog
2
2
 
3
- 0.3.0-beta.1 - 2022-01-01
3
+ ## 0.3.0-beta.2 - 2022-04-01
4
+
5
+ - Attachments embedding
6
+ - Support passing headers to request for loading font files and images via URL adresses
7
+
8
+ ## 0.3.0-beta.1 - 2022-01-01
4
9
 
5
10
  - Port code base to ES6+
6
11
  - Unify interface for node and browser **(breaking change)**
package/README.md CHANGED
@@ -51,7 +51,9 @@ Check out [the playground](http://bpampuch.github.io/pdfmake/playground.html) an
51
51
 
52
52
  ## Documentation
53
53
 
54
- Documentation URL: https://pdfmake.github.io/docs/
54
+ **Documentation URL: https://pdfmake.github.io/docs/**
55
+
56
+ Source of documenation: https://github.com/pdfmake/docs **Improvements are welcome!**
55
57
 
56
58
  ## Building from sources
57
59