You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+30-14Lines changed: 30 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,32 @@
1
1
# Changelog
2
2
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)
-[**chore**] Add support for linting [#287](https://github.com/node-saml/xml-crypto/pull/287)
14
30
15
31
---
16
32
@@ -35,30 +51,27 @@
35
51
-[**dependencies**][**javascript**] Bump ejs from 2.6.1 to 3.1.7 [#244](https://github.com/node-saml/xml-crypto/pull/244)
36
52
-[**dependencies**][**javascript**] Bump path-parse from 1.0.5 to 1.0.7 [#245](https://github.com/node-saml/xml-crypto/pull/245)
37
53
38
-
### 🙈 Other
54
+
### ⚙️ Technical Tasks
39
55
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)
41
57
42
58
---
43
59
44
60
## v2.1.4 (2022-07-08)
45
61
46
-
### 🙈 Other
62
+
### 🐛 Bug Fixes
47
63
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)
49
65
50
66
---
51
67
52
68
## v2.1.3 (2021-08-20)
53
69
54
70
### 🔗 Dependencies
55
71
72
+
-[**dependencies**][**javascript**][**security**] Update xmldom to 0.7.0 [#236](https://github.com/node-saml/xml-crypto/pull/236)
56
73
-[**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)
57
74
58
-
### 🙈 Other
59
-
60
-
-[**closed**] Update xmldom to 0.7.0 [#236](https://github.com/node-saml/xml-crypto/pull/236)
61
-
62
75
---
63
76
64
77
## v2.1.2 (2021-04-19)
@@ -80,9 +93,12 @@ _No changelog for this release._
80
93
-[**dependencies**][**javascript**] Bump xmldom from 0.1.27 to 0.5.0 [#225](https://github.com/node-saml/xml-crypto/pull/225)
81
94
-[**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)
82
95
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
+
83
100
### 🙈 Other
84
101
85
-
-[**closed**] Don't pull the example folder into the module build [#220](https://github.com/node-saml/xml-crypto/pull/220)
86
102
-[**closed**] fix for #201[#218](https://github.com/node-saml/xml-crypto/pull/218)
87
103
88
104
---
@@ -140,7 +156,7 @@ _No changelog for this release._
140
156
141
157
### 🙈 Other
142
158
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)
0 commit comments