Packages

Libraries for operational transformations, via a Rust NIF.

Current section

Files

Jump to
ot_ex_rust CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## v0.3.0
* **Add**: Add `riscv64gc-unknown-linux-gnu` precompiled target.
* **Fix**: Upgrade `rustler` to version `0.29.1` with support for OTP 26 (NIF version 2.17).
* **Remove**: Remove support for OTP 20 and below (NIF version 2.14).
### v0.2.1
* **Add**: Add `aarch64-unknown-linux-musl` precompiled target.
## v0.2.0
* **Add**: Add `rustler_precompiled` to avoid requiring Rust toolchain in consumers.
* **Fix**: Remove `ex_doc` from published package dependencies.
### `3a472e57` (2022-04-21)
* **Fix**: Upgrade `rustler` to version `0.23` with support for OTP 24.
* **Fix**: Add flags for successful compilation on M-series MacBooks.
* **Add**: Add CI workflow for running tests.
### `1b954324` (2021-12-07)
* **Fix**: Upgrade `rustler` to version `0.22` with support for OTP 23.
### `5fafb73d` (2020-07-06)
Initial release of Rust implementation by `CompuIves`.
## v0.1.0 (2017-02-15)
Initial release by `jclem` with implementation written in Elixir.