number.isfinite
Version:
An ES-spec-compliant Number.isFinite shim/polyfill/replacement that works as far down as ES3
49 lines (37 loc) • 4.62 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [v1.0.2](https://github.com/es-shims/Number.isFinite/compare/v1.0.1...v1.0.2) - 2026-01-06
### Commits
- [meta] use `npmignore` to autogenerate an npmignore file [`189f932`](https://github.com/es-shims/Number.isFinite/commit/189f932b74a92d8d209b1f01c36e000c076bf398)
- [patch] remove useless ESM entrypoint [`2322e81`](https://github.com/es-shims/Number.isFinite/commit/2322e81d17ab3c71eb3b72d3c11cff59370f359a)
- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `auto-changelog`, `functions-have-names`, `tape` [`3e240c7`](https://github.com/es-shims/Number.isFinite/commit/3e240c7c2bf047d8f186eb53424f9060b5029715)
- [Dev Deps] update `@es-shims/api`, `@ljharb/eslint-config`, `auto-changelog`, `eslint`, `npmignore`, `tape` [`13b88a7`](https://github.com/es-shims/Number.isFinite/commit/13b88a717041abf18417d3f9649f6c68070ca761)
- [Dev Deps] update `eslint` [`91012cd`](https://github.com/es-shims/Number.isFinite/commit/91012cdf0b65daa13268caef41aa1d487635203b)
- [actions] update rebase action to use reusable workflow [`fa24cb7`](https://github.com/es-shims/Number.isFinite/commit/fa24cb7e3bf8333a76b7382e3200cbc5b6082023)
- [Deps] update `call-bind`, `define-properties` [`dbfe433`](https://github.com/es-shims/Number.isFinite/commit/dbfe4333e28178fe51d856aeca317b3460b3fc89)
- [meta] add missing `engines.node` [`244a2a2`](https://github.com/es-shims/Number.isFinite/commit/244a2a2e35e05952d1858a709d58251f5dd63ac0)
- [Dev Deps] use `npm audit` instead of `aud` [`d381803`](https://github.com/es-shims/Number.isFinite/commit/d381803d689ae3479223db2bf2240f3ca27e2893)
- [Tests] improve test command [`2cf7c06`](https://github.com/es-shims/Number.isFinite/commit/2cf7c0637108a63760fefe03d8c7b37813335a1e)
- [readme] replace runkit CI badge with shields.io check-runs badge [`20b7f87`](https://github.com/es-shims/Number.isFinite/commit/20b7f8756b1d2ee37ef83f76ac16697e406a44f6)
- [Deps] update `define-properties` [`384b6cc`](https://github.com/es-shims/Number.isFinite/commit/384b6cc5e8b7e4d6fc67c4b6a4c5ef9e521e7697)
- [Dev Deps] add missing peer dep [`6a9df1d`](https://github.com/es-shims/Number.isFinite/commit/6a9df1db27a5b34cafa56ab0578429c808fea759)
## [v1.0.1](https://github.com/es-shims/Number.isFinite/compare/v1.0.0...v1.0.1) - 2021-12-12
### Commits
- [actions] reuse common workflows [`8272237`](https://github.com/es-shims/Number.isFinite/commit/8272237b396dee2307112aaf7a9b01ee2217ab7d)
- [Refactor] remove ESM entry points [`56b101a`](https://github.com/es-shims/Number.isFinite/commit/56b101adf8014f0437a455e6c244f619472ec97b)
- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `@es-shims/api`, `safe-publish-latest`, `tape` [`f5d49b4`](https://github.com/es-shims/Number.isFinite/commit/f5d49b4f22965a451075d1f680903d839412ed46)
- [actions] update codecov uploader [`46c67de`](https://github.com/es-shims/Number.isFinite/commit/46c67de6453563be5fd31f898f5a11bde67ed618)
- [Dev Deps] update `@ljharb/eslint-config`, `auto-changelog`, `tape` [`46bf1ec`](https://github.com/es-shims/Number.isFinite/commit/46bf1ec220d8b54734b30d62a5a9d054812bdaab)
- [readme] fix badge markdown [`df53f33`](https://github.com/es-shims/Number.isFinite/commit/df53f33ad9a988ad7a99570d9842976947c46602)
- [Tests] add `@es-shims/api` [`afe8b0b`](https://github.com/es-shims/Number.isFinite/commit/afe8b0b42254d0ad5597b9e320289c5c5c07344a)
## v1.0.0 - 2021-05-17
### Commits
- Initial commit [`feef354`](https://github.com/es-shims/Number.isFinite/commit/feef3549fc308f68b6fa12c0ef1eca74f5da9b5f)
- Tests [`41cdf6b`](https://github.com/es-shims/Number.isFinite/commit/41cdf6ba8c45045aea1b9cc581ba591bf437f0de)
- [actions] use `node/install` instead of `node/run`; use `codecov` action [`10e30e2`](https://github.com/es-shims/Number.isFinite/commit/10e30e2ab6153839db4c9a231ee4bdd4658b5a28)
- Implementation [`a4ed25c`](https://github.com/es-shims/Number.isFinite/commit/a4ed25c5fdb22c602d622f4b8cddd48039e0ff78)
- [readme] add actions and codecov badges [`aef0371`](https://github.com/es-shims/Number.isFinite/commit/aef0371ca560056a11b564266356854a0624e0b0)
- [meta] use `prepublishOnly` script for npm 7+ [`3839221`](https://github.com/es-shims/Number.isFinite/commit/38392211c2586cd1b2445561a958def2bdd8ee77)
- [Tests] increase coverage [`f1cfa71`](https://github.com/es-shims/Number.isFinite/commit/f1cfa710965eb8afc01673dacf4fcf850408dba1)