Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Sharcoux/node-html-parser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.4.8
Choose a base ref
...
head repository: Sharcoux/node-html-parser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.4.9
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Mar 20, 2025

  1. Fix release process

    Sharcoux committed Mar 20, 2025
    Copy the full SHA
    68fc188 View commit details
  2. Release 1.4.9

    Sharcoux committed Mar 20, 2025
    Copy the full SHA
    fc1b7f6 View commit details
Showing with 4 additions and 4 deletions.
  1. +2 −2 package-lock.json
  2. +2 −2 package.json
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-html-better-parser",
"version": "1.4.8",
"version": "1.4.9",
"description": "A very fast HTML parser, generating a simplified DOM, with basic element query support.",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
@@ -12,7 +12,7 @@
"build": "npm run test && npm run clean && npm run ts:cjs && npm run ts:umd",
"dev": "tsc -w",
"prepare": "npm run build",
"release": "release-it",
"release": "npm run build && release-it",
"pretest": "tsc -m commonjs"
},
"keywords": [