Releases: ycherkes/VarDump
Release 1.0.4.13
What's Changed
- Added XML-Docs to DumpOptions and added docs in assemblies by @frankhaugen in #47
- Fix zero, numeric, and negative numeric enum rendering. by @ycherkes in #48
New Contributors
- @frankhaugen made their first contribution in #47
Full Changelog: version_1.0.4.12...version_1.0.4.13
Release 1.0.4.12
What's Changed
Full Changelog: version_1.0.4.11...version_1.0.4.12
Release 1.0.4.11
Release 1.0.4.9
What's Changed
- Enable snupkg generation on build by @ycherkes in #42
- Feature some formatting options: by @ycherkes in #43
Full Changelog: version_1.0.3...version_1.0.4.9
Release 1.0.4.10
Release 1.0.3
What's Changed
Full Changelog: version_1.0.2...version_1.0.3
Release 1.0.2
What's Changed
Full Changelog: version_1.0.1...version_1.0.2
Release 1.0.1
What's Changed
Add ObjectDescriptionWriter - it simplifies creating custom KnownObjectVisitors see UriVisitorWithObjectDescriptionWriterCSharp in test/VarDump.UnitTests/KnownObjectsSpec.cs
Full Changelog: version_1.0.0...version_1.0.1
Release 1.0.0
What's Changed
Improved memory consumption by replacing a 2-step process with a single step. This update removed the CodeDom generation, which was hindering lazy collection visiting, and prevented from doing the KnownObjects configuration public.
Notable changes include:
DumpOptions:
Renamed 'UseNamedArgumentsForReferenceRecordTypes' to 'UseNamedArgumentsInConstructors'.
Removed 'DumpOptions.Default'.
Removed 'ExcludeTypes' in favor of VarDump.Visitor.Descriptors.Specific.ObjectMembersFilter middleware; see 'ObjectDescriptorMiddlewareSpec.ExcludeTypesCSharp' for details.
Added 'IndentString' for improved formatting.
Made 'ConfigureKnownTypes' public and renamed it to 'ConfigureKnownObjects'.
Other:
Extracted 'VisitContext'.
Descriptors now return 'Description'.
Replaced 'IReflectionDescription' interface with 'ReflectionDescription' abstract record and its derived types: 'ConstructorArgumentDescription', 'MemberDescription', 'FieldDescription', and 'PropertyDescription'.
Fixed serialization collections of Tuple and ValueTuple.
Added UriVisitor
Added RegexVisitor
Full Changelog: version_0.2.16...version_1.0.0
Release 0.2.16
What's Changed
Full Changelog: version_0.2.15...version_0.2.16