Releases: agileobjects/ReadableExpressions
Releases · agileobjects/ReadableExpressions
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
v2.6
- Adding .NET Standard 2.0 target
- Fixing escape character translation verbatim strings
v3.2.2
v3.2.1
v3.2
v3.1
v3.0.1
- 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
v2.1.1
v2.1.0
- Adding VS 2019 Preview support to Visualizers installer
- Fixing params array argument translation bug
- Performance improvements