Skip to content

Releases: Skycoder42/libsodium_dart_bindings

Release of package sodium_libs - Version 1.2.3

27 May 20:59
Compare
Choose a tag to compare

Changelog

Changed

  • Updated minimum required dart version to 1.17.0
  • Updated minimum required flutter version to 3.0.0
  • Updated minimum required sodium version to 1.2.2
  • Updated dependencies

The package and it's documentation are available at pub.dev.

Release of package sodium - Version 1.2.2

25 May 17:44
a1ac3aa
Compare
Choose a tag to compare

Changelog

Changed

  • Add missing tests and coverage ignores

The package and it's documentation are available at pub.dev.

Release of package sodium - Version 1.2.1

25 May 16:05
ab20661
Compare
Choose a tag to compare

Changelog

Changed

  • Updated minimum required dart SDK to 1.17.0
  • Refactor implementation to make use of newly added ABI-specific integers
    • Makes the library more robust on non x64 platforms
    • Future-proof if new platforms are added

The package and it's documentation are available at pub.dev.

Release of package sodium_libs - Version 1.2.2

27 Apr 15:31
00f3501
Compare
Choose a tag to compare

Changelog

Changed

  • updated referenced libsodium.js to version 0.7.10
    • integration tests now run this version
    • the update_web command will now download this version

The package and it's documentation are available at pub.dev.

Release of package sodium_libs - Version 1.2.1

14 Apr 16:14
c168596
Compare
Choose a tag to compare

Changelog

Fixed

  • Windows: Invoke dart via CMD in CMake to prevent problems on Windows 11 (#9)

The package and it's documentation are available at pub.dev.

Release of package sodium_libs - Version 1.2.0

25 Jan 07:10
e8ed69d
Compare
Choose a tag to compare

Changelog

Added

  • Added support for the Sumo-Version of sodium.js (#4)

Changed

  • Changed dependency requirements
    • Set minimum required dart SDK version to 2.15
    • Set minimum required flutter SDK version to 2.8
    • Updated minimum required sodium version to 1.2.0+2
    • Updated dependencies
  • Use newer platform setups of flutter 2.8
  • Replaced lint with dart_test_tools which makes the default rules of lint even more strict
  • Refactored test setup tooling
  • Windows builds now required dart to be in the PATH (should be like that per default)

Deprecated

  • SodiumInit.ensurePlatformRegistered is no longer needed, as platform registration now works automatically

Removed

  • Various internal APIs have been removed

Fixed

  • Fix formatting and linter issues with the newer dart SDK & dependencies
  • Removed unused native code
  • Added README hint on how to use the library on iOs Simulators

The package and it's documentation are available at pub.dev.

Release of package sodium - Version 1.2.0+2

25 Jan 06:02
5840103
Compare
Choose a tag to compare

Changelog

Changed

  • Replaced lint with dart_test_tools which makes the default rules of lint even more strict
  • Refactored test setup tooling

The package and it's documentation are available at pub.dev.

[INTERNAL] Precompiled libsodium android binaries v1.0.18

20 Jan 06:31
9b6bca5
Compare
Choose a tag to compare

Internal release of precompiled android binaries, required for the sodium_libs android plugin.

Release of package sodium - Version 1.2.0+1

14 Jan 16:43
1324489
Compare
Choose a tag to compare

Changelog

Changed

  • Set minimum required dart SDK version to 2.15
  • Updated dependencies

The package and it's documentation are available at pub.dev.

Release of package sodium - Version 1.2.0

26 Nov 11:38
2071a76
Compare
Choose a tag to compare

Changelog

Added

  • Support for 32bit architectures by generalizing the native FFI bindings (#7)

Changed

  • Set minimum required dart SDK version to 2.14
  • Updated dependencies
  • Upgraded dart ffi language bindings
  • Use new callable workflows for workflow simplification

Fixed

  • Fix formatting and linter issues with the newer dart SDK & dependencies