Skip to content

v4.1

Compare
Choose a tag to compare
@SteveWilkes SteveWilkes released this 08 Jul 09:11
· 9 commits to master since this release
5cb0c03
  • Fixing Guid constant translation, re: #119
  • Fixing various string concatenation issues, re: #120, 123
  • Rendering string.Concat(Object) calls as method calls, not concatenation, re: #116
  • Fixing custom method conversion unary translation, re: #117
  • Including cast parentheses in cast index access subject, re: #122
  • Removing some redundant parentheses in chained binary operations
  • Adding setting to translate all string.Concat() calls as method calls, not concatenation