Skip to content

Commit

Permalink
chore: version 0.4.7
Browse files Browse the repository at this point in the history
Preparing version 0.4.7
  • Loading branch information
Ziv-Barber committed Oct 12, 2018
1 parent 3fc72ce commit 4122d13
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 5 deletions.
13 changes: 9 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
node_modules
npm-debug.log
package.json.save
package-lock.json
yarn.lock
doc
dist
.DS_Store
coverage/lcov-report
coverage/coverage-summary.json
coverage/lcov.info
out.*
.idea/

\#*#

.vscode
.vscode
6 changes: 6 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
node_modules/
.DS_Store/
doc/
flow-typed
package.json.save
package-lock.json
yarn.lock
out.*
.vscode
22 changes: 22 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
- Version 0.4.7:
- Merge pull request #278 from aug2uag/master.
- Merge pull request #255 from OmniCyberSecurity/master.
- Merge pull request #262 from bkylerussell/indent.
- Small fixed for the README.md.
- Updated the supported node.js versions.
- Merge pull request #270 from markau/markau-docxJSON-fixes.
- Fix to example JSON key name, Fix to lib to ensure createListOfNumber.
- Merge pull request #266 from pdesantis/master.
- Merge pull request #259 from textioHQ/custom-style-support.
- Add strikethrough option to docx addText function.
- Account for paragraphs without specified options.
- Round cx and cy values for images.
- Merge pull request #249 from flaviolacer/patch-1.
- Working Grid Width.
- Merge pull request #238 from danishcake/missing_require_path.
- Fix missing require('path').
- Merge pull request #228 from msenevir/docs-set-slide-size-option.
- update docs.
- Merge pull request #227 from bainweb/master.
- Remove unnecessary margin above tables.
- Merge pull request #225 from salzhrani/rtl (RTL support).
- Version 0.4.6:
- Fixed issue with createByJson - Merge pull request #209 from goyney/master
- Version 0.4.5:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "officegen",
"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.",
"version": "0.4.6",
"version": "0.4.7",
"author": {
"name": "Ziv Barber",
"url": "https://github.com/Ziv-Barber"
Expand Down

0 comments on commit 4122d13

Please sign in to comment.