cpc v1.7.0 Release Notes
Release Date: 2021-07-14 // almost 4 years ago-
- ➕ Add operator words
plus
,minus
andtimes
- ➕ Add operator phrases
multiplied by
anddivided by
- ➕ Add operator symbol
÷
- Disallow named number followed by smaller named number (like 1 million thousand)
- 🛠 Fix/improve parsing of multi-word units
- 🛠 Fix light second parsed as light year
- 🛠 Fix
Ω
lexing - 🛠 Fix lexing of rpm units
- ➕ Add operator words
Previous changes from v1.6.0
-
- ➕ Add support for non-US "metre" and "litre" spellings
- ➕ Add help menu
- ➕ Add
--version
flag - Freak out instead of ignoring unexpected arguments
- 🖨 Print errors to STDERR
- 🛠 Fix decimeter parsed as centimeter