Releases: linksplatform/RegularExpressions.Transformer.CSharpToCpp
[C#] 0.3.0
https://www.nuget.org/packages/Platform.RegularExpressions.Transformer.CSharpToCpp/
.NET 5 support is added.
Updated dependencies:
Platform.RegularExpressions.Transformer from 0.3.3 to 0.3.4
Microsoft.NETFramework.ReferenceAssemblies from 1.0.0 to 1.0.2.
[C#] 0.3.0
https://www.nuget.org/packages/Platform.RegularExpressions.Transformer.CSharpToCpp/0.3.0
.NET 5 support is added.
Updated dependencies:
Platform.RegularExpressions.Transformer from 0.3.3 to 0.3.4
Microsoft.NETFramework.ReferenceAssemblies from 1.0.0 to 1.0.2.
[C#] 0.2.38
[C#] 0.2.37
https://www.nuget.org/packages/Platform.RegularExpressions.Transformer.CSharpToCpp/0.2.37
Better support for translation of interface arguments.
Support for translation of ProcessExit event added.
[C#] 0.2.36
https://www.nuget.org/packages/Platform.RegularExpressions.Transformer.CSharpToCpp/0.2.36
Action delegate translation rules merged and simplified.
Better support for translation of constructors.
Rules for tuple access simplification added.
Better support for translation of Interfaces.
Better support for translation of properties inside interfaces.
[C#] 0.2.35
https://www.nuget.org/packages/Platform.RegularExpressions.Transformer.CSharpToCpp/0.2.35
Platform.RegularExpressions.Transformer dependency updated from 0.3.2 to 0.3.3.
Better support for the lambdas translation.
Support for inline destructor translation added.
Better support for properties translation.
Properties naming convention does not require the "Get" prefix anymore.
Better support for the translation of Action with no type parameters as well as Action with two type parameters.
Support for the translation of ObjectDisposedException added.
Better support for the translation of implicit operators.
Support for the translation of type name added.
[C#] 0.2.34
https://www.nuget.org/packages/Platform.RegularExpressions.Transformer.CSharpToCpp/0.2.34
Translation support added for:
- Action,
- events with no inline initialization,
- delegate type declarations.
Fixed translation of object type.
[C#] 0.2.33
https://www.nuget.org/packages/Platform.RegularExpressions.Transformer.CSharpToCpp/0.2.33
Rules made easy to translate.
Rule fix.
Comments fix.
[C#] 0.2.32
https://www.nuget.org/packages/Platform.RegularExpressions.Transformer.CSharpToCpp/0.2.32
Tuple to Hash rule fix.
[C#] 0.2.31
https://www.nuget.org/packages/Platform.RegularExpressions.Transformer.CSharpToCpp/0.2.31
Better rules for removing of empty lines.