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

Commit

Permalink
fix(parsing): fix problem with iframe src containing badly quoted dou…
Browse files Browse the repository at this point in the history
…ble quotes

if an iframe src contained badly quoted double quotes, the parsing would improperly escape this

#159
  • Loading branch information
Seth Yates committed Apr 23, 2016
1 parent bd53bdf commit 21d7fde
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 2.0.3 - 2016-04-22
### Fixed
- Fixed #159 - Chrome producing Unexpected token ILLEGAL when iframe src contains escaped double quotes

## 2.0.2 - 2016-04-22
### Fixed
- Fixed the export setup for browser-based
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"main": "dist/postscribe.js",
"browser": "dist/postscribe.js",
"dependencies": {
"prescribe": "^1.0.0"
"prescribe": ">=1.0.7"
},
"devDependencies": {
"babel-core": "6.7.7",
Expand All @@ -59,7 +59,7 @@
"babel-preset-es2015-loose": "7.0.0",
"babel-register": "6.7.2",
"babelify": "7.2.0",
"cz-conventional-changelog": "1.1.6",
"cz-conventional-changelog": "1.1.5",
"del": "2.2.0",
"eslint": "2.7.0",
"expect.js": "0.3.1",
Expand Down

0 comments on commit 21d7fde

Please sign in to comment.