cpc v1.7.0 Release Notes

Release Date: 2021-07-14 // over 2 years ago
    • ➕ Add operator words plus, minus and times
    • ➕ Add operator phrases multiplied by and divided 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

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