Skip to content

Commit

Permalink
α 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Naruyoko committed Jan 23, 2023
1 parent 6639ce8 commit 49b1fc5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# ![ExpantaNum.js](https://raw.githubusercontent.com/Naruyoko/ExpantaNum.js/non-code/ExpantaNumJS.png) ![α](https://raw.githubusercontent.com/Naruyoko/ExpantaNum.js/non-code/alpha.png) ![1](https://raw.githubusercontent.com/Naruyoko/ExpantaNum.js/non-code/1.png) ![.](https://raw.githubusercontent.com/Naruyoko/ExpantaNum.js/non-code/dot.png) ![3](https://raw.githubusercontent.com/Naruyoko/ExpantaNum.js/non-code/3.png) ![.](https://raw.githubusercontent.com/Naruyoko/ExpantaNum.js/non-code/dot.png) ![1](https://raw.githubusercontent.com/Naruyoko/ExpantaNum.js/non-code/1.png) ![0](https://raw.githubusercontent.com/Naruyoko/ExpantaNum.js/non-code/0.png)
# ![ExpantaNum.js](https://raw.githubusercontent.com/Naruyoko/ExpantaNum.js/non-code/ExpantaNumJS.png) ![α](https://raw.githubusercontent.com/Naruyoko/ExpantaNum.js/non-code/alpha.png) ![1](https://raw.githubusercontent.com/Naruyoko/ExpantaNum.js/non-code/1.png) ![.](https://raw.githubusercontent.com/Naruyoko/ExpantaNum.js/non-code/dot.png) ![4](https://raw.githubusercontent.com/Naruyoko/ExpantaNum.js/non-code/4.png) ![.](https://raw.githubusercontent.com/Naruyoko/ExpantaNum.js/non-code/dot.png) ![0](https://raw.githubusercontent.com/Naruyoko/ExpantaNum.js/non-code/0.png)

[![NPM](https://img.shields.io/npm/v/expanta_num.js.svg)](https://www.npmjs.com/package/expanta_num.js)
A huge number library holding up to {10,9e15,1,2}.

Expand Down
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# ExpantaNum.js changelog

## α 1.4.0 - 2023/01/22

* Added support for conversion from BigInt ([OmegaNum.js#37](https://github.com/Naruyoko/OmegaNum.js/issues/37)).
* Fixed long number converted to `Infinity` when converting from a string ([OmegaNum.js#37](https://github.com/Naruyoko/OmegaNum.js/issues/37)).
* Fixed `toStringWithDecimalPlaces` throwing `RangeError` on small values ([#22](https://github.com/Naruyoko/ExpantaNum.js/issues/22)).
* Renamed "standardize" to "normalize" and deprecated the old name.
* Deprecated "debug" option.

## α 1.3.10 - 2022/12/12

* Fixed a crash in `arrow` ([#21](https://github.com/Naruyoko/ExpantaNum.js/issues/21)).
Expand Down

0 comments on commit 49b1fc5

Please sign in to comment.