Skip to content

Releases: yukinotech/JSBD

v0.0.11 export type Decimal

15 Aug 04:21
9196c21
Compare
Choose a tag to compare
import JSBD, { Decimal } from 'jsbd'

const one: Decimal = JSBD.BigDecimal('1')

v0.0.9 fix esm import

13 Aug 11:35
f2d02df
Compare
Choose a tag to compare
Merge pull request #19 from yukinotech/dev

fix(esm): make esm to work

v0.0.8

14 Feb 06:51
7a6ce72
Compare
Choose a tag to compare
  1. support Deciaml params for BigDeciaml

v0.0.7

27 Jan 10:15
62f3c3d
Compare
Choose a tag to compare
  1. rewrite divide ,make its result support current round
  2. add more test case to make repo more stability

v0.0.6

26 Jan 17:54
48c375a
Compare
Choose a tag to compare
  1. fix round half down problem
  2. fix related problem in divide
  3. add more test case

v0.0.5

26 Jan 03:37
745f0ef
Compare
Choose a tag to compare
Merge pull request #11 from yukinotech/dev

feat(release): 0.0.5