easy-template-x
Advanced tools
Comparing version 0.10.0 to 0.10.1
# Change Log | ||
## [0.10.1 - 2020-02-12](https://github.com/alonrbar/easy-template-x/tree/v0.10.1) | ||
### Fixed | ||
- Export extensions types. | ||
## [0.10.0 - 2020-02-10](https://github.com/alonrbar/easy-template-x/tree/v0.10.0) | ||
@@ -4,0 +10,0 @@ |
export * from './compilation'; | ||
export * from './extensions'; | ||
export * from './errors'; | ||
@@ -3,0 +4,0 @@ export * from './office'; |
{ | ||
"name": "easy-template-x", | ||
"version": "0.10.0", | ||
"version": "0.10.1", | ||
"description": "Generate docx documents from templates, in Node or in the browser.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -321,4 +321,6 @@ # easy-template-x | ||
By default no extensions will be loaded. | ||
To write an extension inherit from the [TemplateExtension](./src/extensions/templateExtension.ts) class. | ||
By default no extension is loaded. | ||
Extensions and the order they run in are specified via the `TemplateHandlerOptions`. | ||
@@ -325,0 +327,0 @@ |
export * from './compilation'; | ||
export * from './extensions'; | ||
export * from './errors'; | ||
@@ -3,0 +4,0 @@ export * from './office'; |
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
8089
420
337522