Releases: purescript-contrib/purescript-affjax
Releases · purescript-contrib/purescript-affjax
v0.4.0
- Updated for PureScript 0.7 (@qxjit)
v0.3.2
- A better fix for
JSONResponse
use in Respondable
- this fix preserves the original behaviour in custom Respondable
instances.
v0.3.1
- Fixed an issue with the
Respondable Foreign
instance - IE does not support automatic reading of JSON with responseType = "json"
.
v0.3.0
- Bumped
purescript-integers
dependency
v0.2.1
ResponseType
constructors are now exported so that custom Respondable
instances can be declared.
v0.2.0
Eliminates use of Proxy for a simpler implementation of Requestable.
v0.1.0
This is the first beta release of Affjax, a library designed to expose AJAX through Aff.