Releases: kbilsted/StatePrinter
Releases · kbilsted/StatePrinter
bugfixes and speed
v3.0.0
- Issue #38 fixed root name
- Issue #40 fixed output format for xml and json
- Issue #46, changed namespace from "Stateprinter" to "Stateprinting" in order for the project to be usable from VB#
- 10% speed up
- Changed the namespace from "StatePrinter" to "StatePrinting" in order to be CLS compliant (cross language support)
API tidyup
Added
- Functionality for controlling automatic test rewrite using an environment variable.
- Functionality for including or excluding fields and properties based on one or more type descriptions. See
IncludeByType()andExcludeByType(). - Added
AreAlike(), replacingIsSame()(which is deprecated). Similar story forPrintAreAlikereplacingPrintIsSame(). - Made error message tell about
AreAlike()when two strings are alike but not equals, when usingAreEquals(). - Prepared for future expansion of functionality, by placing unit testing configuration in a sub-configuration class.
- Obsoleted a lot of methods, describing the alternative API introduced in v2.1
Fixed
v2.1.207rc
Control automatic rewrite using the environment
Release 2.1.198-rc
Added
- Functionality for including or excluding fields and properties based on one or more type descriptions. See
IncludeByType()andExcludeByType()
Release 2.1.186-rc
Fixed
Added
- Added
AreAlike(), replacingIsSame()(which is deprecated). - Made error message tell about
AreAlike()when two strings are alike but not equals, when usingAreEquals(). - Prepared for future expansion of functionality, by placing unit testing configuration in a sub-configuration class.
Bugfixin'
- Executing stylecop on the build server.
- Made the
Configurationclass API a bit more fluent - BUGFIX: Harvesting of types were cached across
Stateprinterinstances, which no longer makes sense since harvesting is configurable from instance to instance. - BUGFIX: Changed how
ToString()methods are harvested. Thanks to "Sjdirect".
NextGen
Removed graphic ressources
1.0.4 Version 1.0.4
Faster and with culture info
Update README.md Added version number and url's