Ver.1.5.0
What's Changed
- Fixed colors by @jeffward01 in #19
- Replace T4 with raw string literale by @hadashiA in #29
- Add
UnitGenerateOptions.Normalize
by @hadashiA in #31 - Add options to define arithmetic operators separately by @hadashiA in #30
Breaking changes summary
operator ++
,operator--
generation conditions- Before:
- When
UnitGenerateOptions.ValueArithmeticOperator
- When
- After:
- When
UnitGenerateOptions.ArithmeticOperator
, withUnitArithmeticOperators.Number
(default) or.Increment
/.Decrement
- When
- Before:
UnitOf
arguments- Add named params as
[UnitOf(..., ArithmeticOperator = ...]
- In addition,
toStringFormat
is changed to a named parameter from 3rd argument.
- Add named params as
New Contributors
- @jeffward01 made their first contribution in #19
- @hadashiA made their first contribution in #29
Full Changelog: 1.4.10...1.5.0