Releases: Skycoder42/libsodium_dart_bindings
Releases · Skycoder42/libsodium_dart_bindings
Release of package sodium_libs - Version 1.2.3
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
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
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
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
Release of package sodium_libs - Version 1.2.0
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
withdart_test_tools
which makes the default rules oflint
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
Changelog
Changed
- Replaced
lint
withdart_test_tools
which makes the default rules oflint
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
Internal release of precompiled android binaries, required for the sodium_libs android plugin.
Release of package sodium - Version 1.2.0+1
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
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