Releases: margelo/react-native-quick-crypto
Releases · margelo/react-native-quick-crypto
Release 0.7.0-rc.4
Release 0.7.0-rc.3
What's Changed
- chore(deps-dev): bump release-it from 17.2.0 to 17.2.1 by @dependabot in #281
- chore: docs for implementation coverage current status by @boorad in #282
- fix: subtle importKey algorithm as string by @boorad in #293
Full Changelog: v0.7.0-rc.2...v0.7.0-rc.3
Release 0.7.0-rc.2
What's Changed
- fix: broken cjs export by @shamilovtim in #279
Full Changelog: v0.7.0-rc.1...v0.7.0-rc.2
Release 0.7.0-rc.1
What's Changed
- chore(deps-dev): bump prettier from 2.8.8 to 3.2.5 by @dependabot in #228
- chore(deps-dev): bump typescript from 5.4.4 to 5.4.5 by @dependabot in #250
- chore(deps-dev): bump eslint from 8.55.0 to 8.57.0 by @dependabot in #251
- chore(deps-dev): bump @types/react from 18.2.39 to 18.2.79 by @dependabot in #254
- Fixed missing var for OpenSSL 3.+ by @AndreasLS in #253
- Remove OpenSSL downgrade, cleanup comments by @boorad in #259
- feat: add getHashes. add getCiphers. remove crypto-browserify. by @shamilovtim in #264
- github actions uses release-it for releases and publishing by @boorad in #257
- chore/github actions release testing by @boorad in #268
- fix: getAuthTag returning a value of -1 bytes by @elijah-wright in #267
- chore(deps-dev): bump eslint-config-prettier from 8.10.0 to 9.1.0 by @dependabot in #260
- chore(deps-dev): bump @types/jest from 29.5.11 to 29.5.12 by @dependabot in #261
- chore(deps-dev): bump @types/chai from 4.3.11 to 4.3.14 by @dependabot in #262
- chore(deps): bump ip from 1.1.8 to 1.1.9 in /example by @dependabot in #269
- chore(deps): bump activesupport from 7.0.4.3 to 7.1.3.2 in /example by @dependabot in #270
- fix: cleanup items for release candidate by @boorad in #273
- fix: set pod target cpp version. dont modify users project by @shamilovtim in #272
- chore: bump react-native-quick-base64 version by @boorad in #278
New Contributors
- @AndreasLS made their first contribution in #253
- @elijah-wright made their first contribution in #267
Full Changelog: v0.7.0-rc.0...v0.7.0-rc.1
Release 0.7.0-rc.0
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