Skip to content

Releases: marcomontalbano/html-miner

v4.0.0

10 Feb 21:40
Compare
Choose a tag to compare

Release Note

  • Update all dependencies to latest
  • Drop support for node < 12

v3.1.2

10 Jul 19:13
Compare
Choose a tag to compare

Release Note

  • Remove useless step when installing

v3.1.1

13 May 18:31
Compare
Choose a tag to compare

Fix Security Alerts

v3.1.0

19 Nov 18:07
Compare
Choose a tag to compare

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

04 Aug 17:58
Compare
Choose a tag to compare

Fix Security Alerts

v3.0.0

14 Apr 08:58
Compare
Choose a tag to compare

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

05 Apr 09:38
Compare
Choose a tag to compare
v3.0.0-beta.0 Pre-release
Pre-release

💥 this release can contain breaking changes

  • Fix $scope issue.
  • Refactored and cleaned up the full codebase

2.1.0

21 Mar 00:05
Compare
Choose a tag to compare

Update npm dependencies

💥 this release contains breaking changes: support starts from Node.js v8.10.

2.0.0

11 Feb 05:45
Compare
Choose a tag to compare

Update npm dependencies

💥 this release contains breaking changes: removed support to Node.js v4, v5, v6 and v7.

1.2.5

14 Aug 12:28
Compare
Choose a tag to compare

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.