Skip to content

Commit

Permalink
Merge pull request #206 from dduponchel/release_v2.5.0
Browse files Browse the repository at this point in the history
Release v2.5.0
  • Loading branch information
Stuk committed Mar 12, 2015
2 parents e930e39 + 50eb023 commit 9ab3ed8
Show file tree
Hide file tree
Showing 7 changed files with 213 additions and 34 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
---

### v2.5.0 2015-03-10
- add support for custom mime-types (see [#199](https://github.com/Stuk/jszip/issues/199)).
- add an option to set the DEFLATE level (see [#201](https://github.com/Stuk/jszip/issues/201)).
- improve the error message with corrupted zip (see [#202](https://github.com/Stuk/jszip/issues/202)).
- add support for UNIX / DOS permissions (see [#200](https://github.com/Stuk/jszip/issues/200) and [#205](https://github.com/Stuk/jszip/issues/205)).

### v2.4.0 2014-07-24
- update pako to 0.2.5 (see [#156](https://github.com/Stuk/jszip/issues/156)).
- make JSZip work in a Firefox addon context (see [#151](https://github.com/Stuk/jszip/issues/151)).
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jszip",
"version": "2.4.0",
"version": "2.5.0",
"homepage": "http://stuartk.com/jszip",
"authors": [
"Stuart Knightley <[email protected]>"
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": "2.4.0",
"version": "2.5.0",
"keywords": [
"zip",
"deflate",
Expand Down
Loading

0 comments on commit 9ab3ed8

Please sign in to comment.