Releases: yukinotech/JSBD
Releases · yukinotech/JSBD
v0.0.11 export type Decimal
import JSBD, { Decimal } from 'jsbd'
const one: Decimal = JSBD.BigDecimal('1')
v0.0.9 fix esm import
Merge pull request #19 from yukinotech/dev fix(esm): make esm to work
v0.0.8
- support Deciaml params for BigDeciaml
v0.0.7
- rewrite divide ,make its result support current round
- add more test case to make repo more stability
v0.0.6
- fix round half down problem
- fix related problem in divide
- add more test case
v0.0.5
Merge pull request #11 from yukinotech/dev feat(release): 0.0.5