Skip to content

Releases: agileobjects/ReadableExpressions

v2.6

28 Apr 20:00
53952b0
Compare
Choose a tag to compare
  • Adding .NET Standard 2.0 target
  • Fixing escape character translation verbatim strings

v3.2.2

21 May 13:36
Compare
Choose a tag to compare
  • Fixing .NET Core visualizer issue, re: #69
  • Performance improvements

v3.2.1

18 May 19:18
Compare
Choose a tag to compare
  • Fixing issue with new installs, re: #65

v3.2

18 May 11:46
2cac650
Compare
Choose a tag to compare

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
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
415262d
Compare
Choose a tag to compare
  • Adding TranslateConstantsUsing() setting, re: #35
  • Fixing property getter and setter call translation, re: #35

v2.1.1

07 Feb 08:41
Compare
Choose a tag to compare
  • Fixing unnamed lambda parameter translation bug #31

v2.1.0

12 Dec 19:04
Compare
Choose a tag to compare
  • Adding VS 2019 Preview support to Visualizers installer
  • Fixing params array argument translation bug
  • Performance improvements

v2.0.0

18 Nov 08:40
Compare
Choose a tag to compare
  • Internals rewritten, now > 3x faster
  • Support for using fully-qualified Type names
  • Fixed nested generic Type naming bug