Skip to content

Commit

Permalink
bump minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmywarting committed May 14, 2019
1 parent 71f266f commit 1bc9ed3
Show file tree
Hide file tree
Showing 7 changed files with 2,598 additions and 13 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.0.2] - 2019-05-14

- Catching an exception on Send (HEAD) ([#534])

## [2.0.0] - 2018-10-17

- Removed eval to resolve CSP [#465]
- Removed eval to resolve CSP ([#465])

## [2.0.0-rc.4] - 2018-10-17

Expand Down Expand Up @@ -53,3 +57,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#469]: https://github.com/eligrey/FileSaver.js/issues/469
[#470]: https://github.com/eligrey/FileSaver.js/issues/470
[#491]: https://github.com/eligrey/FileSaver.js/issues/491
[#534]: https://github.com/eligrey/FileSaver.js/issues/534
4 changes: 1 addition & 3 deletions dist/FileSaver.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,7 @@

try {
xhr.send();
} catch (e) {
return false;
}
} catch (e) {}

return xhr.status >= 200 && xhr.status <= 299;
} // `a.click()` doesn't work for all browsers (#465)
Expand Down
2 changes: 1 addition & 1 deletion dist/FileSaver.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/FileSaver.min.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 1bc9ed3

Please sign in to comment.