Skip to content

Commit eed09ad

Browse files
committed
Release 3.1.1
1 parent fb70dcb commit eed09ad

3 files changed

Lines changed: 6 additions & 14 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# Strophe.js Change Log
22

3-
## Version 3.1.1 - (Unreleased)
3+
## Version 3.1.1 - (2025-05-20)
44

55
- Strip unnecessary whitespace from `Stanza` elements
66
- Allow `Builder` instances to be passed into the `cnode` function
77
- Bugfix. Handle `null` and `undefined` values inside `stx` tagged template literals.
8+
- Allow arrays of `UnsafeXML` instances when using `stx`
9+
- Bump 3rd party dependencies
810

911
## Version 3.1.0 - (2024-12-16)
1012

package-lock.json

Lines changed: 2 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "strophe.js",
33
"description": "Strophe.js is an XMPP library for JavaScript",
4-
"version": "3.1.0",
4+
"version": "3.1.1",
55
"homepage": "http://strophe.im/strophejs",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)