View Source Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
0.2.0 - 2022-02-18
Fixed
- Fix validation of URL in order to be compatible with Elixir ~> 1.11. The previous implementation was restricted to Elixir ~> 1.13.
Added
- Add
:force_build
option that fallback toRustler
. It passes all options except the ones used byRustlerPrecompiled
down toRustler
. This option will be by defaultfalse
, but if the project is using a pre-release, then it will always be set totrue
. With this change the project starts depending on Rustler.
Changed
- Relax dependencies to the minor versions.
0.1.0 - 2022-02-16
Added
- Add basic features to download and use the precompiled NIFs in a safe way.