Skip to content

Releases: thoth-org/Thoth.Fetch

3.0.1

Choose a tag to compare

@MangelMaxime MangelMaxime released this 07 Jul 08:40

Changed

  • Lower Fsharp.Core requirements

3.0.0

Choose a tag to compare

@MangelMaxime MangelMaxime released this 06 Jul 10:27

Changed

  • Update to Thoth.Json v6

2.0.0

Choose a tag to compare

@MangelMaxime MangelMaxime released this 04 Mar 20:22

Changed

  • Update to Thoth.Json v4
  • Release 2.0.0

2.0.0-beta-002 - 2019-11-26

Pre-release

Choose a tag to compare

@MangelMaxime MangelMaxime released this 27 Nov 08:33

Fixed

  • Fix #13: Only consume body when http code doesn't cause immediate rejection (by @WalternativE)

2.0.0-beta-001 - 2019-11-07

Pre-release

Choose a tag to compare

@MangelMaxime MangelMaxime released this 27 Nov 08:32

Changed

  • Fix #9: Data is now optional for all http methods including GET (by @SCullman)
  • Fix #11: Decoders/ encoders are not cached within Json.Fetch (by @SCullman)
  • Fix #7: Better error reports with FetchError (by @SCullman)
  • Fix #5: Response type can now be unit (by @SCullman)

1.0.0 - 2019-04-16

Choose a tag to compare

@MangelMaxime MangelMaxime released this 16 May 13:03

Added

  • Add documentation for all the methods

Changed

  • Fix #1: Rename init parameter to properties

1.0.0-beta-001 - 2019-04-15

Pre-release

Choose a tag to compare

@MangelMaxime MangelMaxime released this 15 May 14:54

Added

  • Initial release