Skip to content

Releases: Cysharp/UnitGenerator

Ver.1.6.1

03 Feb 09:29
3ac1cc8
Compare
Choose a tag to compare

What's Changed

  • Fix compilation errors in .net8 with explicit static members by @hadashiA in #44

Full Changelog: 1.6.0...1.6.1

Ver.1.6.0

02 Feb 07:51
a40a091
Compare
Choose a tag to compare

What's Changed

  • Add Support to C#11 Generic Attributes by @rafaelsc in #37
  • Use Cysharp/Actions/setup-dotnet default version by @guitarrapc in #38
  • Make generated code #nullable enable by @hadashiA in #41
  • Support System.IFormattable/IParsable etc by @hadashiA in #40

New Contributors

Full Changelog: 1.5.1...1.6.0

Ver.1.5.1

28 Sep 06:09
07f9065
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.5.0...1.5.1

Ver.1.5.0

17 Aug 09:08
41a364b
Compare
Choose a tag to compare

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

Ver.1.4.10

25 Oct 01:56
023ca8c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.9...1.4.10

Ver.1.4.9

01 Oct 12:03
fde0328
Compare
Choose a tag to compare

What's Changed

  • feat: use Cysharp/Actions reusable workflows/actions by @guitarrapc in #11
  • fix: ParseMethod for string by @mapolu in #14

New Contributors

  • @guitarrapc made their first contribution in #11
  • @mapolu made their first contribution in #14

Full Changelog: 1.4.8...1.4.9

Ver.1.4.8

16 May 04:28
b639067
Compare
Choose a tag to compare

What's Changed

  • Support for automatic registration of TypeHandler by @nuitsjp in #10

New Contributors

Full Changelog: 1.4.7...1.4.8

Ver.1.4.7

23 Feb 13:21
Compare
Choose a tag to compare
  • Add UnitGeneratorOptions.JsonConverterDictionaryKeySupport for .NET 6 System.Text.Json

Ver.1.4.6

23 Feb 08:08
Compare
Choose a tag to compare
  • remove public accessibility of generated class

Ver.1.4.5

07 Feb 07:37
Compare
Choose a tag to compare
  • Add static Empty field when type is Guid or Ulid