Skip to content

Latest commit

 

History

History
81 lines (58 loc) · 7.43 KB

CHANGELOG.md

File metadata and controls

81 lines (58 loc) · 7.43 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.

v1.0.6 - 2024-12-19

Commits

  • [Refactor] remove useless ESM implementation c4a18f2
  • [actions] split out node 10-20, and 20+ 0dcf538
  • [meta] add missing engines.node 86ebb7d
  • [Refactor] use math-intrinsics directly 61b7232
  • [Deps] update call-bind, define-properties, es-abstract 46f8f54
  • [Dev Deps] update @es-shims/api, @ljharb/eslint-config, auto-changelog, npmignore, tape e0c753b
  • [Refactor] use call-bound directly ca61e8e
  • [Tests] replace aud with npm audit 94fe93d
  • [Dev Deps] add missing peer dep 973ffa7

v1.0.5 - 2023-09-06

Commits

  • [Deps] update define-properties, es-abstract 92cec49
  • [Dev Deps] update @es-shims/api, @ljharb/eslint-config, aud, tape 2450393

v1.0.4 - 2022-11-05

Commits

  • [actions] reuse common workflows 1e44b7e
  • [meta] use npmignore to autogenerate an npmignore file 627e65b
  • [Dev Deps] update eslint, @ljharb/eslint-config, aud, auto-changelog, functions-have-names, tape 6e47906
  • [actions] update rebase action to use reusable workflow 322aeb3
  • [Dev Deps] update eslint, @ljharb/eslint-config, safe-publish-latest, tape 900bfaa
  • [Deps] update define-properties, es-abstract 4a60be5

v1.0.3 - 2021-10-27

Commits

  • [Fix] implementation: properly handle 0.toExponential(2) etc 7f2b3fc
  • [Tests] fix tests 92f9820
  • [Tests] increase coverage 9f43110
  • [Fix] Safari < 11 and FF < 50 incorrectly throw on edge cases d34fe4b
  • [actions] update codecov uploader 39654a4
  • [Fix] FF 3.6 - 86 do not round properly 8a06af7
  • [Fix] IE <= 11 and Edge <= 14 have a rounding bug e5765a9
  • [Dev Deps] update @es-shims/api f04ed07
  • [Tests] increase coverage 2e068f9

v1.0.2 - 2021-10-03

Commits

  • [Deps] update es-abstract fbef089
  • [Fix] use thisNumberValue instead of Number() 45aef15
  • [actions] update workflows 6f5a556
  • [Dev Deps] update @es-shims/api 7b966fd
  • [readme] Edge 18 works fine 7b8c229

v1.0.1 - 2021-08-31

Commits

  • [Fix] handle IE 6-8 not throwing on fractionalDigits 1ee52e0
  • [Refactor] use math.log10 6f5f251
  • [Tests] add @es-shims/api 5bd4ff3

v1.0.0 - 2021-08-31

Commits