easy-template-x
Advanced tools
Comparing version 0.10.2 to 0.10.3
# Change Log | ||
## [0.10.3 - 2020-02-16](https://github.com/alonrbar/easy-template-x/tree/v0.10.3) | ||
### Fixed | ||
- Parsing of tags with custom delimiters. | ||
## [0.10.2 - 2020-02-16](https://github.com/alonrbar/easy-template-x/tree/v0.10.2) | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "easy-template-x", | ||
"version": "0.10.2", | ||
"version": "0.10.3", | ||
"description": "Generate docx documents from templates, in Node or in the browser.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -122,3 +122,3 @@ import { Delimiters } from '../delimiters'; | ||
if (curDelimiter.xmlTextNode === closeDelimiter.xmlTextNode) { | ||
curDelimiter.index -= closeDelimiter.index + 1; | ||
curDelimiter.index -= closeDelimiter.index + this.delimiters.tagEnd.length; | ||
updated = true; | ||
@@ -125,0 +125,0 @@ } |
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
344623