Files
ProxyGenerator/ReleaseNotes.md
T
Stef Heyenrath d23aacde07 0.0.10
2021-08-06 17:10:54 +02:00

3.2 KiB

0.0.10 (06 August 2021)

  • #25 - Fix support for Nullable (language version 8) [bug] contributed by StefH
  • #14 - for projects where #nullable is disabled emitting nullable reftype without preprocessor '#nullable enable' would result in compile time error. [bug]

0.0.9 (05 August 2021)

  • #24 - Add <auto-generated> [enhancement] contributed by StefH

0.0.8 (03 August 2021)

  • #23 - Add support for Events [enhancement] contributed by StefH
  • #8 - no support for events... maybe simple forwarders [enhancement]

0.0.7 (02 August 2021)

  • #22 - Add support for using a simple type-name [enhancement] contributed by StefH
  • #3 - it is not allowed to put simple type name but only full name [bug]

0.0.6 (01 August 2021)

  • #20 - Add support for generics [enhancement] contributed by StefH
  • #6 - no support for generics [bug]

0.0.5 (31 July 2021)

  • #18 - Add support for reserved keywords like @object and @string [enhancement] contributed by StefH
  • #19 - Fix Default value [enhancement] contributed by StefH
  • #9 - Support verbatim / reserved names like @object [bug]
  • #11 - interface methods do not propagate default value for parameters [bug]

0.0.4 (28 July 2021)

  • #15 - Fix issue #4 (string?) [bug] contributed by StefH
  • #16 - Fix 'params' [bug] contributed by StefH
  • #17 - Fix method parameters: 'in', 'out' and 'ref' [bug] contributed by StefH
  • #4 - mapper is used for string? / there is a case where _mapper is used but not assigned [bug]
  • #10 - "ref" and "out" are not being forwarded correctly [bug]
  • #12 - "params" keyword is not emitted [bug]

0.0.3 (25 July 2021)

  • #1 - Fix namespace [bug] contributed by StefH