Skip to content

Commit

Permalink
Merge pull request Stuk#340 from dduponchel/release_3.1.2
Browse files Browse the repository at this point in the history
Release v3.1.2
  • Loading branch information
dduponchel committed Aug 23, 2016
2 parents 671e1e1 + 917e429 commit 40c9f50
Show file tree
Hide file tree
Showing 7 changed files with 260 additions and 108 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ layout: default
section: main
---

### v3.1.2 2016-08-23
- fix support of nodejs `process.platform` in `generate*` methods (see [#335](https://github.com/Stuk/jszip/pull/335)).
- improve browserify/webpack support (see [#333](https://github.com/Stuk/jszip/pull/333)).
- partial support of a promise of text (see [#337](https://github.com/Stuk/jszip/pull/337)).
- fix streamed zip files containing folders (see [#342](https://github.com/Stuk/jszip/pull/342)).

### v3.1.1 2016-08-08
- Use a hard-coded JSZip.version, fix an issue with webpack (see [#328](https://github.com/Stuk/jszip/pull/328)).

Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jszip",
"repo": "Stuk/jszip",
"description": "Create, read and edit .zip files with Javascript http://stuartk.com/jszip",
"version": "3.1.1",
"version": "3.1.2",
"keywords": [
"zip",
"deflate",
Expand Down
Loading

0 comments on commit 40c9f50

Please sign in to comment.