Skip to content

Ver.1.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Aug 09:08
41a364b

What's Changed

Breaking changes summary

  • operator ++, operator-- generation conditions
    • Before:
      • When UnitGenerateOptions.ValueArithmeticOperator
    • After:
      • When UnitGenerateOptions.ArithmeticOperator, with UnitArithmeticOperators.Number (default) or .Increment / .Decrement
  • UnitOf arguments
    • Add named params as [UnitOf(..., ArithmeticOperator = ...]
    • In addition,toStringFormat is changed to a named parameter from 3rd argument.

New Contributors

Full Changelog: 1.4.10...1.5.0