Releases: agileobjects/ReadableExpressions
Releases · agileobjects/ReadableExpressions
v3.0
02 Jul 19:49
Compare
Sorry, something went wrong.
No results found
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
v2.6
28 Apr 20:00
Compare
Sorry, something went wrong.
No results found
Adding .NET Standard 2.0 target
Fixing escape character translation verbatim strings
v3.2.2
21 May 13:36
Compare
Sorry, something went wrong.
No results found
Fixing .NET Core visualizer issue, re: #69
Performance improvements
v3.2.1
18 May 19:18
Compare
Sorry, something went wrong.
No results found
Fixing issue with new installs, re: #65
v3.2
18 May 11:46
Compare
Sorry, something went wrong.
No results found
NuGet package v2.4.1 :
Updating to NetStandardPolyfills v1.4.1
Performance improvements
Visualizers v3.2 :
Updating to ReadableExpressions v2.4.1
Surfacing version number in window title
Adding dedicated NetCoreApp visualizer for VS 2019, re: #65
Fixing window move / resize issue, #64
v3.1
11 May 08:13
Compare
Sorry, something went wrong.
No results found
Support for changing visualizer font family and size, re: #58
Support for disabling visualizer code sample resizing, re: #58
Adding a feedback button
Handling visualizer maximise and minimise events, removing window maximum size
Fixing reflection visualization, re: #61
v3.0.1
02 May 14:26
Compare
Sorry, something went wrong.
No results found
Visualizers colourized and themeable!
Support for using full type names instead of 'var'
Support for declaring out parameter variables inline
Support for showing types of implicitly-typed arrays
Support for showing lambda parameter types
Support for custom translation formatting
Fixing translation of null-terminating characters, re: #43
Fixing translation of property getter and setter methods in abstract classes
Performance improvements
v2.3
28 May 09:36
Compare
Sorry, something went wrong.
No results found
Adding TranslateConstantsUsing() setting, re: #35
Fixing property getter and setter call translation, re: #35
v2.1.1
07 Feb 08:41
Compare
Sorry, something went wrong.
No results found
Fixing unnamed lambda parameter translation bug #31
v2.1.0
12 Dec 19:04
Compare
Sorry, something went wrong.
No results found
Adding VS 2019 Preview support to Visualizers installer
Fixing params array argument translation bug
Performance improvements