Changelog History
Page 1
-
v3.4.1 Changes
August 20, 2019 -
v3.4.0 Changes
March 08, 2019Braking Changes
- โ Removed support for Excel via COM Interop
FileHelpers.ExcelStorage
. We will not publish any new version of this package. Please useFileHelpers.ExcelNPOIStorage
instead.
โ Added Features
- #331 Handle auto-properties used in F# correctly
- Please notice that currently auto-properties in VB.Net are not supported (#201)
- ๐ #315, #316 Added support for setting NewLine string for files produced by
FileHelperAsyncEngine
,MultiRecordEngine
andMasterDetailEngine
. - #308, #86 Added Recordtype to ErrorInfo
- #306 Customizable CultureInfo at field and record level
- ๐ #273, #280 Removed
Obsolete
attribute on some methods inFileHelperEngine
. Those attributes were introduced in release 3.2.7.
๐ Fixed bugs
- โ Removed support for Excel via COM Interop
-
v3.3.0 Changes
June 29, 2018๐ฅ Breaking changes
- โ Removed nuget package for .NET Framework 3.5.
๐ In this release we have started to ship the main parts of the library for .NET Standard 2.0.
Some reflection based uses now APIs that were not present with the .NET Framework 3.5.
๐ Features
- Support for .NET Standard 2.0. That means that you can use FileHelpers from your .NET Core 2.0
or UWP apps (#286, #295, #298, #300). Some parts of FileHelpers are not compiled to .NET Standard 2.0:- DataLink
- Ability to generate a type at runtime: ClassBuilder and CsvClassBuilder
- SmartFormatDetector
- both FileHelpers.ExcelNPOIStorage and FileHelpers.ExcelStorage
๐ Fixed bugs
- #268 Typo in error message
Technical
- ๐ #294 Using MsBuild 15 and Visual Studio 2017 to build project
- โ Removed nuget package for .NET Framework 3.5.
-
v3.2.7 Changes
October 30, 2017Hi everyone again
๐ After more than two years, we are proud to release FileHelpers 3.2.7!
โ Thanks to all the contributors and testers!๐ฆ The packages are available on nuget.org.
๐ฆ We have invested lots of effort in the automatic creation and publishing of NuGet packages.
This should allow us to publish more often and with less effort in the future.Thank you for your patience and for using FileHelpers,
Marcos Meli & Matthias Cavigelli
๐ฅ Breaking changes & deprecated features
- โ Removed nuget Package for .NET Framework 2.0.
๐ We are not building against .NET Framework 2.0 any longer.
We would like to be able to use LINQ, which was not in .NET Framework 2.0.
โฌ๏ธ Reduce API surface of the library and clean types
- Methods on FileHelperEngine that return a list
- Methods on FileHelperEngine that return a DataTable
- #147 (jboyer2012): instead use the extension method ToDataTable. Methods are marked
โช as obsolete and workaround is described.
- #147 (jboyer2012): instead use the extension method ToDataTable. Methods are marked
๐ Features
- ๐ #170 (Giuseppe Lipolis): Autoproperties full support!
- It seems that this is not working yet with VB.Net Code (see #201 )
- #85, #156 (neildboson-au): Add FieldCaption attribute (neildobson-au)
โ Adds the ability to create user-defined column names in generated files. - (Jiri Formacek) Added ability to write enum as number in EnumConverter
- (Jiri Formacek) Expose new line delimiter when writing to file
- #226, #227 (consulting, Marcos Meli): expose CommandTimeout in DatabaseStorage
- #198 (Rob De Carteret): Auto assign block size in BigFileSorter
Analyzer
- #158 (raymegal): Analyzer to change IComparableRecord to IComparable.
- (Marcos Meli): Record type analyzer
๐ Fixed bugs
- ๐ #217 (Marc Lopez): RecordInfo can remove multiple fields in an autoproperty class
- #186 (Marcos Meli): Fix of Enumerator usage in FileHelperAsyncEngine
- #157 (Marcos Meli): Removing last field from options does not reset the lastField property
- ๐ #178, #179, #180, #181, #182 (Stephen Moon): Documentation fixes
Internals
ExcelNPOI Storage
- #209 (juancfigueroa): Using XSSFWorkbook for files ending in "xlsm".
- Increased buffer size in FileHelperEngines when reading or writing
- โ Removed nuget Package for .NET Framework 2.0.
-
v3.2.6 Changes
November 03, 20172017-10-24
-
v3.2.6-alpha
October 24, 2017 -
v3.1.5 Changes
August 07, 2015๐ Yes after a some hard months of work here the final 3.1 release !!
Check out new redesigned Home Page www.filehelpers.net
โก๏ธ With ton of examples, tips, and updated docs
This version is production ready and the recommended version
๐ฆ Install it from NuGet (recommended):
Install-Package FileHelpers
Or you can download the zip package with:
- The library for all versions of .net
- The Wizard
- Offline Help chm file
Analyzer
We recommend you to install the Roslyn Analyzer that helps you to use the library in the right way.
-
v3.1.2 Changes
August 02, 2015๐ Yes after a some hard months of work here the final 3.1 release !!
Check out new redesigned Home Page www.filehelpers.net
โก๏ธ With ton of examples, tips, and updated docs
This version is production ready and the recommended version
๐ฆ Install it from NuGet (recommended):
Install-Package FileHelpers
Or you can download the zip package with:
- The library for all versions of .net
- The Wizard
- Offline Help chm file
Analyzer
We recommend you to install the Roslyn Analyzer that helps you to use the library in the right way.
-
v3.1.0 Changes
July 22, 2015๐ Getting close to the final 3.1 release !!
๐ We are finishing the pre release tasks before go live with 3.1
Out new redesigned Home Page is live at: www.filehelpers.netThis version is production ready and the recommended version
๐ฆ Install it from NuGet (recommended):
Install-Package FileHelpers -Pre
Or you can download the zip package with:
- The library for all versions of .net
- More Examples
- The Wizard
- Offline Help chm file