Removed eval

closes #491
This commit is contained in:
Jimmy Wärting
2018-11-14 12:34:32 +01:00
parent 72effade4d
commit be09a02e8c
6 changed files with 15 additions and 26 deletions
+6 -1
View File
@@ -4,13 +4,17 @@ 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.0] - 2018-10-17
- Removed eval to resolve CSP [#465]
## [2.0.0-rc.4] - 2018-10-17
- Dont throw on module.exports
## [2.0.0-rc.3] - 2018-09-27
- switch export method
- Switch export method
## [2.0.0-rc.2] - 2018-09-26
@@ -48,3 +52,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#465]: https://github.com/eligrey/FileSaver.js/issues/465
[#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