- Initial release
- Latest version to match with the documentation.
- Improved method naming.
- Improved method naming.
- CSV provider now supports dates.
- Build the library using .NET 4.0.
- Support global unification in XML type provider.
- Minor changes to support Experimental release.
- CSV provider supports alternative separators and N/A values.
- Support for different culture settings and CSV parsing according to RFC standard.
- Minor update in missing fields handling.
- Fix boolean parsing bug and improve CSV provider.
- Support for Portable Class Libraries and Silverlight.
- Added Freebase provider.
- Improvements to the CSV provider.
- Performance improvements when handling large files.
- Update WorldBank internals to support more efficient implementation and FunScript.
- Update NuGet package links and icon reference.
- Improve Units of Measure support and allow to override the type inference in the CSV Provider.
- Allow to skip rows that don't match the schema in CsvProvider.
- Support for dynamic lookup in CSV files.
- Improvements to FSharp.Net.Http to support cookies and binary files.
- Performance improvements, support for big csv files, and support for Guid types.
- Save, Filter and Truncate operations for csv files.
- Fixed runtime problem accessing optional properties with a JSON null.
- Support for client certificates in FSharp.Net.Http.
- Support for Windows Phone 7.
- Fixed problem handling enumerates in FreebaseProvider.
- Fixed problem with portable version of FSharp.Net.Http.
- Infer booleans for ints that only manifest 0 and 1.
- Support for partially overriding the Schema in CsvProvider.
- PreferOptionals and SafeMode parameters for CsvProvider.
- Support for heterogeneous XML attributes.
- Make CsvFile re-entrant.
- Support for compressed HTTP responses.
- Fix JSON conversion of 0 and 1 to booleans.
- Support for F# 3.1 and for new portable class library projects.
- Support for sending HTTP requests with a binary body.
- Support for HTTP compression in portable class library versions.
- Fixed problem when using uri's with encoded slashes (%2F) in the sample parameter of CsvProvider, JsonProvider & XmlProvider.
- CsvProvider now has GetSample static method like the other providers in addition to the default constructor.
- Add AsyncLoad(string uri) and AsyncGetSample() to CsvProvider, JsonProvider and XmlProvider.
- Remove .AsTuple member from CsvProvider.
- Renamed SampleList to SampleIsList.
- Renamed Separator to Separators.
- When SampleIsList is true, a GetSamples method is generated.
- Fixed XmlProvider's SampleIsList not working correctly.
- Fix handling of optional elements in XmlProvider when using multiple samples.
- Fixed CsvProvider's SafeMode not working when there were more rows than the InferRows limit.
- Exceptions raised by CsvProvider and CsvFile were reporting the wrong line number when reading files with windows line endings.
- CsvInference is now part of the runtime so it can be reused by Deedle.
- Allow currency symbols on decimals.
- Fixed file change notification not invalidating type providers correctly.
- Fix generated code doing repeated work.
- Windows Phone 7 no longer supported.
- Added Japanese documentation.