Releases: marcomontalbano/html-miner
Releases · marcomontalbano/html-miner
v4.0.0
v3.1.2
Release Note
- Remove useless step when installing
v3.1.1
Fix Security Alerts
v3.1.0
Release Notes
- 📦 Drastically reduce bundle size ~1Mb
- 🗑️ Clean up dependencies
- 🕸️ Use
html-miner
on browser
html-miner
on browser
const scriptTag = document.createElement('script');
scriptTag.src = 'https://cdn.jsdelivr.net/npm/html-miner@3.1.0/index.browser.min.js';
scriptTag.onload = function() {
console.log(
htmlMiner(document.documentElement.innerHTML, 'h1')
);
}
document.body.append(scriptTag);
v3.0.2
Fix Security Alerts
v3.0.0
v3.0.0 (2020-04-14)
💥 this release can contain breaking changes
- Fix
$scope
issue. - Refactored and cleaned up the full codebase
v3.0.0-beta.0
💥 this release can contain breaking changes
- Fix
$scope
issue. - Refactored and cleaned up the full codebase
2.1.0
Update npm
dependencies
💥 this release contains breaking changes: support starts from Node.js v8.10.
2.0.0
Update npm
dependencies
💥 this release contains breaking changes: removed support to Node.js v4, v5, v6 and v7.
1.2.5
Fix Security Alerts
- lodash - Upgrade
lodash
to version 4.17.13 or later. - lodash.merge - Upgrade
lodash.merge
to version 4.6.2 or later.