easy-template-x
Advanced tools
Comparing version 0.9.0 to 0.10.0
# Change Log | ||
## [0.10.0 - 2020-02-10](https://github.com/alonrbar/easy-template-x/tree/v0.10.0) | ||
### Added | ||
- Expose `Docx.rawZipFile` property. | ||
## [0.9.0 - 2020-02-10](https://github.com/alonrbar/easy-template-x/tree/v0.9.0) | ||
@@ -4,0 +10,0 @@ |
@@ -15,2 +15,3 @@ import { Constructor } from '../types'; | ||
readonly contentTypes: ContentTypesFile; | ||
get rawZipFile(): Zip; | ||
private _documentPath; | ||
@@ -17,0 +18,0 @@ private _document; |
{ | ||
"name": "easy-template-x", | ||
"version": "0.9.0", | ||
"version": "0.10.0", | ||
"description": "Generate docx documents from templates, in Node or in the browser.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -36,2 +36,10 @@ import { MalformedFileError } from '../errors'; | ||
/** | ||
* **Notice:** You should only use this property if there is no other way to | ||
* do what you need. Use with caution. | ||
*/ | ||
public get rawZipFile(): Zip { | ||
return this.zip; | ||
} | ||
private _documentPath: string; | ||
@@ -38,0 +46,0 @@ private _document: XmlNode; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
342358
8064