Releases: OmarElabd/ObjectExporter
Releases · OmarElabd/ObjectExporter
1.7.0
1.2.4
Initial
Release Notes (v1.1.0) - 4/10/2015:
- Fix: Fixed issue with exporting objects contained in an array of objects (Issue #12).
- Feature: Can now exclude private properties and fields, this includes properties with private setters (Feature #4).
- Fix: Fixed issue with exporting reserved names such as class (Issue #13).
- Feature: Added shortcut (Control + E, Control + O) or (Control + E, O). E, O is short for Export Object.
- Feature: Replaced .Parse() calls with actual object creation (Feature #14).
- Fix: Object exporting is now up to seven times faster. The performance for exporting large objects has been greatly improved.
- Feature: The ability to ignore dynamically added properties (such as EF proxies) has been added to the options menu and is selected by default (Feature #19).
- Fix: The performance of switching between large objects in the text display screen has been great improved.