purescript-contrib / purescript-affjax

An asynchronous AJAX library built using Aff.
Apache License 2.0
121 stars 78 forks source link

Pursuit is not up to date #152

Closed cscalfani closed 3 years ago

cscalfani commented 3 years ago

Just recently used this library with spago and the version I get appears to be the latest, i.e. 10.0.2, but Pursuit still only shows version 10.0.0.

This isn't normally a big deal but ResponseFormatError is documented in Pursuit, but has been removed making it very difficult for people to figure what's the right way to upgrade old code.

I had to look at the source code. Not terrible, but would be nicer if Pursuit was up to date.

thomashoneyman commented 3 years ago

Sorry about that! I've uploaded the latest release (v11.0.0) to Pursuit, as well as the previous release, v10.1.0.

https://pursuit.purescript.org/packages/purescript-affjax/11.0.0

cscalfani commented 3 years ago

Thanks!!