Releases: NetFabric/NetFabric.Angle
NetFabric.Angle 3.3.0
NetFabric.Angle 3.2.0
Enhanced debugging experience with custom visualizers for Visual Studio. When stopped at a breakpoint, with the mouse hovering on an Angle variable, the DataTip shows the variable value but, when expanded shows the value in all angle measurement units.
NetFabric.Angle 3.1.0
Add binary serialization.
NetFabric.Angle 3.0.0
New API with distinct angle representations for each unit type, reducing rounding issues.
NetFabric.Angle 2.0.2
Added Min, Max, Sum and Range for enumerable of Angle
NetFabric.Angle 1.0.49
Fixed Unity serialization
NetFabric.Angle 1.0.48
Enhanced debugging experience with custom visualizers for Visual Studio. When stopped at a breakpoint with the mouse hovering on an Angle variable, the DataTip shows the variable value in degrees and when expanded shows the value in all angle measurement units.
NetFabric.Angle 1.0.47
Added support for string formats for easy output in all angle measurement units.
NetFabric.Angle 1.0.45
- Added linear interpolation (lerp).
- Added a AngleRangeAttribute so range metadata can be added to fields and properties.
- Added support for .NET Micro Framework versions 4.2 and 4.3.
- Improved Unity support:
- Applied SerializableAttribute to Angle.
- Added a custom property drawer for Angle.
- Added extension methods so Angle can be used directly Unity objects.
- Packaged as a .unitypackage for easy import.
NetFabric.Angle 1.0.36
- Added support for Unity (.NET 3.5) and .NET Micro Framework 4.4
- Improved documentation