File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changes
2
2
3
+ ## Version 1.6.4
4
+
5
+ Released 2025-08-14
6
+
7
+ - [ (#625 ) base: add deno task test: browsers .] ( https://github.com/dajiaji/hpke-js/pull/625 )
8
+ - [ (#623 ) base: update test dependencies.] ( https://github.com/dajiaji/hpke-js/pull/623 )
9
+ - [ (#622 ) base: add deno task update.] ( https://github.com/dajiaji/hpke-js/pull/622 )
10
+ - [ (#617 ) base: add deno task dry-publish.] ( https://github.com/dajiaji/hpke-js/pull/617 )
11
+ - [ (#616 ) base: add deno task minify.] ( https://github.com/dajiaji/hpke-js/pull/616 )
12
+ - [ (#615 ) base: remove dependency on noble/hashes/sha3.] ( https://github.com/dajiaji/hpke-js/pull/615 )
13
+ - [ (#614 ) base: add deno task npm-build.] ( https://github.com/dajiaji/hpke-js/pull/614 )
14
+ - [ (#613 ) base: add deno task check.] ( https://github.com/dajiaji/hpke-js/pull/613 )
15
+ - [ (#610 ) base: remove path to noble from tsconfig.json.] ( https://github.com/dajiaji/hpke-js/pull/610 )
16
+ - [ (#611 ) dhkem-x448: refine directory structure.] ( https://github.com/dajiaji/hpke-js/pull/611 )
17
+ - [ (#604 ) dhkem-x448: use curve utils in hpke/common.] ( https://github.com/dajiaji/hpke-js/pull/604 )
18
+ - [ (#601 ) dhkem-x448: use hmac/sha2 in hpke/common.] ( https://github.com/dajiaji/hpke-js/pull/601 )
19
+ - [ (#591 ) dhkem-x448: remove dependencies on noble/hashes.] ( https://github.com/dajiaji/hpke-js/pull/591 )
20
+ - [ (#565 ) core: add deriveKeyPair test for browsers.] ( https://github.com/dajiaji/hpke-js/pull/565 )
21
+ - [ (#563 ) core: run secure curves test on safari.] ( https://github.com/dajiaji/hpke-js/pull/563 )
22
+ - [ (#553 ) dhkem-x448: use local http-server for testing on browsers.] ( https://github.com/dajiaji/hpke-js/pull/553 )
23
+ - [ (#550 ) core: add DhkemX25519HkdfSha256 test for browsers.] ( https://github.com/dajiaji/hpke-js/pull/550 )
24
+
3
25
## Version 1.6.3
4
26
5
27
Released 2025-07-12
Original file line number Diff line number Diff line change 17
17
"wrangler" : " ^4.29.1"
18
18
},
19
19
"dependencies" : {
20
- "@hpke/core" : " ^1.7.3 " ,
20
+ "@hpke/core" : " ^1.7.4 " ,
21
21
"@hpke/dhkem-x448" : " ^1.6.3"
22
22
}
23
23
}
You can’t perform that action at this time.
0 commit comments