Releases: coingecko/cryptoformat
Releases · coingecko/cryptoformat
[v0.8.3] Release to npm
What's Changed
- Bump json-schema and jsprim by @dependabot[bot] in #66
- Bump minimist and mkdirp by @dependabot[bot] in #55
- CREATE: Depandabot by @hakimzuldev in #75
- Bump rollup from 1.22.0 to 4.46.2 by @dependabot[bot] in #68
- chore: bump jest to 30.x.x by @jasonjul in #77
- Add comprehensive Jest unit tests for cryptoformat module by @devin-ai-integration[bot] in #76
- Bump js-yaml from 3.14.1 to 3.14.2 by @dependabot[bot] in #99
- Bump jest from 30.1.1 to 30.2.0 by @dependabot[bot] in #94
- Bump @babel/core from 7.28.3 to 7.28.5 by @dependabot[bot] in #98
- Bump rollup from 4.48.1 to 4.52.5 by @dependabot[bot] in #97
- Bump regenerator-runtime from 0.13.11 to 0.14.1 by @dependabot[bot] in #82
- chore: add small action to run test and build for dependabot's conven… by @jasonjul in #101
New Contributors
- @dependabot[bot] made their first contribution in #66
- @hakimzuldev made their first contribution in #75
- @jasonjul made their first contribution in #77
- @devin-ai-integration[bot] made their first contribution in #76
Full Changelog: v0.8.2...v0.8.3
[0.5.4] Add support for 15dp and 18dp
[0.3.4] Fix JPY currency issue and update npm
- Issue #18
- Update package-lock.json with
npm audit fix
Fix wrong cached formatter being used on locale change
Merge pull request #6 from coingecko/formatter-locale-wrong File formatter not reloading on locale change
Add support for other crypto currencies (not BTC/ETH)
Merge pull request #4 from coingecko/crypto-non-btc-eth-formatting Support crypto currencies not supported by Intl.NumberFormat
Add fallback for browsers without Intl.NumberFormat support
Initial release
v0.1.4