number.isfinite
Version:
An ES-spec-compliant Number.isFinite shim/polyfill/replacement that works as far down as ES3
31 lines (22 loc) • 2.44 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.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)