Added
apply
: add decimal separator --replacement option to thousands operation. This fully rounds outthousands
formatting, as it will allow formatting numbers to support "euro-style" formats (e.g. 1.234.567,89 instead of 1,234,567.89) #749apply
: add round operation; also refactored thousands operation to use more appropriate--formatstr
option instead of--comparand
option to specify "format" of thousands separator policy #751applydp
: add round operation #752
Changed
- changed MSRV policy to track latest Rust version in Homebrew, instead of latest Rust stable
- removed excess trailing whitespace in
apply
&applydp
usage text - moved
round_num
function fromstats.rs
toutil.rs
so it can be used in round operation inapply
andapplydp
- cargo update bump dependencies, notably tokio from 1.24.2 to 1.25.0
- pin Rust nightly to 2023-01-28
Fixed
apply
: corrected thousands operation usage text -hexfour
nothex_four
6545aa2
Full Changelog: 0.86.0...0.87.0