Skip to content

Releases: margelo/react-native-quick-crypto

Release 0.7.0-rc.8

23 May 18:27
94dd47e
Compare
Choose a tag to compare
Release 0.7.0-rc.8 Pre-release
Pre-release

0.7.0-rc.8 (2024-05-23)

  • remove files included by mistake in previous RC

Release 0.7.0-rc.7

23 May 17:27
b99261d
Compare
Choose a tag to compare
Release 0.7.0-rc.7 Pre-release
Pre-release

What's Changed

Full Changelog: v0.7.0-rc.6...v0.7.0-rc.7

Release 0.7.0-rc.6

15 May 23:26
b91bdb4
Compare
Choose a tag to compare
Release 0.7.0-rc.6 Pre-release
Pre-release

What's Changed

  • 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

New Contributors

Full Changelog: v0.7.0-rc.5...v0.7.0-rc.6

Release 0.7.0-rc.5

11 May 00:01
e8d8dc3
Compare
Choose a tag to compare
Release 0.7.0-rc.5 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.7.0-rc.4...v0.7.0-rc.5

Release 0.7.0-rc.4

01 May 02:28
47db480
Compare
Choose a tag to compare
Release 0.7.0-rc.4 Pre-release
Pre-release

0.7.0-rc.4 (2024-05-01)

🐛 Bug Fixes

  • rn source import corrected, key argument type error (#294) (52ff6f3)

What's Changed

  • fix: rn source import corrected, key argument type error by @boorad in #294

Full Changelog: v0.7.0-rc.3...v0.7.0-rc.4

Release 0.7.0-rc.3

01 May 02:21
bd99418
Compare
Choose a tag to compare
Release 0.7.0-rc.3 Pre-release
Pre-release

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

26 Apr 17:59
1738222
Compare
Choose a tag to compare
Release 0.7.0-rc.2 Pre-release
Pre-release

What's Changed

Full Changelog: v0.7.0-rc.1...v0.7.0-rc.2

Release 0.7.0-rc.1

25 Apr 15:40
1a2cee5
Compare
Choose a tag to compare
Release 0.7.0-rc.1 Pre-release
Pre-release

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

Full Changelog: v0.7.0-rc.0...v0.7.0-rc.1

Release 0.7.0-rc.0

18 Apr 13:59
b1c6eff
Compare
Choose a tag to compare
Release 0.7.0-rc.0 Pre-release
Pre-release

0.7.0-rc.0 (2024-04-18)

What's Changed

New Contributors

Full Changelog: v0.6.1...v0.7.0-rc.0

Release 0.6.1

13 Apr 09:10
Compare
Choose a tag to compare

0.6.1 (2023-04-13)

🐛 Bug Fixes

  • iOS build issues with RN 0.71 (9cb45d3)