Skip to content

Latest commit

 

History

History
1055 lines (546 loc) · 28.2 KB

File metadata and controls

1055 lines (546 loc) · 28.2 KB

Change Log

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

2024-11-13

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


rusty_chacha - v0.7.3

rusty_chacha_dart - v0.7.3

2024-11-13

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


rusty_chacha - v0.7.2

  • Bump "rusty_chacha" to 0.7.2.

rusty_chacha_dart - v0.7.2

  • Bump "rusty_chacha_dart" to 0.7.2.

2024-10-03

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


rusty_chacha - v0.7.1

rusty_chacha_dart - v0.7.1

  • FIX: remove unused code. (e7154ca4)
  • FIX: remove unused code. (4c42506b)
  • FIX: re-generate code. (c217840d)
  • FIX: generate a header file for the framework. (1a3e75f9)

2024-10-01

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


rusty_chacha - v0.7.0

  • Bump "rusty_chacha" to 0.7.0.

rusty_chacha_dart - v0.7.0

  • Bump "rusty_chacha_dart" to 0.7.0.

2024-10-01

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

Packages with dependency updates only:

Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

  • rusty_chacha - v0.5.1+3

rusty_chacha_dart - v0.6.2

  • FIX: benches. (63d37552)
  • FEAT: try to link dynamically on apple platforms. (960cfbcf)

2024-10-01

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

Packages with dependency updates only:

Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

  • rusty_chacha - v0.5.1+2

rusty_chacha_dart - v0.6.1+1

2024-10-01

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

Packages with dependency updates only:

Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

  • rusty_chacha - v0.5.1+1

rusty_chacha_dart - v0.6.1

2024-07-09

Changes


Packages with breaking changes:

Packages with other changes:


rusty_chacha_dart - v0.6.0

  • FIX: rename example project. (5d4a4a88)
  • FIX: add missing (?) lock file. (27aff66d)
  • FEAT: add dart example. (36f07d94)
  • BREAKING FEAT: upgrade dependencies. (e1191317)

rusty_chacha - v0.5.1

2024-06-14

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


rusty_chacha - v0.5.0+1

  • FIX: remove readme files because they are somehow still considered symlinks. (9432ecc1)

rusty_chacha_dart - v0.5.0+1

  • FIX: remove readme files because they are somehow still considered symlinks. (9432ecc1)

2024-06-14

Changes


Packages with breaking changes:

Packages with other changes:

  • There are no other changes in this release.

rusty_chacha - v0.5.0

rusty_chacha_dart - v0.5.0

2024-06-14

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

Packages graduated to a stable release (see pre-releases prior to the stable version for changelog entries):

  • rusty_chacha - v0.4.0
  • rusty_chacha_dart - v0.4.0

rusty_chacha - v0.4.0

rusty_chacha_dart - v0.4.0

2024-06-14

Changes


Packages with breaking changes:

Packages with other changes:

  • There are no other changes in this release.

rusty_chacha - v0.4.0-dev.2

rusty_chacha_dart - v0.4.0-dev.3

2024-06-13

Changes


Packages with breaking changes:

Packages with other changes:

  • There are no other changes in this release.

rusty_chacha - v0.4.0-dev.1

  • FIX: imort. (a5d0955e)
  • FIX: try to lower ffi dependecy. (bca7cba9)
  • FIX: try to skip build.rs when env var is not set. (e54ccccb)
  • FIX: remove unused dependency. (d2429a8e)
  • FIX: remove target.aarch64-linux-android. (7759f614)
  • FIX: repeated initialization. (dd60b9d5)
  • FIX: formatting. (be1638a0)
  • FEAT: try to split flutter and dart packages. (6ec98378)
  • FEAT: relax dependency requirement. (9a73951b)
  • FEAT: add Flutter example. (3053d761)
  • FEAT: make compressionLevel optional. (2ee0f02b)
  • FEAT: update docs. (3d6c974d)
  • FEAT: update docs. (c3e38859)
  • FEAT: log features in benchmark. (70fad00f)
  • FEAT: fix Rust benchmarks. (f370bfab)
  • FEAT: update docs. (18a88a17)
  • FEAT: update docs. (863f3c2e)
  • FEAT: try to enable "neon" on aarch64 (ARM) CPUs. (e314ed31)
  • FEAT: make encryption key param optional. (15d4c927)
  • FEAT: make compression param optional. (b43ca88c)
  • BREAKING FIX: file structure, import, formatting. (9628637d)
  • BREAKING FIX: imports. (370f4a1a)
  • BREAKING FEAT: add append/offset for file based encryption/decryption. (aeca04d1)
  • BREAKING FEAT: Refactor API to support ChaCha20 as well as XChaCha20 and revert dynamic linking for iOS/MacOS. (fa50915f)

rusty_chacha_dart - v0.4.0-dev.2

  • FIX: remove obsolete test file. (55140c83)
  • FIX: import. (d9f266e7)
  • FEAT: try to split flutter and dart packages. (6ec98378)
  • BREAKING FIX: file structure, import, formatting. (9628637d)

2024-06-13

Changes


Packages with breaking changes:

Packages with other changes:


rusty_chacha_dart - v0.4.0-dev.1

  • FIX: remove obsolete test file. (55140c83)
  • FIX: import. (d9f266e7)
  • FEAT: try to split flutter and dart packages. (6ec98378)
  • BREAKING FIX: file structure, import, formatting. (9628637d)

rusty_chacha - v0.4.0-dev.0+1

2024-06-13

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


rusty_chacha_dart - v0.4.0-dev.0+1

Change Log

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

2024-06-13

Changes


Packages with breaking changes:

Packages with other changes:

  • There are no other changes in this release.

rusty_chacha - v0.4.0

  • FEAT: try to split flutter and dart packages. (6ec98378)
  • BREAKING FIX: file structure, import, formatting. (9628637d)

rusty_chacha_dart - v0.4.0

  • FEAT: try to split flutter and dart packages. (6ec98378)
  • BREAKING FIX: file structure, import, formatting. (9628637d)

2024-05-27

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


rusty_chacha - v0.3.0+1

  • FIX: try to lower ffi dependecy. (bca7cba9)

2024-05-14

Changes


Packages with breaking changes:

Packages with other changes:

  • There are no other changes in this release.

rusty_chacha - v0.3.0

  • FIX: try to skip build.rs when env var is not set. (e54ccccb)
  • FEAT: relax dependency requirement. (9a73951b)
  • BREAKING FEAT: add append/offset for file based encryption/decryption. (aeca04d1)

2024-05-07

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


rusty_chacha - v0.2.5+1

  • FIX: remove unused dependency. (d2429a8e)

2024-04-28

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


rusty_chacha - v0.2.5

2024-04-28

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


rusty_chacha - v0.2.4

  • FEAT: make compressionLevel optional. (2ee0f02b)

2024-04-25

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


rusty_chacha - v0.2.3

2024-04-25

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


rusty_chacha - v0.2.2

2024-04-24

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


rusty_chacha - v0.2.1+1

  • FIX: remove target.aarch64-linux-android. (7759f614)

2024-04-24

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


rusty_chacha - v0.2.1

  • FEAT: try to enable "neon" on aarch64 (ARM) CPUs. (e314ed31)

2024-04-23

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


rusty_chacha - v0.2.0+1

  • FIX: repeated initialization. (dd60b9d5)

2024-04-22

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

Packages graduated to a stable release (see pre-releases prior to the stable version for changelog entries):

  • rusty_chacha - v0.2.0

rusty_chacha - v0.2.0

2024-04-20

Changes


Packages with breaking changes:

Packages with other changes:

  • There are no other changes in this release.

rusty_chacha - v0.2.0-dev.0

  • BREAKING FEAT: try to use dynamic linking on MacOS and iOS. (c0a50365)

2024-04-20

Changes


Packages with breaking changes:

Packages with other changes:

  • There are no other changes in this release.

Packages graduated to a stable release (see pre-releases prior to the stable version for changelog entries):

  • rusty_chacha - v0.1.1

rusty_chacha - v0.1.1

2024-04-18

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


rusty_chacha - v0.1.1-dev.2

  • FEAT: expose zstd compress/decompress functions. (64888e22)

2024-04-17

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


rusty_chacha - v0.1.1-dev.1

2024-04-17

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


rusty_chacha - v0.1.1-dev.0

  • FIX: try to disable build.rs in benchmarks. (8f9cc32d)
  • FEAT: add some (commented) experiments. (fa488d05)
  • FEAT: add more benchmarks. (f7f322a2)
  • FEAT: print system info before benchmaks. (24429181)

2024-04-16

Changes


Packages with breaking changes:

Packages with other changes:

  • There are no other changes in this release.

rusty_chacha - v0.1.0

  • BREAKING FEAT: add optional compression with ZSTD. (147131ad)

2024-04-15

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


rusty_chacha - v0.0.6

  • FEAT: add initializer with static linking for iOS and MacOS. (49baeab4)

2024-04-15

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


rusty_chacha - v0.0.5

  • FEAT: improve API, add unity tests. (a4364d4e)

2024-04-12

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


rusty_chacha - v0.0.4

  • FEAT: simplify API and make it safer. (1bc116c9)

2024-04-12

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


rusty_chacha - v0.0.3

  • FEAT: try to trigger a melos version upgrade. (134fec43)

2024-04-12

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


rusty_chacha - v0.0.2

Change Log

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

2024-04-12

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


rusty_chacha - v0.0.1+2

  • FIX: try to manually update release tag in pubspec. (7943e7e7)
  • FIX: rename podspec files. (9f3ace16)

2024-04-12

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


rusty_chacha - v0.0.1+1

2024-04-12

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

Packages graduated to a stable release (see pre-releases prior to the stable version for changelog entries):

  • rusty_chacha - v0.0.1

rusty_chacha - v0.0.1

2024-04-12

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


rusty_chacha - v0.0.1-dev.1

  • FIX: analyzer and formatting. (b2ee3495)
  • FEAT: add some benchmarking code. (35ec57a5)
  • FEAT: add some benchmarking code. (8bdf5060)

2024-04-12

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


rusty_chacha - v0.0.1-dev.0