You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
626 B

## 1.1.1
* Upgrade dependencies.
## 1.1.0+1
* Some helper methods to distinguish ffi implementations from dart only
implementations,etc.
## 1.0.0
* Nullsafety migration
## 0.1.4+6
* Linux: Also search lib/ sub directory for libargon.so file.
## 0.1.4+3
* Better error message for mac os when unable to load dylib.
## 0.1.4+2
5 years ago
* separate implementation to allow dart:html compilation.
## [0.1.3+1]
* Allow overwriting of library name lookup.
## [0.1.2]
* Remove dependency on ffi_helper.
## [0.1.1]
* On windows load plugin dll
## [0.1.0+1]
* Fix loading of shared library.
## [0.0.1]
* Initial release