Skip to content

Commit 4122d13

Browse files
committed
chore: version 0.4.7
Preparing version 0.4.7
1 parent 3fc72ce commit 4122d13

File tree

4 files changed

+38
-5
lines changed

4 files changed

+38
-5
lines changed

.gitignore

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
node_modules
2+
npm-debug.log
3+
package.json.save
4+
package-lock.json
5+
yarn.lock
26
doc
7+
dist
38
.DS_Store
9+
coverage/lcov-report
10+
coverage/coverage-summary.json
11+
coverage/lcov.info
412
out.*
513
.idea/
6-
7-
\#*#
8-
9-
.vscode
14+
.vscode

.npmignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
node_modules/
22
.DS_Store/
3+
doc/
4+
flow-typed
5+
package.json.save
6+
package-lock.json
7+
yarn.lock
38
out.*
9+
.vscode

CHANGELOG

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
- Version 0.4.7:
2+
- Merge pull request #278 from aug2uag/master.
3+
- Merge pull request #255 from OmniCyberSecurity/master.
4+
- Merge pull request #262 from bkylerussell/indent.
5+
- Small fixed for the README.md.
6+
- Updated the supported node.js versions.
7+
- Merge pull request #270 from markau/markau-docxJSON-fixes.
8+
- Fix to example JSON key name, Fix to lib to ensure createListOfNumber.
9+
- Merge pull request #266 from pdesantis/master.
10+
- Merge pull request #259 from textioHQ/custom-style-support.
11+
- Add strikethrough option to docx addText function.
12+
- Account for paragraphs without specified options.
13+
- Round cx and cy values for images.
14+
- Merge pull request #249 from flaviolacer/patch-1.
15+
- Working Grid Width.
16+
- Merge pull request #238 from danishcake/missing_require_path.
17+
- Fix missing require('path').
18+
- Merge pull request #228 from msenevir/docs-set-slide-size-option.
19+
- update docs.
20+
- Merge pull request #227 from bainweb/master.
21+
- Remove unnecessary margin above tables.
22+
- Merge pull request #225 from salzhrani/rtl (RTL support).
123
- Version 0.4.6:
224
- Fixed issue with createByJson - Merge pull request #209 from goyney/master
325
- Version 0.4.5:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "officegen",
33
"description": "Office Open XML Generator using Node.js streams. Supporting Microsoft Office 2007 and later Word (docx), PowerPoint (pptx,ppsx) and Excel (xlsx). This module is for all frameworks and environments. No need for any commandline tool - this module is doing everything inside it.",
4-
"version": "0.4.6",
4+
"version": "0.4.7",
55
"author": {
66
"name": "Ziv Barber",
77
"url": "https://github.com/Ziv-Barber"

0 commit comments

Comments
 (0)