|
1 | 1 | # Changes
|
2 | 2 |
|
| 3 | +## Version 1.6.4 |
| 4 | + |
| 5 | +Released 2025-08-15 |
| 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 | +- [(#609) hpke-js: use hmac/sha2 in hpke/common.](https://github.com/dajiaji/hpke-js/pull/609) |
| 17 | +- [(#608) dhkem-x25519: refine directory structure.](https://github.com/dajiaji/hpke-js/pull/608) |
| 18 | +- [(#603) dhkem-x25519: use curve utils in hpke/common.](https://github.com/dajiaji/hpke-js/pull/603) |
| 19 | +- [(#600) dhkem-x25519: use hmac/sha2 in hpke/common.](https://github.com/dajiaji/hpke-js/pull/600) |
| 20 | +- [(#597) hpke-js: bump samples dependencies to latest.](https://github.com/dajiaji/hpke-js/pull/597) |
| 21 | +- [(#590) dhkem-x25519: remove dependencies on noble/hashes.](https://github.com/dajiaji/hpke-js/pull/590) |
| 22 | +- [(#589) dhkem-x25519: remove dependencies on noble/curves.](https://github.com/dajiaji/hpke-js/pull/589) |
| 23 | +- [(#565) core: add deriveKeyPair test for browsers.](https://github.com/dajiaji/hpke-js/pull/565) |
| 24 | +- [(#563) core: run secure curves test on safari.](https://github.com/dajiaji/hpke-js/pull/563) |
| 25 | +- [(#559) hpke-js: use local http-server for testing on browsers.](https://github.com/dajiaji/hpke-js/pull/559) |
| 26 | +- [(#552) dhkem-x25519: use local http-server for testing on browsers.](https://github.com/dajiaji/hpke-js/pull/552) |
| 27 | +- [(#550) core: add DhkemX25519HkdfSha256 test for browsers.](https://github.com/dajiaji/hpke-js/pull/550) |
| 28 | + |
3 | 29 | ## Version 1.6.3
|
4 | 30 |
|
5 |
| -Released 2025-07-13 |
| 31 | +Released 2025-07-12 |
6 | 32 |
|
7 |
| -- [(#535) base: bump @hpke/dhkem-x448 to 1.6.3](https://github.com/dajiaji/hpke-js/pull/535) |
8 |
| -- [(#533) base: bump @hpke/dhkem-x25519 to 1.6.3](https://github.com/dajiaji/hpke-js/pull/533) |
9 | 33 | - [(#529) base: bump @noble/curves to 1.9.2](https://github.com/dajiaji/hpke-js/pull/529)
|
| 34 | +- [(#528) base: bump @noble/hashes to 1.8.0](https://github.com/dajiaji/hpke-js/pull/528) |
10 | 35 | - [(#526) base: bump @hpke/core to 1.7.3](https://github.com/dajiaji/hpke-js/pull/526)
|
11 | 36 | - [(#524) base: bump @hpke/common to 1.7.3](https://github.com/dajiaji/hpke-js/pull/524)
|
12 | 37 |
|
13 | 38 | ## Version 1.6.2
|
14 | 39 |
|
15 | 40 | Released 2025-03-10
|
16 | 41 |
|
17 |
| -- [(#497) Bump @hpke/dhkem-x448 to 1.6.2.](https://github.com/dajiaji/hpke-js/pull/497) |
18 |
| -- [(#497) Bump @hpke/dhkem-x25519 to 1.6.2.](https://github.com/dajiaji/hpke-js/pull/497) |
19 | 42 | - [(#495) Fix type declaration error on samples.](https://github.com/dajiaji/hpke-js/pull/495)
|
20 |
| -- [(#494) Bump @hpke/chacha20poly1305 to 1.6.2.](https://github.com/dajiaji/hpke-js/pull/494) |
21 | 43 | - [(#493) Bump @hpke/core to 1.7.2.](https://github.com/dajiaji/hpke-js/pull/493)
|
22 | 44 | - [(#491) Remove package-lock.json for cloudflare test.](https://github.com/dajiaji/hpke-js/pull/491)
|
23 | 45 | - [(#489) Bump @hpke/common to 1.7.2.](https://github.com/dajiaji/hpke-js/pull/489)
|
| 46 | +- [(#483) Bump @noble/curves to 1.8.1.](https://github.com/dajiaji/hpke-js/pull/483) |
24 | 47 | - [(#483) Bump @noble/hashes to 1.7.1.](https://github.com/dajiaji/hpke-js/pull/483)
|
25 | 48 | - [(#483) Apply deno formatter/linter.](https://github.com/dajiaji/hpke-js/pull/483)
|
26 | 49 | - [(#483) Fix type declaration error.](https://github.com/dajiaji/hpke-js/pull/483)
|
0 commit comments