Skip to content

Latest commit

 

History

History
84 lines (62 loc) · 3.04 KB

File metadata and controls

84 lines (62 loc) · 3.04 KB

2.0.0

  • See the changes for the various release candidates below.

2.0.0-rc3

  • Add ability to read from stream instead of file

2.0.0-rc2

  • Add improved error messages when an invalid cast is attempted

2.0.0-rc1

  • Only build for NetStandard 2.0. (reason for bump to V2)
  • Convert paket to use dotnet tools infrastructure.
  • Update FSharp.Formatting to version 11.4.2 and using dotnet tools (fsdocs command line).
  • Update to dotnet 5.0 which is newest version of dotnet at time of writing.
  • Update to FSharp.Core to 4.7.2.
  • Fix issue when file locked by another process.

Still to be done in modernising the build infrastructure:

  • Update the documentation generation and publishing.
  • Update the publishing of nuget package to Nuget.
  • Update the generation of releases on GitHub.

1.0.1

  • Fix bug in nuget package

1.0.0

  • Support .NET Core output
  • Support .NET Standard output
  • Support running in .NET SDK tools (.NET Core tools)
  • Rename primary namespace to FSharp.Interop.Excel

0.9.2

  • Update ExcelDataReader

0.9.1

  • Correct dependencies

0.9.0

  • Upgrading ProvidedTypes.fs to latest FSharp.TypeProviders.SDK for fsprojects#52
  • Give better release notes

0.8.2 - 05.16.2017

  • Upgrading ProvidedTypes.fs from FSharp.TypeProviders.SDK to fix a Mono5 compatibility issue.

0.8.1 - 02.02.2017

  • Clean up created temp folders by disposing ExcelDataReader - fsprojects#37
  • Upgrade to latest versions of dependencies ProvidedTypes.fs ProvidedTypes.fsi FAKE (4.50) Octokit (0.24)

0.8.0 - 14.06.2016

  • Support Row.GetValue("column") and handle of out-of-range column indexes explicitly - fsprojects#27

0.7.0 - 20.01.2016

0.6.0 - 19.01.2016

0.5.0 - 09.01.2016

  • Using ProjectScaffold infrastructure
  • Allow range parameter to take a sheet name - fsprojects#18
  • BUGFIX: Case insensitive ends with on EndsWith - fsprojects#21
  • Added unique property name generator for duplicated columns - fsprojects#13
  • Added support to multiline column names - fsprojects#20
  • Fixing handling of blank cells. Blank cells are treated as the default value for the inferred column type.
  • Upgrading to the latest version of the ExcelDataReader library (2.1.2.3)
  • Include nuget package dependencies

0.1.0 - 20.03.2014

  • Upgrading to the latest version of the ExcelDataReader library.
  • Handling loading higher version of ICSharpCode.SharpZipLib.
  • Defaulting to the first sheet in the spreadsheet if a sheet is not specifically indicated.
  • Using a Row type, with a ToString() method

0.0.1-alpha - 21.02.2014

  • Initial release of ExcelProvider