Skip to content

Tags: USApp-io/postscribe

Tags

v2.0.8

Toggle v2.0.8's commit message
fix(legacy): fixes issue in legacy browsers (krux#351)

This ensures `default` is quoted in Objects.

v2.0.6

Toggle v2.0.6's commit message
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

Fixes krux#172

v2.0.5

Toggle v2.0.5's commit message
fix(readme): fix cdn path in README

Commiting as a fix b/c we need an actualy build for the link to work

v2.0.4

Toggle v2.0.4's commit message
fix(package): fix version number in package files (krux#177)

the version number in the packaged files was no longer correct after semantic-release

Fixes krux#173

v2.0.3

Toggle v2.0.3's commit message
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

v2.0.2

Toggle v2.0.2's commit message
Merge pull request krux#165 from krux/fix-export

fix(export): fix export for browser based users

v2.0.1

Toggle v2.0.1's commit message
fix(coverage): fix coverage, update README and update changelog (krux…

…#156)

* docs(README): remove disused references to tests in README
* fix(coverage): fix paths for coveralls
* fix(coverage): report coverage correctly to coveralls
* docs(changelog): update changelog

v2.0.0

Toggle v2.0.0's commit message
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

1.4.0

Toggle 1.4.0's commit message
Release

1.3.2

Toggle 1.3.2's commit message
Synced the version numbers everywhere.