Skip to content

Commit cc44a27

Browse files
committed
Prepare 0.1.8 release
1 parent 114e9bc commit cc44a27

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
iframe-worker-0.1.8 (2020-09-23)
2+
3+
* Disabled source maps for polyfill, as they don't work for file protocol
4+
* Fixed invalid origin in Safari when messaging from worker
5+
16
iframe-worker-0.1.7 (2020-09-22)
27

38
* Fixed postMessage from iframe in Safari

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iframe-worker",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"description": "A tiny WebWorker polyfill for the file:// protocol",
55
"keywords": [
66
"webworker",

0 commit comments

Comments
 (0)