Skip to content

Releases: thoth-org/Thoth.Fetch

3.0.1

07 Jul 08:40
Compare
Choose a tag to compare

Changed

  • Lower Fsharp.Core requirements

3.0.0

06 Jul 10:27
Compare
Choose a tag to compare

Changed

  • Update to Thoth.Json v6

2.0.0

04 Mar 20:22
Compare
Choose a tag to compare

Changed

  • Update to Thoth.Json v4
  • Release 2.0.0

2.0.0-beta-002 - 2019-11-26

27 Nov 08:33
Compare
Choose a tag to compare
Pre-release

Fixed

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

2.0.0-beta-001 - 2019-11-07

27 Nov 08:32
Compare
Choose a tag to compare
Pre-release

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

16 May 13:03
Compare
Choose a tag to compare

Added

  • Add documentation for all the methods

Changed

  • Fix #1: Rename init parameter to properties

1.0.0-beta-001 - 2019-04-15

15 May 14:54
Compare
Choose a tag to compare
Pre-release

Added

  • Initial release