Skip to content
This repository was archived by the owner on Feb 9, 2024. It is now read-only.

Commit 21d7fde

Browse files
author
Seth Yates
committed
fix(parsing): fix problem with iframe src containing badly quoted double quotes
if an iframe src contained badly quoted double quotes, the parsing would improperly escape this #159
1 parent bd53bdf commit 21d7fde

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## 2.0.3 - 2016-04-22
6+
### Fixed
7+
- Fixed #159 - Chrome producing Unexpected token ILLEGAL when iframe src contains escaped double quotes
8+
59
## 2.0.2 - 2016-04-22
610
### Fixed
711
- Fixed the export setup for browser-based

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"main": "dist/postscribe.js",
4747
"browser": "dist/postscribe.js",
4848
"dependencies": {
49-
"prescribe": "^1.0.0"
49+
"prescribe": ">=1.0.7"
5050
},
5151
"devDependencies": {
5252
"babel-core": "6.7.7",
@@ -59,7 +59,7 @@
5959
"babel-preset-es2015-loose": "7.0.0",
6060
"babel-register": "6.7.2",
6161
"babelify": "7.2.0",
62-
"cz-conventional-changelog": "1.1.6",
62+
"cz-conventional-changelog": "1.1.5",
6363
"del": "2.2.0",
6464
"eslint": "2.7.0",
6565
"expect.js": "0.3.1",

0 commit comments

Comments
 (0)