• 3.0.1Jul 2021
  • Changed
  • Lower Fsharp.Core requirements

  • 3.0.0Jul 2021
  • Changed
  • Update to Thoth.Json v6

  • 2.0.0Mar 2020
  • Changed
  • Update to Thoth.Json v4

  • Release 2.0.0

  • 2.0.0-beta-002Nov 2019
  • Fixed
  • Fix #13: Only consume body when http code doesn't cause immediate rejection (by @WalternativE)

  • 2.0.0-beta-001Nov 2019
  • Added
  • Fix #8: Option to pass additional headers (by @SCullman)

  • 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.1.0Sep 2019
  • Added
  • Use !^ operator to be agnostic of union case rank like U2, U3, etc. (by @SCullman)

  • 1.0.0Apr 2019
  • Added
  • Add documentation for all the methods

  • Changed
  • Fix #1: Rename init parameter to properties

  • 1.0.0-beta-001Apr 2019
  • Added
  • Initial release