Skip to content

Latest commit

 

History

History
55 lines (31 loc) · 1.32 KB

CHANGELOG.md

File metadata and controls

55 lines (31 loc) · 1.32 KB

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.

[0.2.0] - 2022-08-27

Changed

  • Switch precision values to integer enums instead of string constants
  • Upgrade ava to 4.0.0

[0.1.4] - 2021-09-14

Changed

  • Use Object.is to test for -0 instead of dividing by Infinity

0.1.3 - 2021-09-14

Changed

  • 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

Changed

  • Fixed the Deno publish webhook URL (point to repository root instead of subdirectory)

0.1.1 - 2021-09-14

Added

  • Publish to Deno!

Changed

  • Fixed some linkes in the README

0.1.0 - 2021-09-14

Added

  • Initial implementation and tests!
  • This changelog!