Compare commits
No commits in common. "master" and "native_crypto_ios-v0.1.2" have entirely different histories.
master
...
native_cry
48
CHANGELOG.md
48
CHANGELOG.md
@ -3,54 +3,6 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
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
|
## 2023-04-05
|
||||||
|
|
||||||
### Changes
|
### Changes
|
||||||
|
@ -1,21 +1,3 @@
|
|||||||
## 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
|
## 0.1.1
|
||||||
|
|
||||||
- **REFACTOR**: change file organization.
|
- **REFACTOR**: change file organization.
|
||||||
|
@ -1,15 +0,0 @@
|
|||||||
## 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
|
name: native_crypto
|
||||||
description: Fast and secure cryptography for Flutter.
|
description: Fast and secure cryptography for Flutter.
|
||||||
version: 0.2.0
|
version: 0.1.1
|
||||||
|
|
||||||
publish_to: "none"
|
publish_to: "none"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user