Skip to content

Releases: Cysharp/UnitGenerator

Ver.1.4.4

07 Feb 03:53
69f0e96
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.4.3...1.4.4

Ver.1.4.3

07 Feb 03:16
Compare
Choose a tag to compare
  • Add support of Ulid
  • Add static New() method when type is Guid or Ulid

Ver.1.4.2

02 Feb 08:16
Compare
Choose a tag to compare
  • Add UnitGenerateOptions.WithoutComparisonOperator

Ver.1.4.1

02 Feb 05:35
Compare
Choose a tag to compare
  • Add static New*** method when type is Guid

Ver.1.4.0

28 Dec 06:52
Compare
Choose a tag to compare
  • ToString() only generate value in default

Ver.1.3.1

15 Dec 10:23
Compare
Choose a tag to compare
  • Fix removing . prefix in generated file when type is in global-namespace

Ver.1.3.0

15 Dec 09:34
Compare
Choose a tag to compare
  • Fix if target type in global namespace, can not generate
  • Add support of Unity 2021.2's Source Generators

Ver.1.2.1

14 Sep 02:00
cc8b77a
Compare
Choose a tag to compare
  • Improve support to using UnitOfAttribute fullname, thanks @wipiano

Ver.1.2.0

07 May 06:43
3cbd165
Compare
Choose a tag to compare

Ver.1.1.0

06 Jan 07:58
d7dbceb
Compare
Choose a tag to compare

Fix: Can not generate partial type in a nested namespace, thanks @tokainoneko