Skip to content

Releases: dinerojs/dinero.js

v1.0.1

17 Apr 22:18
Compare
Choose a tag to compare

1.0.1 (2018-04-17)

Bug Fixes

  • dinero: Fix release issue by force bumping to v1.0.1 (f2bdcd2)

v0.3.1

16 Apr 11:05
Compare
Choose a tag to compare

0.3.1 (2018-04-16)

Bug Fixes

  • gitignore: Fix filename (9101c89)

v0.3.0

04 Apr 18:00
Compare
Choose a tag to compare

0.3.0 (2018-04-04)

Features

  • dinero: Add allocate method (93a95e6)

v0.2.0

14 Mar 21:42
Compare
Choose a tag to compare

0.2.0 (2018-03-14)

Bug Fixes

  • dinero#toFormat: Use toRoundedUnit instead of toRounded in toFormat method to get rounded value (9b2990d)
  • docs: Fix typo (e0b0c19)
  • docs: Use absolute link for LICENSE so it's not broken in generated docs (ea6cc75)

Features

  • dinero: Add toRoundedUnit method (13ba7ba)

v0.1.7

13 Mar 21:29
Compare
Choose a tag to compare

0.1.7 (2018-03-13)

Performance Improvements

  • dinero#hasCents: Use modulo instead of Number.isInteger in hasCents method (062f82f)

v0.1.6

12 Mar 22:15
Compare
Choose a tag to compare

0.1.6 (2018-03-12)

Bug Fixes

  • travis: Fix Node version (4311ceb)