You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(dependencies): upgrading prescribe to fix a bug in script writing (……krux#191)
Previously, if a script and its contents were written over several doc.writes it'd write the
contents outside the scripts text node
Fixeskrux#172
fix(package): fix version number in package files (krux#177)
the version number in the packaged files was no longer correct after semantic-release
Fixeskrux#173
fix(parsing): fix problem with iframe src containing badly quoted dou…
…ble quotes
if an iframe src contained badly quoted double quotes, the parsing would improperly escape this
krux#159
feat: big update to v2 with many changes (krux#138)
* Porting to ES6, Gulp, Karma, Mocha and Webpack
* Rearrange source files
* Pull in some fixes from various PR's and downstream forks
* Publish as a UMD module
* Split HtmlParser out to a new project called `postscribe`
* Added code climate, david-dm and coveralls