Skip to content

Releases: agileobjects/ReadableExpressions

v1.6.4

02 Aug 18:57
Compare
Choose a tag to compare
  • 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

28 Jul 17:21
Compare
Choose a tag to compare
  • 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 {}