number.parsefloat
Version:
An ES-spec-compliant Number.parseFloat shim/polyfill/replacement that works as far down as ES3
27 lines (18 loc) • 1.88 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.parseFloat/compare/v1.0.0...v1.0.1) - 2021-10-03
### Commits
- [Refactor] remove ESM entry points [`72c6471`](https://github.com/es-shims/Number.parseFloat/commit/72c64711de09cb605728b0a0f4e2b9590346d4f5)
- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `auto-changelog`, `tape` [`acc076e`](https://github.com/es-shims/Number.parseFloat/commit/acc076ed50d70deaf31458415b78f0b1caa99145)
- [actions] update workflows [`7133744`](https://github.com/es-shims/Number.parseFloat/commit/7133744dfb1308cc47b7eac951c39850c1261996)
- [Tests] add `@es-shims/api` [`ce487b0`](https://github.com/es-shims/Number.parseFloat/commit/ce487b081ef78d0aa6c228c375957b4953581360)
## v1.0.0 - 2021-05-17
### Commits
- Initial commit & implementation [`7f79aa7`](https://github.com/es-shims/Number.parseFloat/commit/7f79aa700510b2eebccb7d856acd40c0c4b88684)
- Tests [`10df248`](https://github.com/es-shims/Number.parseFloat/commit/10df2489aa3c583869c64374f4a2c7d96201d9a3)
- [actions] use `node/install` instead of `node/run`; use `codecov` action [`2eb65b9`](https://github.com/es-shims/Number.parseFloat/commit/2eb65b98cb461174cddedbd5bc9249cd50f6e92d)
- [readme] add actions and codecov badges [`1304c25`](https://github.com/es-shims/Number.parseFloat/commit/1304c25edc60ae9871697f87922c2e500917677a)
- [meta] use `prepublishOnly` script for npm 7+ [`c6da00b`](https://github.com/es-shims/Number.parseFloat/commit/c6da00b935fa13d380f5b3f4e2e33cb7b8db5391)
- [Tests] increase coverage [`21b626f`](https://github.com/es-shims/Number.parseFloat/commit/21b626ff40d7d183dc574ac20e9682c470cbbaec)