Skip to content

Latest commit

 

History

History
76 lines (40 loc) · 3.39 KB

CHANGELOG.md

File metadata and controls

76 lines (40 loc) · 3.39 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.3.3 (2023-07-20)

Bug Fixes

  • 恢复 types 输出方式,修正按文件加载时 ts 类型丢失的问题 (963a56b)
  • 修复字符串类型数字的加法运算结果为字符串拼接的问题 (ff52802)
  • fix for isDecimal (850a21e)
  • isDecimal() should return a boolean value (c50b6d9)

1.3.2 (2022-05-09)

Bug Fixes

  • fix for husky install scripts (e4da474)

1.3.1 (2022-05-05)

Bug Fixes

1.3.0 (2022-05-03)

Features

  • 重构部分逻辑实现,改善执行性能,并增加 benchmark 基准测试 (c6c5918)

1.2.0 (2022-03-09)

Features

  • 重构部分逻辑实现,改善执行性能,并增加 benchmark 基准测试 (c6c5918)

1.1.5 (2021-09-25)

Bug Fixes

  • 修复 tofixed 在计算科学计算法表示的数据时异常(#6) (834c156)

1.1.2 (2021-03-30)

Bug Fixes

  • 修复 toFixed 方法小数结果为 0 时返回值错误的问题 (9fafac6)

1.1.1 (2021-03-20)

Bug Fixes

  • 修复 toFixed 方法对于 9.99 存在进位后无小数位的情况会报错的问题 (98c1197)

1.1.0 (2021-03-15)

Features

  • 新增 toFixed 方法,取代 Number.toFixed 在不同浏览器表现不一致的问题 (0267ff9)

Bug Fixes

  • 修正 div 方法的 bug(修正 Math.pow(-5) 导致的精度错误问题) (942bcfe)

1.0.6 (2020-11-28)

Bug Fixes

  • 修正 div 方法的 bug(修正 Math.pow(-5) 导致的精度错误问题) (8c168d8)

1.0.4 (2019-12-31)

Features

  • 增加AsmdCalc.value的get属性,可以通过读取value值得到当前的计算结果