- Improve jsdoc
- Update deps
- Minor fix types
- Add
separateOneDigit
option
- Add
decimalSeparator
options
- BREAKING remove deprecated files and rounding methods
- BREAKING inner method
toPrecision
stop work with exponential notation - BREAKING rename
rounding
option toprecisionSetting
and change it type from strings to enum numbers - add
roundingMode
option
- Fix backward compatibility: restore 'significant' rounding method name
- Fix backward compatibility with v0.1.1: export consts from src/reduce-precision
- Add
increase
rounding method
- Fixed usage without options #1
- BREAKING changed default rounding type from
significant
- Add
rounding
option, now rounding type can be specified:default
,significant
,fixed
- Fixed ending zeros not stripped after rounding
- Initial