Releases: msindwan/mhtml2html
Releases · msindwan/mhtml2html
v3.0.0
Changelog
- 03/03/2020
- Supported embedding iframes as an optional feature
- Ran tests against a node environment as well
- Updated API to pass object as options
v2.0.0
Changelog
- 09/10/2019
- Updated API to include DOM parser via dependency injection
- Fixed CSS import references and resolving absolute urls incorrectly
- Reduced bundle size from 40kb to 9kb
v1.3.0
Changelog
- 09/07/2019
- Moved to webpack for browser bundle
- Fixed package index to point to minified script
v1.2.0
Changelog
- 07/30/2018
- Updated package.json and README to use yarn
- Reverted back to using the distribution script for the package index
v1.1.3
Changelog
- 11/17/2017
- Fixed a regression with btoa failing on non-latin characters
v1.1.2
Changelog
- 11/17/2017
- Fixed a bug with multiline MHTML headers
- Added minor performance optimizations and moved dependencies outside of the source directory
- Added support for style tag reference replacements
- Added integration tests