Releases: dinerojs/dinero.js
Releases · dinerojs/dinero.js
v2.0.0-alpha.1
chore: release v2.0.0-alpha.1 (#221)
* chore: release v2.0.0-alpha.1
* chore: update CHANGELOG
v1.8.1
1.8.1 (2020-03-21)
Bug Fixes
- calculator: need to handle small numbers properly (#77) (cad9f61), closes #72
v1.8.0
1.8.0 (2020-03-12)
Features
- dinero#allocate: do not throw exception when some ratio is 0 (#85) (5dac412), closes #83
v1.7.0
1.7.0 (2020-03-03)
Features
- calculator: Add down rounding mode (8d11240)
- dinero: minimum and maximum static methods for dinero (eea060c), closes #60
Performance Improvements
- assert: Lazily instantiate Errors in assert (8fa1936)
v1.6.0
1.6.0 (2019-03-09)
Features
- dinero#convert: Allow passing exchange rates via a custom promise (df1f59e), closes #21
v1.5.1
1.5.1 (2019-03-09)
Bug Fixes
- dinero#convertPrecision: Add rounding to convertPrecision (912577b), closes #53
v1.5.0
1.5.0 (2018-12-29)
Features
- dinero: Add toJSON as alias of toObject (83a2313), closes #22