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
+16-5Lines changed: 16 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
4
4
5
5
If you have any questions, see the issues and discussions (e.g. [#18](https://github.com/uvdsl/solid-oidc-client-browser/issues/18))
6
6
7
+
8
+
## [0.2.2] - 2025-12-16
9
+
10
+
### ✨ Features (Added)
11
+
12
+
-**Exposed the `SessionIDB`**, an IndexedDB-based implementation of the `SessionDatabase` interface, such that it can be used out-of-the-box in a `SessionCore`, the Session implementation of the `core` library version.
13
+
14
+
### 🐛 Fixed
15
+
16
+
-**Removed requirement for `id_token_signed_response_alg: ES256`** in dynamic client registration, which resulted in being unable to authenticate with servers that do not support that algorithm, e.g. NSS (related to [#14](https://github.com/uvdsl/solid-oidc-client-browser/issues/14)).
17
+
7
18
## [0.2.1] - 2025-11-05
8
19
9
20
### ✨ Features (Added)
@@ -18,7 +29,7 @@ If you have any questions, see the issues and discussions (e.g. [#18](https://gi
18
29
19
30
-**EXPIRATION**: Fires when the session has definitively expired.
20
31
21
-
### ⚙️ Changed
32
+
### ♻️ Changed
22
33
23
34
- For backward compatibility, the original `onSessionStateChange`, `onSessionExpirationWarning`, and `onSessionExpiration` callbacks in SessionOptions are now powered by the new EventTarget system.
24
35
@@ -102,7 +113,7 @@ If you have any questions, see the issues and discussions (e.g. [#18](https://gi
102
113
103
114
## [0.0.9] - 2025-05-05
104
115
105
-
### ⚙️ Changed
116
+
### ♻️ Changed
106
117
107
118
- Uses IndexedDB to store the non-extractable DPoP KeyPair, which is now correctly remembered for use in the RefreshTokenGrant.
108
119
@@ -118,15 +129,15 @@ If you have any questions, see the issues and discussions (e.g. [#18](https://gi
118
129
119
130
## [0.0.7] - 2025-04-22
120
131
121
-
### ⚙️ Changed
132
+
### ♻️ Changed
122
133
123
134
- Removed superfluous n3 dependency.
124
135
125
136
- Removed axios dependency (see 0.0.6).
126
137
127
138
## [0.0.6] - 2025-04-22
128
139
129
-
### ⚙️ Changed
140
+
### ♻️ Changed
130
141
131
142
- Replaced axios dependency with the browser's native `window.fetch`, reducing bundle size.
132
143
@@ -142,7 +153,7 @@ If you have any questions, see the issues and discussions (e.g. [#18](https://gi
142
153
143
154
## [0.0.4] - 2025-04-18
144
155
145
-
### ⚙️ Changed
156
+
### ♻️ Changed
146
157
147
158
- Updated publishing setup to use Rollup for bundling and tree-shaking.
0 commit comments