Skip to content

Release v1.2.0: Handling different units easily

Compare
Choose a tag to compare
@Chrisimx Chrisimx released this 18 Dec 20:42
· 34 commits to main since this release
1837129

This release adds multiple length units (Millimeters, Inches, ThreeHundredthsOfInch), conversion functions for them and the extension function Number.inches, Number.millimeters, ... for easy handling of the data types with number values.

Changelog

🚀 Features

  • 23d93b3 feat: add and use length units (millimeters, inches,
    threeHundredthsOfInch)

  • 7cea8a6 release: don't draft github releases anymore