Releases: angularsen/UnitsNet
Releases · angularsen/UnitsNet
3.33.0
#157 Add overloads and conversion to TimeSpan for Duration
#160 Add overloads for speed and SpecificEnergy
#161 Add overloads for viscosity
#162 Add overloads for MassFlow and fuel consumption
3.32.0
PRs:
#156 Added BrakeSpecificFuelConsumption
3.31.0
Added DegreesPerMinute #155
3.30.0
#154 Added overload for length divided by speed @eriove
3.28.1
Fix missing generated code due to merging multiple PRs
3.28.0
- Add nano/micro/milli prefixes to Degree unit (@tongbong)
- Add prefixes nano through kilo to NewtonPerSecond (@tongbong)
- Add Angle units DegreePerSecond with prefixes (@tongbong)
- Add nullable constructor methods (@eriove)
- Add prefixes to LitersPerMinute, fix abbreviations (@rdelhommer)
3.26.0
- Add cubicmicrometer unit (@tongbong)
- Add table/teaspoon units (@neutmute)
- Add ToStringDefaultUnit static property (@eriove)
- Throw on ambiguous units in Parse() (@neutmute)
version: 3.13.1
Add 4 prefixes to Pascal Pressure unit (@schulz3000)
Add 5 prefixes to Bar Pressure unit (@schulz3000)
Add MillimeterPerSecond Speed unit (@tongbong)
Add 16 SpecificWeight units (@bijan86)
Add 9 Density units (@bijan86)
Add 12 Pressure units (@bijan86)
Add TonneForce Force unit (@bijan86)
Add KilogramForceCentimeter Torque unit (@bijan86)
Breaking changes:
- Torque: Rename Newtonmeter to NewtonMeter
- Torque: Change "Nm" abbreviation to "N·m"
- Force: Rename PoundForces to PoundsForce