Releases: dinerojs/dinero.js
Releases · dinerojs/dinero.js
v1.0.1
1.0.1 (2018-04-17)
Bug Fixes
- dinero: Fix release issue by force bumping to v1.0.1 (f2bdcd2)
v0.3.1
0.3.1 (2018-04-16)
Bug Fixes
v0.3.0
0.3.0 (2018-04-04)
Features
- dinero: Add allocate method (93a95e6)
v0.2.0
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
0.1.7 (2018-03-13)
Performance Improvements
- dinero#hasCents: Use modulo instead of Number.isInteger in hasCents method (062f82f)
v0.1.6
0.1.6 (2018-03-12)
Bug Fixes