Releases: agileobjects/ReadableExpressions
Releases · agileobjects/ReadableExpressions
v4.7 Visualizers
- Adding visualizer close button, re: #138
- Writing translated Expressions (etc) to temp files instead of sending them across the debugee/debugger boundary
v4.1.3
v4.1.2
v4.1.1
v4.6
v4.1
- 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
v3.3
- Support for translating unused parameters to discards (_)
- Including ref and out parameter keywords in lambda parameter declarations, re: #106
- Handling null custom Expression values, re: #105
- Translating strings containing any new line characters as verbatim, re: #107
- Support for translating VB.NET named, indexed properties
- Improving variable scope analysis
v3.2
v3.1
v3.0
- Making translation extensible
- Adding ToReadableString() extension methods for FieldInfo, PropertyInfo, etc.
- Translating flags enum values
- Improving variable name generation
- Improving simple type array translation
- Improving Regex translation
- Improving comment translation
- Improving boxing translation
- Fixing nested cast translation
- Fixing unreachable statement translation
- Fixing translation to Method groups if return type is ignored
- Fixing Increment and Decrement translation, re: #84
- Fixing string.Concat(params[]) translation, re: #89
- Fixing multiple variable, chained assignment translation
- Support for captured value translation, re: #86