Skip to content

Latest commit

 

History

History
60 lines (41 loc) · 1.44 KB

CHANGELOG.md

File metadata and controls

60 lines (41 loc) · 1.44 KB

hstream change log

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.

3.0.0

  • Update dependencies. This major version bump is out of caution in case the parsing for the underlying HTML or CSS selector libraries changed.

2.0.0

  • Update dependencies. hstream now requires Node.js 8 or up.

1.2.0

1.1.0

  • Add _replaceHtml option that replaces the outer html of an element

1.0.1

  • Pass through DOCTYPE and HTML comments untouched.

1.0.0

  • Initial release.