Skip to content

Releases: MoaidHathot/Dumpify

Preview version v0.5.1

14 Apr 22:11
Compare
Choose a tag to compare
Pre-release

Features

  • Option to simplify Anonymous Objects type names
  • Fixed a bug when the name of types outside of a namespace started with .
  • Added Trim() to the result of DumpText()

Preview version v0.5.0

14 Apr 00:32
Compare
Choose a tag to compare
Pre-release

Features

  • Support for more Dump outputs and not only to Console
    • Supported outputs: Console, Debug, Trace, Text
    • Dump text were Dump returns the rendered text
    • You can create your own custom outputs
    • Created DumpConsole, DumpDebug and DumpTrace extension methods for easier use
  • Dump private fields and members; Toggle on or off each one independently
    • Properties, Fields, Public members, Private members
  • More resilient rendering engine where it mark members with unreadable values instead of failing the whole Dump
  • Bug fixes!
  • Various refactoring and engine improvements
  • Disabled the Text renderer until it is feature complete.

Preview version v0.4.1

07 Apr 23:45
Compare
Choose a tag to compare
Pre-release

Features

  • Barebone TextRenderer implementation
  • Custom Renderer for System.Type and System.RuntimeType
  • Custom Renderer for Enums
  • Custom Renderer for ValueTuples
  • Added indices for single dimension arrays + config for turn it on or off
  • Adding "#" for marking indices in arrays
  • surrounding string values with ""
  • Better styling for types such as System.Type

Bug fixes:

  • Use the actual type name of objects in properties rather than the PropertyType

Other:

  • Add more metadata to the Nuget package (Owner, description, etc...)

Preview version v0.4.0

06 Apr 01:13
Compare
Choose a tag to compare
Pre-release
  • Support for Colors including Custom Styling
  • Special handling for Tuples
  • Better type names
    • Generic types
    • Arrays
    • Anonymous object
    • Collections
  • Enable Customizations
    • Custom Colors
    • Show/Hide table headers
    • Show/Hide type names
  • Bug Fixes!

Preview version v0.3.0

03 Apr 11:25
Compare
Choose a tag to compare
Pre-release
  • Support for .NET Standard 2.1
  • Support for Enums

Preview version v0.2.0

03 Apr 00:17
Compare
Choose a tag to compare
Pre-release
  • Support for (CustomTypes):

    • DateTime
    • DateTimeOffset
    • DateOnly
    • TimeOnly
    • TimeSpan
    • PropertyInfo
  • Better support for Arrays

    • Single dimention (optimized access)
    • Duel Dimention (rendering & Access)
  • Tests for CustomValueDescriptor

  • Better support for Dumping IDescriptor

  • Custom Renderer Handlers

  • Refactoring of RendererBase

  • Refactoring of SpectreConsoleTableRenderer

  • Try-catch over Dump

Dumpify v0.1.0

29 Mar 19:13
88bd5a4
Compare
Choose a tag to compare
Dumpify v0.1.0 Pre-release
Pre-release

Dumpify v0.1.0 - First Release!

Features included

  • Dump any object
  • Support for Array and IEnumerable
  • Support for Custom descriptors
  • Support for max nesting levels
  • Configurable
  • Spectre.Console renderers