Releases: LukaJCB/ts-mls
Releases · LukaJCB/ts-mls
v1.2.0
What's Changed
- Modularize crypto implementation by @LukaJCB in #77
- Remove dependency on noble from src/crypto files by @LukaJCB in #79
- Add noble ciphersuite implementation by @staab in #78
- refactor: new createCommit function interface by @c58 in #81
- Bump eslint from 9.33.0 to 9.34.0 by @dependabot[bot] in #85
- Bump tsx from 4.20.4 to 4.20.5 by @dependabot[bot] in #83
- Bump typescript-eslint from 8.40.0 to 8.41.0 by @dependabot[bot] in #87
- Bump tinybench from 5.0.0 to 5.0.1 by @dependabot[bot] in #88
- Bump @eslint/js from 9.33.0 to 9.34.0 by @dependabot[bot] in #89
- Migrate from jest to vitest and parallelize tests by @LukaJCB in #90
- Upgrade to @noble/curves & ciphers 2.0, post-quantum 0.5.1 by @LukaJCB in #91
- Fix typo in readme, add some files to gitignore by @staab in #92
- Export some types by @staab in #93
- Bump typescript-eslint from 8.41.0 to 8.42.0 by @dependabot[bot] in #95
- Bump @eslint/js from 9.34.0 to 9.35.0 by @dependabot[bot] in #96
- Bump eslint from 9.34.0 to 9.35.0 by @dependabot[bot] in #97
- Bump typescript-eslint from 8.42.0 to 8.43.0 by @dependabot[bot] in #99
- Bump actions/setup-node from 4 to 5 by @dependabot[bot] in #98
- Bump vite from 7.1.3 to 7.1.5 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #101
- Bump typescript-eslint from 8.43.0 to 8.44.0 by @dependabot[bot] in #102
- Bump eslint from 9.35.0 to 9.36.0 by @dependabot[bot] in #104
- Bump @eslint/js from 9.35.0 to 9.36.0 by @dependabot[bot] in #103
- Clean up npm package build by @LukaJCB in #105
New Contributors
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- Bump @hpke/ml-kem from 0.1.0 to 0.1.1 by @dependabot[bot] in #37
- Bump @hpke/chacha20poly1305 from 1.6.2 to 1.6.3 by @dependabot[bot] in #39
- Update dependency to hpke/core 1.7.3 and remove patch by @LukaJCB in #40
- Bump @hpke/hybridkem-x-wing from 0.5.1 to 0.5.2 by @dependabot[bot] in #38
- Bump @noble/curves from 1.9.2 to 1.9.3 by @dependabot[bot] in #42
- Bump @noble/curves from 1.9.3 to 1.9.4 by @dependabot[bot] in #43
- Bump typescript-docs-verifier from 2.5.3 to 3.0.1 by @dependabot[bot] in #44
- Bump @noble/curves from 1.9.4 to 1.9.5 by @dependabot[bot] in #45
- Bump typescript from 5.8.3 to 5.9.2 by @dependabot[bot] in #47
- Bump @noble/curves from 1.9.5 to 1.9.6 by @dependabot[bot] in #46
- Bump ts-jest from 29.4.0 to 29.4.1 by @dependabot[bot] in #48
- Bump @hpke/hybridkem-x-wing from 0.5.2 to 0.6.0 by @dependabot[bot] in #52
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #54
- Bump @hpke/ml-kem from 0.1.1 to 0.2.0 by @dependabot[bot] in #53
- Bump @hpke/chacha20poly1305 from 1.6.3 to 1.7.0 by @dependabot[bot] in #55
- Add benchmark for common operations by @LukaJCB in #56
- Convert types to interfaces by @LukaJCB in #57
- Use branded types for NodeIndex/LeafIndex by @LukaJCB in #58
- Optimize allocations for Uint8Arrays by @LukaJCB in #65
- Bump @hpke/core from 1.7.3 to 1.7.4 by @dependabot[bot] in #62
- Bump @noble/curves from 1.9.2 to 1.9.6 by @dependabot[bot] in #60
- Bump tsx from 4.20.3 to 4.20.4 by @dependabot[bot] in #61
- Bump tinybench from 4.0.1 to 4.1.0 by @dependabot[bot] in #63
- Bump ts-jest from 29.4.0 to 29.4.1 by @dependabot[bot] in #64
- Bump @hpke/chacha20poly1305 from 1.7.0 to 1.7.1 by @dependabot[bot] in #70
- Bump @hpke/ml-kem from 0.2.0 to 0.2.1 by @dependabot[bot] in #66
- Bump @noble/curves from 1.9.6 to 1.9.7 by @dependabot[bot] in #68
- Bump tinybench from 4.1.0 to 5.0.0 by @dependabot[bot] in #69
- Bump @hpke/hybridkem-x-wing from 0.6.0 to 0.6.1 by @dependabot[bot] in #67
- refactor: rename the newFunction to updateUnusedGenerations by @c58 in #71
- Do not use groupContextExtensions for groupInfo.extensions by @LukaJCB in #73
- Enable eslint by @LukaJCB in #75
New Contributors
Full Changelog: v1.0.3...v1.1.0
v1.0.4
What's Changed
- Bump @hpke/ml-kem from 0.1.0 to 0.1.1 by @dependabot[bot] in #37
- Bump @hpke/chacha20poly1305 from 1.6.2 to 1.6.3 by @dependabot[bot] in #39
- Update dependency to hpke/core 1.7.3 and remove patch by @LukaJCB in #40
- Bump @hpke/hybridkem-x-wing from 0.5.1 to 0.5.2 by @dependabot[bot] in #38
Full Changelog: v1.0.3...v1.0.4
v1.0.3
1.0.2
What's Changed
- docs: require Node.js 19+ for Web Crypto API compatibility by @jgmontoya in #33
New Contributors
- @jgmontoya made their first contribution in #33
Full Changelog: 1.0.1...1.0.2