docx-templates
Advanced tools
Comparing version 2.9.0-rc.1 to 2.9.0
{ | ||
"name": "docx-templates", | ||
"version": "2.9.0-rc.1", | ||
"version": "2.9.0", | ||
"description": "Template-based docx report creation", | ||
@@ -5,0 +5,0 @@ "main": "lib/indexNode.js", |
@@ -248,9 +248,17 @@ # Docx-templates [![Build Status](https://travis-ci.org/guigrpa/docx-templates.svg)](https://travis-ci.org/guigrpa/docx-templates) [![Coverage Status](https://coveralls.io/repos/github/guigrpa/docx-templates/badge.svg?branch=master)](https://coveralls.io/github/guigrpa/docx-templates?branch=master) [![npm version](https://img.shields.io/npm/v/docx-templates.svg)](https://www.npmjs.com/package/docx-templates) | ||
+++EXEC | ||
const myFun = () => Math.random(); | ||
const MY_CONSTANT = 3; | ||
myFun = () => Math.random(); | ||
MY_CONSTANT = 3; | ||
+++ | ||
+++! const ANOTHER_CONSTANT = 5; +++ | ||
+++! ANOTHER_CONSTANT = 5; +++ | ||
``` | ||
Usage elsewhere will then look like | ||
``` | ||
+++= MY_CONSTANT +++ | ||
+++= ANOTHER_CONSTANT +++ | ||
+++= myFun() +++ | ||
``` | ||
### `IMAGE` | ||
@@ -257,0 +265,0 @@ |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
168324
0
461