chore(release): publish packages
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
- native_crypto@0.2.0 - native_crypto_example@0.0.1
This commit is contained in:
parent
3cab93ff71
commit
cab2843706
48
CHANGELOG.md
48
CHANGELOG.md
@ -3,6 +3,54 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## 2023-04-05
|
||||
|
||||
### Changes
|
||||
|
||||
---
|
||||
|
||||
Packages with breaking changes:
|
||||
|
||||
- [`native_crypto` - `v0.2.0`](#native_crypto---v020)
|
||||
|
||||
Packages with other changes:
|
||||
|
||||
- [`native_crypto_example` - `v0.0.1`](#native_crypto_example---v001)
|
||||
|
||||
---
|
||||
|
||||
#### `native_crypto` - `v0.2.0`
|
||||
|
||||
- **REFACTOR**: (WIP) optimize exceptions and bytearray.
|
||||
- **REFACTOR**: update benchmark page.
|
||||
- **FIX**: accept empty decrypted plaintext.
|
||||
- **FIX**: update code to pass tests.
|
||||
- **FIX**: update code to pass all tests.
|
||||
- **FIX**: change tag length in aes gcm cipher.
|
||||
- **FEAT**: update example for ios file encryption.
|
||||
- **FEAT**: update example with benchmark + file encryption.
|
||||
- **FEAT**: update example.
|
||||
- **FEAT**: rework bytearray and memory optimization, simplify API.
|
||||
- **DOCS**: update readmes/licences.
|
||||
- **DOCS**: update readme.
|
||||
- **BREAKING** **FEAT**: rework full api with better object oriented architecture.
|
||||
|
||||
#### `native_crypto_example` - `v0.0.1`
|
||||
|
||||
- **REFACTOR**: update benchmark page.
|
||||
- **REFACTOR**: change file organization.
|
||||
- **PERF**: x10 perfomance improvement on android with better list management.
|
||||
- **FIX**: update code to pass all tests.
|
||||
- **FIX**: benchmark output.
|
||||
- **FIX**: update and fix code.
|
||||
- **FEAT**: update example for ios file encryption.
|
||||
- **FEAT**: update example with benchmark + file encryption.
|
||||
- **FEAT**: update example.
|
||||
- **FEAT**: rework bytearray and memory optimization, simplify API.
|
||||
- **FEAT**: export new exceptions.
|
||||
- **FEAT**: add PointyCastle benchmark.
|
||||
|
||||
|
||||
## 2023-04-05
|
||||
|
||||
### Changes
|
||||
|
@ -1,3 +1,21 @@
|
||||
## 0.2.0
|
||||
|
||||
> Note: This release has breaking changes.
|
||||
|
||||
- **REFACTOR**: (WIP) optimize exceptions and bytearray.
|
||||
- **REFACTOR**: update benchmark page.
|
||||
- **FIX**: accept empty decrypted plaintext.
|
||||
- **FIX**: update code to pass tests.
|
||||
- **FIX**: update code to pass all tests.
|
||||
- **FIX**: change tag length in aes gcm cipher.
|
||||
- **FEAT**: update example for ios file encryption.
|
||||
- **FEAT**: update example with benchmark + file encryption.
|
||||
- **FEAT**: update example.
|
||||
- **FEAT**: rework bytearray and memory optimization, simplify API.
|
||||
- **DOCS**: update readmes/licences.
|
||||
- **DOCS**: update readme.
|
||||
- **BREAKING** **FEAT**: rework full api with better object oriented architecture.
|
||||
|
||||
## 0.1.1
|
||||
|
||||
- **REFACTOR**: change file organization.
|
||||
|
15
packages/native_crypto/example/CHANGELOG.md
Normal file
15
packages/native_crypto/example/CHANGELOG.md
Normal file
@ -0,0 +1,15 @@
|
||||
## 0.0.1
|
||||
|
||||
- **REFACTOR**: update benchmark page.
|
||||
- **REFACTOR**: change file organization.
|
||||
- **PERF**: x10 perfomance improvement on android with better list management.
|
||||
- **FIX**: update code to pass all tests.
|
||||
- **FIX**: benchmark output.
|
||||
- **FIX**: update and fix code.
|
||||
- **FEAT**: update example for ios file encryption.
|
||||
- **FEAT**: update example with benchmark + file encryption.
|
||||
- **FEAT**: update example.
|
||||
- **FEAT**: rework bytearray and memory optimization, simplify API.
|
||||
- **FEAT**: export new exceptions.
|
||||
- **FEAT**: add PointyCastle benchmark.
|
||||
|
@ -1,6 +1,6 @@
|
||||
name: native_crypto
|
||||
description: Fast and secure cryptography for Flutter.
|
||||
version: 0.1.1
|
||||
version: 0.2.0
|
||||
|
||||
publish_to: "none"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user