Skip to content

Commit 7c38c03

Browse files
committed
Release v1.3.0
1 parent 9452702 commit 7c38c03

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

History.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# 1.3.0 / 2025-08-13
2+
3+
- [ENHANCEMENT] Speed up parsing with many namespaces (#1322)
4+
- [ENHANCEMENT] Add `*.ts` to editorconfig (#1324)
5+
- [ENHANCEMENT] Call method using apply to enable access to it through "this" context (#1315)
6+
- [ENHANCEMENT] Handle deeply nested messages (#1313)
7+
- [ENHANCEMENT] Add test for redefined namespace in element (#1316)
8+
- [MAINTENANCE] Bump express from 4.21.2 to 5.1.0 (#1327)
9+
- [MAINTENANCE] Bump diff from 7.0.0 to 8.0.2 (#1326)
10+
- [MAINTENANCE] Bump sinon from 20.0.0 to 21.0.0 (#1321)
11+
- [MAINTENANCE] Bump @types/lodash from 4.17.16 to 4.17.20 (#1320)
12+
- [MAINTENANCE] Bump mocha from 11.1.0 to 11.7.1 (#1319)
13+
- [MAINTENANCE] Bump body-parser from 1.20.3 to 2.2.0 (#1317)
14+
- [DOC] Update Readme to improve header
15+
116
# 1.2.1 / 2025-07-24
217

318
- [MAINTENANCE] Bump axios to 1.11.0 (#1314)

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "soap",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"description": "A minimal node SOAP client",
55
"engines": {
66
"node": ">=14.17.0"
@@ -72,4 +72,4 @@
7272
"typedoc": "^0.23.10",
7373
"typescript": "^4.7.4"
7474
}
75-
}
75+
}

0 commit comments

Comments
 (0)