Skip to content

RC02, refactors and improvements

Pre-release
Pre-release
Compare
Choose a tag to compare
@synercoder synercoder released this 03 Jul 17:19
· 41 commits to main since this release
fce98a6
  • 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