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.