Releases: agileobjects/ReadableExpressions
Releases · agileobjects/ReadableExpressions
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
v2.0.0
- Internals rewritten, now > 3x faster
- Support for using fully-qualified Type names
- Fixed nested generic Type naming bug