UNPKG

math.acosh

Version:

An ES-spec-compliant Math.acosh shim/polyfill/replacement that works as far down as ES3

43 lines (31 loc) 3.48 kB
# 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/Math.acosh/compare/v1.0.1...v1.0.2) - 2022-04-10 ### Commits - [actions] reuse common workflows [`4597264`](https://github.com/es-shims/Math.acosh/commit/459726418d7d32a3f5b4bab8bf6bcedd9299e1b0) - [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `@es-shims/api`, `safe-publish-latest`, `tape` [`605af67`](https://github.com/es-shims/Math.acosh/commit/605af67e3a02992f87f398bb023d05b0db839d07) - [actions] update codecov uploader [`0ca4604`](https://github.com/es-shims/Math.acosh/commit/0ca460468d2737063b0df5354e3aa6d426b8a686) - [Fix] avoid identifier `native`; it breaks node 0.4 [`906be19`](https://github.com/es-shims/Math.acosh/commit/906be19b9a47da257f02995d09deb11f7d9af52d) - [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `auto-changelog`, `tape` [`04a6daa`](https://github.com/es-shims/Math.acosh/commit/04a6daa2015a3cec5f4302810bb044f45d8d0b50) - [Deps] update `math.log1p` [`b4285ee`](https://github.com/es-shims/Math.acosh/commit/b4285eed5465bc1ecc2897e751ba46937a4fbfd0) - [Deps] update `math.log1p` [`9927341`](https://github.com/es-shims/Math.acosh/commit/992734127561662857dd99ba80e2ec0db09f3349) ## [v1.0.1](https://github.com/es-shims/Math.acosh/compare/v1.0.0...v1.0.1) - 2021-10-02 ### Commits - [actions] update workflows [`1e8ca1f`](https://github.com/es-shims/Math.acosh/commit/1e8ca1f969d91a381c8893614195696a4f3414bf) - [Refactor] remove ESM entry points [`301ed13`](https://github.com/es-shims/Math.acosh/commit/301ed13cfaf604b1a4c33c52f1d5cd998e327da6) - [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `@es-shims/api`, `aud`, `auto-changelog`, `tape` [`9330b21`](https://github.com/es-shims/Math.acosh/commit/9330b212c034ab20fb1ee5085eaf527ac6ee2baf) - [readme] add github actions/codecov badges [`8e2ea19`](https://github.com/es-shims/Math.acosh/commit/8e2ea198fbd060d30084e0514232822a567537d5) - [Tests] increase coverage [`5bc8e8b`](https://github.com/es-shims/Math.acosh/commit/5bc8e8bb0ae812fd4429b29ff9c7c362204ad46b) ## v1.0.0 - 2021-01-05 ### Commits - Initial commit [`1a5d8c7`](https://github.com/es-shims/Math.acosh/commit/1a5d8c7f87db3f16cf67d4a2b89b5396141614a7) - Implement Math.acosh polyfill [`dee8e43`](https://github.com/es-shims/Math.acosh/commit/dee8e4363372d8deb8c05b32222927d111c6566c) - [meta] fix npm package name/readme URLs [`f77d6b7`](https://github.com/es-shims/Math.acosh/commit/f77d6b7e1ed347ee47c2fa994095a3b790144468) - Number.EPSILON is es5 [`fcb0b1b`](https://github.com/es-shims/Math.acosh/commit/fcb0b1b2c28c30ff12580140d8adefeb05527eec) - Use almostEqual in tests [`ec2b3dc`](https://github.com/es-shims/Math.acosh/commit/ec2b3dc6fd4e024aa8449567125d711f1903e4ba) - [meta] remove trailing whitespace [`44fb2ee`](https://github.com/es-shims/Math.acosh/commit/44fb2eef7d9bf10c31eaf87e75dbfcee10eb9e42) - [Tests] add `es-shim-api` in `postlint` [`a6f4bb8`](https://github.com/es-shims/Math.acosh/commit/a6f4bb8c1a7f160fc1099ffdb3afa6b87530ea63) - [Deps] update `is-nan` [`dd8446f`](https://github.com/es-shims/Math.acosh/commit/dd8446fa449868640ed2ea9a544308dc838e3b1d) - [Dev Deps] update `tape` [`0421bc1`](https://github.com/es-shims/Math.acosh/commit/0421bc1e99e8581f6730a32681ec0539601cf765)