0.7.0-rc.0 (2024-04-18)
What's Changed
- Fix incorrect validateString check. by @jklein24 in #175
- Updates package build by @ospfranco in #198
- Fix random typings by @XantreDev in #168
- Minor fixes by @ospfranco in #199
- Implement webcrypto import ECDSA key and export as SPKI by @ospfranco in #200
- More subtle implementations by @boorad in #211
- Refactor & Fix Tests by @boorad in #224
- Turn off debug symbols by @Szymon20000 in #232
- Add support for subtle.digest() by @boorad in #225
- docs: consuming via metro config by @vonovak in #181
- Add support for subtle (importKey,exportKey) (raw,jwk) (aes,ec,rsa) by @boorad in #233
- chore: fix typos and link broken by @xiaoxianBoy in #246
- feat: add cipher.getAuthTag. fix: cipher.setAuthTag. by @shamilovtim in #245
- types: improve cipher types by @shamilovtim in #247
- Github Actions release workflow by @boorad in #248
New Contributors
- @jklein24 made their first contribution in #175
- @XantreDev made their first contribution in #168
- @boorad made their first contribution in #211
- @vonovak made their first contribution in #181
- @xiaoxianBoy made their first contribution in #246
- @shamilovtim made their first contribution in #245
Full Changelog: v0.6.1...v0.7.0-rc.0