Release v1.2.0: Handling different units easily
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