[READ-ONLY] Mirror of https://github.com/probablykasper/cpc. Text calculator with support for units and conversion cpc.kasper.space
calculator cli conversion converter library math package units units-converter wasm website
0

Configure Feed

Select the types of activity you want to include in your feed.

v1.5.0

Kasper (Apr 21, 2021, 10:06 PM +0200) 2a214294 1abe436f

+8 -2
+6
CHANGELOG.md
··· 1 + ## 1.5.0 - 2021 Apr 21 2 + - Remove `TokenVector` type 3 + - Rename `--debug` to `--verbose` and `-v` 4 + - Allow CLI flags before input 5 + - Fix panic when input contains only whitespace and/or commas 6 + 1 7 ## 1.4.2 - 2021 Apr 8 2 8 - Fix d128 errors due to d128 error status not being cleared 3 9
+1 -1
Cargo.lock
··· 14 14 15 15 [[package]] 16 16 name = "cpc" 17 - version = "1.4.2" 17 + version = "1.5.0" 18 18 dependencies = [ 19 19 "decimal", 20 20 ]
+1 -1
Cargo.toml
··· 1 1 [package] 2 2 name = "cpc" 3 - version = "1.4.2" 3 + version = "1.5.0" 4 4 description = "evaluates math expressions, with support for units and conversion between units" 5 5 authors = ["Kasper Henningsen"] 6 6 edition = "2018"