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.
0.3.0 - 2024-07-31
- Added optional
littleEndian?: boolean
argument tosetFloat16
andgetFloat16
to match the DataView interface
- Created
.pretterrc.json
prettier config
0.2.0 - 2022-08-27
- Switch precision values to integer enums instead of string constants
- Upgrade ava to 4.0.0
0.1.4 - 2021-09-14
- Use
Object.is
to test for-0
instead of dividing byInfinity
0.1.3 - 2021-09-14
- Update the README and fix tests to reflect that
Precision: "underflow"
may indicate rounding to the smallest signed subnormal value in addition to signed zero.
0.1.2 - 2021-09-14
- Fixed the Deno publish webhook URL (point to repository root instead of subdirectory)
0.1.1 - 2021-09-14
- Publish to Deno!
- Fixed some linkes in the README
0.1.0 - 2021-09-14
- Initial implementation and tests!
- This changelog!