native-crypto/CHANGELOG.md
Hugo Pointcheval 3cab93ff71
All checks were successful
continuous-integration/drone/push Build is passing
chore(release): publish packages
- native_crypto_android@0.1.2
 - native_crypto_ios@0.1.2
 - native_crypto_platform_interface@0.2.0
2023-04-05 17:07:07 +02:00

2.7 KiB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2023-04-05

Changes


Packages with breaking changes:

Packages with other changes:


native_crypto_platform_interface - v0.2.0

  • REFACTOR: (WIP) optimize exceptions and bytearray.
  • FIX: update verify function.
  • FEAT: make api injectable for test.
  • FEAT: add exception code for platform throw.
  • DOCS: update readmes/licences.
  • BREAKING FEAT: set pigeon as default implementation.
  • BREAKING FEAT: add pigeon + add hmac + remove useless decryption method.

native_crypto_android - v0.1.2

  • FIX: file encryption.
  • FEAT: use kotlin pigeon generator.
  • FEAT: generate pigeon messages.
  • DOCS: update readmes/licences.

native_crypto_ios - v0.1.2

  • REFACTOR: remove useless lines/classes.
  • FIX: key length in bits.
  • FEAT: use swift pigeon generator.
  • FEAT: generate pigeon messages.
  • DOCS: update readmes/licences.

2022-05-25

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


native_crypto - v0.1.1

  • REFACTOR: change file organization.
  • PERF: x10 perfomance improvement on android with better list management.
  • FIX: benchmark output.
  • FIX: update and fix code.
  • FEAT: export new exceptions.
  • FEAT: add PointyCastle benchmark.
  • DOCS: add link to readme file.

2022-05-25

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


native_crypto_ios - v0.1.1

  • REFACTOR: rework swift part.
  • PERF: optimize swift code.

native_crypto_android - v0.1.1

  • REFACTOR: clean and modernize kotlin code.
  • PERF: x10 perfomance improvement on android with better list management.
  • FEAT: export new exceptions.

native_crypto_platform_interface - v0.1.1

  • PERF: x10 perfomance improvement on android with better list management.
  • FEAT: export new exceptions.