Releases: agileobjects/ReadableExpressions
Releases · agileobjects/ReadableExpressions
v1.6.4
- Fixing bug #7: checking for existing return statements in nested blocks
- Memory usage improvements
- Support for translating more-than-one argument initialisation additions, e.g. for Dictionaries
- Support for translation of non-default DateTime and TimeSpan constants
- Support for translation of calls to generic methods on dynamic objects
- More stability around nested types as generic type arguments and custom add calls in an initialiser
- Leaving blank lines after multiline statements in a block
v1.6.3
- Translating assigned blocks into code blocks with curly braces
- Including return statements in multi-line, curly-braced code blocks by default
- Improved translation of ternaries with multiple-line branches
- Translating checked operators and assignments using checked() or checked {}