Releases: fsprojects/FSharp.Data
Releases · fsprojects/FSharp.Data
6.3.0
6.2.0
6.1.0
What's Changed
- Inline schemas docs by @mlaily in #1456
- Split up FSharp.Data by @dsyme in #1457
- Revert "Split up FSharp.Data" by @dsyme in #1460
- split up FSharp.Data take 2 by @dsyme in #1462
- Remove explicit PackageReference in projects + include paket.references by @mlaily in #1467
- Updated documentation for HTML type provider example by @aaron-jack-manning in #1469
- Change the namespace of the public "InferenceMode" enum by @mlaily in #1470
- Fix reading CSV from non seekable network stream by @Lenne231 in #1472
- Use
nameof
for all dynamically built quotations by @mlaily in #1471 - Move non-http code from FSharp.Data.Http into a new FSharp.Data.Runtime.Utilities project + Rearrange project files by @mlaily in #1475
- Fix generated code of the json provider with
PreferDictionaries
when values are arrays by @mlaily in #1476
New Contributors
- @aaron-jack-manning made their first contribution in #1469
- @Lenne231 made their first contribution in #1472
Full Changelog: 4.2.10...6.1.0
4.2.10
4.2.9
What's Changed
- Typo fix, the parameter is plural ("Separators") by @nhirschey in #1433
- Typo fix, the parameter is plural ("Separators"). by @kleink in #1438
- Remove restrictions for getting innerText by @LiteracyFanatic in #1435
- pre-clean some code before applying fantomas by @dsyme in #1442
- update to .net 6 by @dsyme in #1443
- Format all code by @nojaf in #1441
- formatting: wider lists by @dsyme in #1444
- fix docs by @dsyme in #1446
- add GithubActionsTestLogger and use it in CI builds by @baronfel in #1449
- Skip json comments by @mlaily in #1448
- Some medium refactoring and little fixes by @mlaily in #1450
- Fix http tests by @mlaily in #1451
New Contributors
- @kleink made their first contribution in #1438
- @LiteracyFanatic made their first contribution in #1435
- @nojaf made their first contribution in #1441
- @mlaily made their first contribution in #1448
Full Changelog: 4.2.8...4.2.9
4.2.8
What's Changed
- JsonProvider.Load(value: JsonValue) by @gbtb in #1424
- Fixed typo in README by @AlexKenna in #1427
- Added InferDictionariesFromRecords flag to JSON TP by @nikoyak in #1430
New Contributors
- @gbtb made their first contribution in #1424
- @AlexKenna made their first contribution in #1427
- @nikoyak made their first contribution in #1430
Full Changelog: 4.2.7...4.2.8
4.2.7
What's Changed
- Proposed fix to #1420 on extra newline before endBoundaryStream by @kphuanghk in #1421
New Contributors
- @kphuanghk made their first contribution in #1421
Full Changelog: 4.2.6...4.2.7
4.2.6
What's Changed
- Add plural for "source" by @jimfoye in #1408
- fix docs output lengths by @dsyme in #1409
- fix stack overflow when building debug code by @dsyme in #1411
- update tpsdk by @dsyme in #1412
- HtmlNode.ToString(): fix self-closing tags on empty non-void elements by @stroborobo in #1413
- HtmlState: restore FormattedMode if still in pre after char ref by @stroborobo in #1414
- Implementation and tests - non seekable multipart form files by @ordinaryorange in #1415
New Contributors
- @jimfoye made their first contribution in #1408
- @stroborobo made their first contribution in #1413
Full Changelog: 4.2.5...4.2.6
4.2.5
What's changed since the last tagged release
- Fix html parsing for incomplete tags by @albert-du in #1396
- multipart/form-data must use CRLF line breaks by @kalekseev in #1395
- update notebooks by @dsyme in #1399
- Correction to positioning of boundary delimiter with multiple multipart/form-data files by @ordinaryorange in #1397
- Update to latest fsdocs by @dsyme in #1402
- Update docs by @dsyme in #1403
- Test for multipart data by @ordinaryorange in #1407
New Contributors
- @albert-du made their first contribution in #1396
- @kalekseev made their first contribution in #1395
- @ordinaryorange made their first contribution in #1397
Full Changelog: 4.2.3...4.2.5