Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
natergj committed Jul 22, 2018
1 parent adc3191 commit b1f264b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
1.5.0
Bug Fixes:
resolves https://github.com/natergj/excel4node/issues/156 where an error will be thrown if no Worksheet is specified prior to attempting to write a Workbook

Enhancements:
merge https://github.com/natergj/excel4node/pull/211 & https://github.com/natergj/excel4node/pull/212
remove default logger dependency in favor of much smaller simple logger (reduces library dependencies and size)
add ability specify custom logger
1.4.0
Bug Fixes:
resolves https://github.com/natergj/excel4node/issues/196 where unicode filenames could not be used with HTTP Response write handler
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "excel4node",
"version": "1.4.0",
"version": "1.5.0",
"description": "Library to create Formatted Excel Files.",
"engines": {
"node": ">4.0.0"
Expand Down

0 comments on commit b1f264b

Please sign in to comment.