Releases: synercoder/Primitives
Releases · synercoder/Primitives
v1.0.0-rc10
What's Changed
- System.Text.Json support by @synercoder in #31
Full Changelog: v1.0.0-rc09...v1.0.0-rc10
RC09, Contract and expand overloads
What's Changed
- Add overload for contact and expand by @synercoder in #26
Full Changelog: v1.0.0-rc08...v1.0.0-rc09
RC08, Fixed default of unit designation
Fixed default of unit designation & added test
RC07, Mainly (Try)Parse
- Removed support for .NET 4.5.2 & .NET Core 2.1
- Added support for .NET 4.8 & .NET 6.0
- Improved XML docs.
- Added extra constructor to Spacing
- Added Pixels to ValueCreator
- Added Parse and TryParse methods to: Unit & Value
RC06, Fixed value division by double
Merge pull request #20 from synercoder/develop Fixed value division by double
RC05, More TFM & small updates
- Added support for net452 & net5.0.
- Added a ValueCreator class, supposed to be used as a static using.
- Added AsRaw extensions for Point & Size
RC04 Size.Rotated & Value.AsRaw(Unit)
Added a small handy method & property
RC03, Value.Zero
Added Value.Zero
for easy 0-checks
RC02, refactors and improvements
- Removed implicit double conversion, to easy to make a mistake with the wrong unit type
- Added equality and inequality operators to all structs
- Added multiple target-frameworks
- Added multiplication operator for Value on other side
- Renamed UnitValue to Value
- Fixed a few nullability warnings
First RC release
v1.0.0-rc01 Update Directory.Build.props