Skip to content

Commit

Permalink
Fix: recursively match the namespace in the stanza handler
Browse files Browse the repository at this point in the history
Also:
- Add a test for this
- Replace `@xmldom/xmldom` with `jsdom` which fixes stx stanza parsing in Node.
  • Loading branch information
jcbrand committed Dec 11, 2024
1 parent e42e4e9 commit 7765223
Show file tree
Hide file tree
Showing 17 changed files with 478 additions and 69 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Version 3.0.2 - (Unreleased)

- Replace [xmldom](https://github.com/xmldom/xmldom) with [jsdom](https://github.com/jsdom/jsdom).
- Avoid inserting commas when nesting lists of `stx` templates.
- Remove deprecated `abab` package
- Make sure `ConnectionOptions` type is exportable
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ prettier: node_modules

.PHONY: check
check:: node_modules eslint dist
npm run test
npm ci && npm run test

.PHONY: serve
serve: node_modules
Expand Down
Loading

0 comments on commit 7765223

Please sign in to comment.