Releases: angularsen/UnitsNet
Releases · angularsen/UnitsNet
UnitsNet/5.73.0
What's Changed
Full Changelog: UnitsNet/5.72.0...UnitsNet/5.73.0
UnitsNet/5.72.0
What's Changed
Full Changelog: UnitsNet/5.71.0...UnitsNet/5.72.0
UnitsNet/5.71.0
What's Changed
- Add .NET nanoFramework package for Level unit by @josesimoes in #1520
Full Changelog: UnitsNet/5.70.0...UnitsNet/5.71.0
UnitsNet/6.0.0-pre014
What's Changed
- Adding the missing BaseUnits by @lipchev in #1473
- BaseUnit generation for the prefixed units by @lipchev in #1485
- Update the ToString format of the BaseUnits/Dimensions by @lipchev in #1486
- Fix typo in MassMomentOfInertia.TonneSquareMilimeter by @lipchev in #1490
- 🚸UnitParser.Parse should throw AmbiguousUnitParseException before any UnitNotFoundException (#1484) by @lipchev in #1494
- Improving the ToUnit test coverage by @lipchev in #1493
- Rename SpecificFuelConsumption.GramPerKiloNewtonSecond to GramPerKilonewtonSecond by @lipchev in #1491
- Ensure that all base quantity units are BaseUnits by @lipchev in #1488
- Include the non-prefixed BaseUnits in the BaseUnitPrefixes by @lipchev in #1492
- Add a few more benchmarks by @lipchev in #1449
- Changing the Dimensions and BaseUnit for the FuelEfficiency by @lipchev in #1489
- VolumeConcentration: fix typo in LitersPerMililiter (missing 'l') by @lipchev in #1497
- Use INumberBase.CreateChecked on .NET 7+ by @andrewimcclement in #1518
New Contributors
- @andrewimcclement made their first contribution in #1518
Full Changelog: UnitsNet/6.0.0-pre013...UnitsNet/6.0.0-pre014
UnitsNet/5.70.0
What's Changed
Full Changelog: UnitsNet/5.69.0...UnitsNet/5.70.0
UnitsNet/5.69.0
What's Changed
- 💚FluidResistance: Remove duplicate, invalid base units by @angularsen in #1511
- Update .NET nanoFramework NuGets by @josesimoes in #1510
Full Changelog: UnitsNet/5.68.0...UnitsNet/5.69.0
UnitsNet/5.68.0
What's Changed
Full Changelog: UnitsNet/5.67.0...UnitsNet/5.68.0
UnitsNet/5.67.0
What's Changed
- Density: Add pound abbreviations by @hailstorm75 in #1506
New Contributors
- @hailstorm75 made their first contribution in #1506
Full Changelog: UnitsNet/5.66.0...UnitsNet/5.67.0
UnitsNet/5.66.0
What's Changed
- 💚Fix nanoFramework build, replace with in xmldoc by @angularsen in #1478
- Un-obsolete static Default getters by @angularsen in #1481
- 🚸Describe why Parse fails due to case-insensitive ambiguity by @angularsen in #1484
- 💚⬆️net7 to net9 in tests and benchmarks by @angularsen in #1501
- 💚⬆️net7 to net8 (LTS), net9 (STS) by @angularsen in #1502
- Minor corrections to some unit abbreviations by @Jagailo in #1496
Full Changelog: UnitsNet/5.65.0...UnitsNet/5.66.0
UnitsNet/6.0.0-pre013
Synced with master
branch.
What's Changed
- ♻️Allow custom units to set UnitInfo.QuantityName by @angularsen in #1421
Changing the Angle.BaseUnit from Degrees to Radians 7f98048 - Fix nullability indicators for the Parse/TryParse overloads by @lipchev in #1446
- Fixing the nullability attribute of the AbbreviatedUnitsConverter (build failure) by @lipchev in #1457
- QuantityFormatter defaults to the "G" format by @lipchev in #1450
- Constrained the GenericMathExtensions to IQuantity by @lipchev in #1448
- Update the UnitRelations.json by @lipchev in #1453
- Removing TorquePerLength by @lipchev in #1458
- Remove IParsable and IComparisonOperators from the IQuantity interface by @lipchev in #1459
- Rename ThermalResistance to ThermalInsulance by @lipchev in #1460
- Add radiation equivalent dose rate by @angularsen in #1468
- Change RadiationEquivalentDoseRate base unit to Sv/s - v6 by @angularsen in #1470
- UnitParser.TryParse doesn't try with FallbackCulture (v6) by @lipchev in #1466
- 🔥Remove static Default getters, obsoleted by UnitsNetSetup by @angularsen in #1475
- 💥Change UnitAbbreviationsCache ctor to not load defaults by @angularsen in #1476
- 💥Change UnitParser ctor to require unit abbreviations cache by @angularsen in #1477
- 💥Require unit enum types to also be struct by @angularsen in #1472
- Revert "🔥Remove static Default getters, obsoleted by UnitsNetSetup" by @angularsen in #1480
- 💥Remove obsolete electric quantities by @angularsen in #1482
Maintenance
- Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows by @dependabot in #1422
- ⬆️ Nugets by @angularsen in #1455
- Update the Samples (v6) by @lipchev in #1479
Merged in from master
- ✨Update Length.SolarRadius definition per IAU Res. B3 by @saadsidqui in #1426
- Add KelvinPerMinute to TemperatureChangeRateUnit by @andrewmeservy in #1429
- Fix a bug in BaseDimensions.ToString() by @ygorshkov in #1431
- Fix a bug in BaseDimensions.IsBaseQuantity() by @ygorshkov in #1430
- added new units to the TemperatureChangeRate quantity by @David-HH-Dev in #1433
- docs: add documentation for unitsnet-go package by @haimkastner in #1441
- Minor performance improvements to the BaseUnits class (v5) by @lipchev in #1452
- Add radiation equivalent dose rate by @voronizer in #1464
- Change RadiationEquivalentDoseRate base unit to Sv/s by @angularsen in #1469
- Added Dose Area Product (DAP) quantity by @Jagailo in #1471
- Add/rename electric quantities by @McNeight in #1444
- 💚Fix nanoFramework build, replace with in xmldoc by @angularsen in #1478
- Un-obsolete static Default getters by @angularsen in #1481
New Contributors
- @saadsidqui made their first contribution in #1426
- @andrewmeservy made their first contribution in #1429
- @ygorshkov made their first contribution in #1431
- @David-HH-Dev made their first contribution in #1433
- @voronizer made their first contribution in #1464
Full Changelog: UnitsNet/6.0.0-pre012...UnitsNet/6.0.0-pre013