Skip to content

Releases: agileobjects/ReadableExpressions

v4.7 Visualizers

14 Sep 14:43
ea96574
Compare
Choose a tag to compare
  • 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

29 Jun 08:21
0ebbbe2
Compare
Choose a tag to compare
  • Fixing binary operand type-is checks, re: #143

v4.1.2

22 Jun 18:27
9e44d6f
Compare
Choose a tag to compare

Fixing nullable enum translation, re: #134

  • Improving ShowCapturedValues capabilities to include captured Linq calls, re: #133
  • Fixing parameterless Value Tuple translation, re: #135
  • Fixing non-equality enum comparisons, re: #136

v4.1.1

14 Oct 10:14
6b9aa2c
Compare
Choose a tag to compare
  • Fixing static method access when showing captured values re: #129
  • Translating enum comparisons as enum constants

v4.6

10 Sep 14:33
8b3b4a0
Compare
Choose a tag to compare
  • Fixing install path miss with non-numeric install directory, re: #127
  • Visualizer stability improvements, re: #121
  • Adding string.Concat() menu item to visualizer, r: #123
  • Adding separate VS17.6+ visualizer, re: #125

v4.1

08 Jul 09:11
5cb0c03
Compare
Choose a tag to compare
  • 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

06 Apr 18:27
f8f4d8d
Compare
Choose a tag to compare
  • 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

27 Jan 13:42
69c94e7
Compare
Choose a tag to compare
  • Support for translating ValueTuples
  • Fixing MemberAccess translation regression, re: #101, #103
  • Fixing reused ParameterExpression object handling across different scopes

v3.1

14 Nov 19:06
Compare
Choose a tag to compare
  • Adding Source Link support
  • Fixing part-closed generic array naming, re: #94
  • Ensuring generated parameter names are valid, re: #97
  • Removing redundant member names in anonymous type member assignments

v3.0

02 Jul 19:49
c2b13c0
Compare
Choose a tag to compare
  • 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