docx-templates
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -5,3 +5,3 @@ # Changelog | ||
## 1.0.1 (Dec. 15, 2016) | ||
## 1.0.1, 1.0.2 (Dec. 15, 2016) | ||
@@ -8,0 +8,0 @@ * Add docs. |
{ | ||
"name": "docx-templates", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Template-based docx report creation", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -10,3 +10,2 @@ # 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) | ||
* A small **custom language**, with commands such as `FOR` (+ `END-FOR`), `FOR-ROW` (+ `END-FOR-ROW`), `INS`, `SHORTHAND`, `QUERY` | ||
* Can embed a data query directly in the document, which will be passed to a callback provided by the user | ||
* **Nested** loops | ||
@@ -13,0 +12,0 @@ * Custom **variables** and **shorthand** commands (useful for writing table templates) |
470125
193