Skip to content

Commit cfd38a5

Browse files
committed
Release 3.1.0
1 parent 85353a8 commit cfd38a5

File tree

3 files changed

+32
-16
lines changed

3 files changed

+32
-16
lines changed

CHANGELOG.md

Lines changed: 30 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,32 @@
11
# Changelog
22

3-
## master (2023-04-17)
3+
## v3.1.0 (2023-06-05)
4+
5+
### 🚀 Minor Changes
6+
7+
- [**enhancement**] Add support for appending attributes to KeyInfo element [#285](https://github.com/node-saml/xml-crypto/pull/285)
8+
- [**enhancement**] Use inclusiveNamespacesPrefixList to generate InclusiveNamespaces [#284](https://github.com/node-saml/xml-crypto/pull/284)
9+
- [**enhancement**] build: add release-it to facilitate builds [#275](https://github.com/node-saml/xml-crypto/pull/275)
10+
- [**enhancement**] [**documentation**] feat: add type declaration [#277](https://github.com/node-saml/xml-crypto/pull/277)
11+
- [**enhancement**] make FileKeyInfo extensible for compatibility with TypeScript [#273](https://github.com/node-saml/xml-crypto/pull/273)
12+
- [**enhancement**] Updated getKeyInfo function with actual implementation [#249](https://github.com/node-saml/xml-crypto/pull/249)
413

514
### 🔗 Dependencies
615

16+
- [**dependencies**] Update dependencies [#296](https://github.com/node-saml/xml-crypto/pull/296)
717
- [**dependencies**] Bump minimatch from 3.0.4 to 3.1.2 [#276](https://github.com/node-saml/xml-crypto/pull/276)
818
- [**dependencies**] [**javascript**] Bump qs from 6.5.2 to 6.5.3 [#271](https://github.com/node-saml/xml-crypto/pull/271)
919

10-
### 🙈 Other
20+
### 📚 Documentation
1121

12-
- [**closed**] make FileKeyInfo extensible for compatibility with TypeScript [#273](https://github.com/node-saml/xml-crypto/pull/273)
13-
- [**closed**] Updated getKeyInfo function with actual implementation [#249](https://github.com/node-saml/xml-crypto/pull/249)
22+
- [**documentation**] [**chore**] Adjust references for `node-saml` organization [#298](https://github.com/node-saml/xml-crypto/pull/298)
23+
24+
### ⚙️ Technical Tasks
25+
26+
- [**chore**] Force CI to run on every PR [#286](https://github.com/node-saml/xml-crypto/pull/286)
27+
- [**chore**] Format code [#289](https://github.com/node-saml/xml-crypto/pull/289)
28+
- [**chore**] Lint code [#288](https://github.com/node-saml/xml-crypto/pull/288)
29+
- [**chore**] Add support for linting [#287](https://github.com/node-saml/xml-crypto/pull/287)
1430

1531
---
1632

@@ -35,30 +51,27 @@
3551
- [**dependencies**] [**javascript**] Bump ejs from 2.6.1 to 3.1.7 [#244](https://github.com/node-saml/xml-crypto/pull/244)
3652
- [**dependencies**] [**javascript**] Bump path-parse from 1.0.5 to 1.0.7 [#245](https://github.com/node-saml/xml-crypto/pull/245)
3753

38-
### 🙈 Other
54+
### ⚙️ Technical Tasks
3955

40-
- [**closed**] build(ci): test on later node versions [#251](https://github.com/node-saml/xml-crypto/pull/251)
56+
- [**chore**] build(ci): test on later node versions [#251](https://github.com/node-saml/xml-crypto/pull/251)
4157

4258
---
4359

4460
## v2.1.4 (2022-07-08)
4561

46-
### 🙈 Other
62+
### 🐛 Bug Fixes
4763

48-
- [**closed**] Correct behavior for XML canonicalization with namespaces and nested elements [#242](https://github.com/node-saml/xml-crypto/pull/242)
64+
- [**bug**] Correct behavior for XML canonicalization with namespaces and nested elements [#242](https://github.com/node-saml/xml-crypto/pull/242)
4965

5066
---
5167

5268
## v2.1.3 (2021-08-20)
5369

5470
### 🔗 Dependencies
5571

72+
- [**dependencies**] [**javascript**] [**security**] Update xmldom to 0.7.0 [#236](https://github.com/node-saml/xml-crypto/pull/236)
5673
- [**dependencies**] [**java**] Bump commons-io from 2.4 to 2.7 in /test/validators/XmlCryptoJava [#229](https://github.com/node-saml/xml-crypto/pull/229)
5774

58-
### 🙈 Other
59-
60-
- [**closed**] Update xmldom to 0.7.0 [#236](https://github.com/node-saml/xml-crypto/pull/236)
61-
6275
---
6376

6477
## v2.1.2 (2021-04-19)
@@ -80,9 +93,12 @@ _No changelog for this release._
8093
- [**dependencies**] [**javascript**] Bump xmldom from 0.1.27 to 0.5.0 [#225](https://github.com/node-saml/xml-crypto/pull/225)
8194
- [**dependencies**] [**java**] Bump junit from 4.12 to 4.13.1 in /test/validators/XmlCryptoJava [#217](https://github.com/node-saml/xml-crypto/pull/217)
8295

96+
### ⚙️ Technical Tasks
97+
98+
- [**chore**] Don't pull the example folder into the module build [#220](https://github.com/node-saml/xml-crypto/pull/220)
99+
83100
### 🙈 Other
84101

85-
- [**closed**] Don't pull the example folder into the module build [#220](https://github.com/node-saml/xml-crypto/pull/220)
86102
- [**closed**] fix for #201 [#218](https://github.com/node-saml/xml-crypto/pull/218)
87103

88104
---
@@ -140,7 +156,7 @@ _No changelog for this release._
140156

141157
### 🙈 Other
142158

143-
- [**closed**] Fix canon xml being computed differently when signing, than when verfying [#183](https://github.com/node-saml/xml-crypto/pull/183)
159+
- [**closed**] Fix canon xml being computed differently when signing, than when verifying [#183](https://github.com/node-saml/xml-crypto/pull/183)
144160

145161
---
146162

package-lock.json

Lines changed: 1 addition & 1 deletion
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,6 +1,6 @@
11
{
22
"name": "xml-crypto",
3-
"version": "3.0.1",
3+
"version": "3.1.0",
44
"private": false,
55
"description": "Xml digital signature and encryption library for Node.js",
66
"keywords": [

0 commit comments

Comments
 (0)