Releases: margelo/react-native-quick-crypto
Releases · margelo/react-native-quick-crypto
Release 0.7.6
Release 0.7.5
0.7.5 (2024-09-19)
🐛 Bug Fixes
- cipher function signatures now match Node spec again (#439) (4dc122a)
- return Buffer from getAuthTag (#443) (05d18e2)
- when algo is an object of SubtleAlgorithm (#457) (89b45cc)
New Contributors
- @jeanregisser made their first contribution in #443
- @kjhman21 made their first contribution in #457
Release 0.7.4
What's Changed
- chore(deps-dev): bump @types/node from 22.2.0 to 22.5.0 by @dependabot in #429
- fix: Decrease the minSdkVersion to 23 by @wh201906 in #424
- chore: update
0.x
tooling to match1.x
/main
by @boorad in #419
New Contributors
Full Changelog: v0.7.3...v0.7.4
Release 1.0.0-beta.3
Release 1.0.0-beta.1
What's Changed
Full Changelog: v0.7.3...v1.0.0-beta.1
Release 0.7.3
Release 0.7.2
Release 0.7.1
✨ Features
- feat:
subtle.encrypt()
&subtle.decrypt()
support foraes
by @boorad in #349 - feat:
subtle
rsa
spki
work by @boorad in #363 - feat:
subtle.encrypt()
&subtle.decrypt()
support forrsa
by @boorad in #366
🛠️ Chores
- chore(deps-dev): bump typescript from 5.5.2 to 5.5.3 by @dependabot in #359
- chore(deps-dev): bump release-it from 17.4.0 to 17.4.1 by @dependabot in #360
- chore(deps-dev): bump react-native-builder-bob from 0.23.2 to 0.24.0 by @dependabot in #362
Full Changelog: v0.7.0...v0.7.1
Release 0.7.0
Highlights
- adding
crypto.subtle
endpoints - rework test suite in example app
- fixing build and CI issues
- modernizing the library
- adding implementation coverage documentation
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
- Github Actions npmjs release workflow by @boorad in #249
- chore(deps-dev): bump @release-it/conventional-changelog from 3.3.0 to 8.0.1 by @dependabot in #213
- 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 @salla-andre 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
- fix: broken cjs export by @shamilovtim in #279
- 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
- fix: rn source import corrected, key argument type error by @boorad in #294
- Update README.md by @gabimoncha in #292
- chore(deps-dev): bump @types/node from 20.12.7 to 20.12.8 by @dependabot in #296
- chore(deps-dev): bump @types/chai from 4.3.14 to 4.3.15 by @dependabot in #298
- chore(deps-dev): bump @types/readable-stream from 4.0.11 to 4.0.12 by @dependabot in #301
- use transpiled esm for app bundles by @shamilovtim in #302
- fix: android node_modules by @boorad in #303
- breaking: stop global modification. remove quick-base64. modernize podspec. by @shamilovtim in #309
- chore(deps-dev): bump @types/node from 20.12.8 to 20.12.11 by @dependabot in #308
- chore(deps-dev): bump @types/readable-stream from 4.0.12 to 4.0.13 by @dependabot in #313
- chore(deps-dev): bump @types/readable-stream from 4.0.13 to 4.0.14 by @dependabot in #316
- chore(deps-dev): bump @types/node from 20.12.11 to 20.12.12 by @dependabot in #317
- fix: minSdkVersion being below that of the latest react native release by @GNUGradyn in #318
- fix: Android build failure due to missing cppFlags arg by @GNUGradyn in #319
- fix cjs requires by @shamilovtim in #326
- chore(deps-dev): bump release-it from 17.2.1 to 17.3.0 by @dependabot in #323
- feat: add support for Uint8Array by @DavideSegullo in #320
- revert: ⏪ revert delete of RandomTypedArrays by @DavideSegullo in #330
- chore(deps-dev): bump @types/node from 20.12.12 to 20.13.0 by @dependabot in #331
- feat:
subtle.generateKey
support forecdsa
,ecdh
by @boorad in #304 - chore(deps-dev): bump @types/node from 20.13.0 to 20.14.2 by @dependabot in #338
- chore(deps-dev): bump prettier from 3.2.5 to 3.3.2 by @dependabot in #341
- feat:
subtle.sign() & verify()
support forECDSA
by @boorad in #290 - chore(deps-dev): bump @types/node from 20.14.2 to 20.14.5 by @dependabot in #346
- chore(deps-dev): bump typescript from 5.4.5 to 5.5.2 by @dependabot in #352
- chore(deps-dev): bump release-it from 17.3.0 to 17.4.0 by @dependabot in #353
- chore(deps-dev): bump @types/node from 20.14.5 to 20.14.9 by @dependabot in #358
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
- @dependabot made their first contribution in #213
- @salla-andre made their first contribution in #253
- @elijah-wright made their first contribution in #267
- @gabimoncha made their first contribution in #292
- @GNUGradyn made their first contribution in https://github.com/margelo/react-native-qui...
Release 0.7.0-rc.10
What's Changed
-
feat:
subtle.generateKey
support forecdsa
,ecdh
by @boorad in #304 -
feat:
subtle.sign() & verify()
support forECDSA
by @boorad in #290 -
revert: ⏪ revert delete of RandomTypedArrays by @DavideSegullo in #330
-
chore(deps-dev): bump @types/node from 20.12.12 to 20.13.0 by @dependabot in #331
-
chore(deps-dev): bump @types/node from 20.13.0 to 20.14.2 by @dependabot in #338
-
chore(deps-dev): bump prettier from 3.2.5 to 3.3.2 by @dependabot in #341
-
chore(deps-dev): bump @types/node from 20.14.2 to 20.14.5 by @dependabot in #346
Full Changelog: v0.7.0-rc.9...v0.7.0-rc.10