diff --git a/HISTORY.md b/HISTORY.md index 34a16cdbe..c521bf814 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file. ## unreleased +* Dependencies + * Support `libxml2-wasm@^0.41` as an alternative for `libxmljs2` (via [#1184]) ## 7.0.0 -- 2024-11-26 @@ -22,7 +24,6 @@ All notable changes to this project will be documented in this file. * Apply latest code style guide (via [#1170], [#1181]) * Dependencies * Support `libxmljs2@^0.35` (via [#1173]) - * Support `libxml2-wasm@^0.41` as an alternative for `libxmljs2` (via [#1184]) * Use `packageurl-js@^2.0.1`, was `@>=0.0.6 <0.0.8 || ^1` (via [#1142]) * Build * Use _TypeScript_ `v5.7.2` now, was `v5.6.3` (via [#1182]) diff --git a/README.md b/README.md index 9fe0c2364..a2c351a78 100644 --- a/README.md +++ b/README.md @@ -126,8 +126,9 @@ See the shipped `package.json` for version constraints. * [`ajv`](https://www.npmjs.com/package/ajv) * [`ajv-formats`](https://www.npmjs.com/package/ajv-formats) * [`ajv-formats-draft2019`](https://www.npmjs.com/package/ajv-formats-draft2019) -* Validation of XML on _Node.js_ requires all of: +* Validation of XML on _Node.js_ requires any of: * [`libxmljs2`](https://www.npmjs.com/package/libxmljs2) + * [`libxml2-wasm@`](https://www.npmjs.com/package/libxml2-wasm@) * the system might need to meet the requirements for [`node-gyp`](https://github.com/TooTallNate/node-gyp#installation), in certain cases. ## Usage