Files
ProxyGenerator/ReleaseNotes.md
T
Stef Heyenrath b38a6918e0 .0.0.5
2021-07-31 20:12:35 +02:00

18 lines
1.7 KiB
Markdown

# 0.0.5 (31 July 2021)
- [#18](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/18) - Add support for reserved keywords like @object and @string [enhancement] contributed by [StefH](https://github.com/StefH)
- [#19](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/19) - Fix Default value [enhancement] contributed by [StefH](https://github.com/StefH)
- [#9](https://github.com/StefH/ProxyInterfaceSourceGenerator/issues/9) - Support verbatim / reserved names like @object [bug]
- [#11](https://github.com/StefH/ProxyInterfaceSourceGenerator/issues/11) - interface methods do not propagate default value for parameters [bug]
# 0.0.4 (28 July 2021)
- [#15](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/15) - Fix issue #4 (string?) [bug] contributed by [StefH](https://github.com/StefH)
- [#16](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/16) - Fix 'params' [bug] contributed by [StefH](https://github.com/StefH)
- [#17](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/17) - Fix method parameters: 'in', 'out' and 'ref' [bug] contributed by [StefH](https://github.com/StefH)
- [#4](https://github.com/StefH/ProxyInterfaceSourceGenerator/issues/4) - mapper is used for `string?` / there is a case where _mapper is used but not assigned [bug]
- [#10](https://github.com/StefH/ProxyInterfaceSourceGenerator/issues/10) - "ref" and "out" are not being forwarded correctly [bug]
- [#12](https://github.com/StefH/ProxyInterfaceSourceGenerator/issues/12) - "params" keyword is not emitted [bug]
# 0.0.3 (25 July 2021)
- [#1](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/1) - Fix namespace [bug] contributed by [StefH](https://github.com/StefH)