Releases: richard-viney/ieee_float
Releases · richard-viney/ieee_float
v1.1.0
v1.0.3
- Update dependencies
v1.0.2
- Update to Gleam 1.5.0 and republish documentation.
v1.0.1
- Minor documentation updates.
v1.0.0
- Add note to the README about Erlang 27 or later being preferred for best compliance.
v0.2.4
- Add support for 16-bit float serialisation and deserialisation. The new functions are:
ieee_float.to_bytes_16_le()
ieee_float.from_bytes_16_le()
ieee_float.to_bytes_16_be()
ieee_float.from_bytes_16_be()
- Fix error handling in
ieee_float.from_bytes_*
functions on JavaScript when called with the incorrect number of bytes.
v0.2.3
- Fix deserialization of sliced bit arrays.
v0.2.2
- Add
ieee_float.square_root()
.
v0.2.1
- Add
ieee_float.power()
function.
v0.2.0
- Change
ieee_float.to_finite
to returnResult(Float, Nil)
. - Fix horizontal scrolling in example code.