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
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,17 @@
1
1
# Changelog
2
2
3
+
## 0.7.1
4
+
5
+
- Revert release structure of 0.7.1 back to commonjs.
6
+
3
7
## 0.7.0
4
8
5
9
- Upgrade all JS and Rust dependencies
6
10
- Upgrade to Rust 2024 edition
7
11
- Rework release process
8
12
13
+
Deprecated: unintentional move to only `module` type.
14
+
9
15
## 0.6.0
10
16
11
17
- Removed `setRandomSeed` and `pbkdf2SHA256` from `recrypt_wasm_binding.d.ts` and related places. These were only needed for Edge Legacy and IE11 which are no longer supported by recrypt-wasm-binding.
0 commit comments