Releases: purescript-contrib/purescript-affjax
Releases · purescript-contrib/purescript-affjax
v0.10.1
07 Jan 17:04
Compare
Sorry, something went wrong.
No results found
Fixed handling of JSON-value responses #54 , #55
v0.10.0
20 Nov 17:35
Compare
Sorry, something went wrong.
No results found
Added Json instance for Requestable and Respondable
Requestable and Respondable now include an optional MimeType to use as the default Content-Type or Accept header.
v0.9.0
16 Oct 18:14
Compare
Sorry, something went wrong.
No results found
Node support is now provided by xhr2 rather than xmlhttprequest (fixes #44 ) (@stkb )
v0.8.1
10 Oct 16:23
Compare
Sorry, something went wrong.
No results found
Added Respondable ArrayBuffer instance (@quephird )
v0.8.0
23 Sep 02:50
Compare
Sorry, something went wrong.
No results found
v0.7.0
31 Aug 14:53
Compare
Sorry, something went wrong.
No results found
Updated dependencies and fixed warnings for PureScript 0.7.4
v0.6.0
16 Aug 16:46
Compare
Sorry, something went wrong.
No results found
Merge pull request #42 from garyb/ready/dom
Update to new DOM
v0.5.3
06 Aug 21:46
Compare
Sorry, something went wrong.
No results found
Merge pull request #39 from slamdata/ready/module-require-detect
Detect node with module.require
v0.5.2
06 Aug 20:39
Compare
Sorry, something went wrong.
No results found
Merge pull request #38 from slamdata/module-require
Use module.require to prevent bundling for browser
v0.5.1
05 Aug 23:35
Compare
Sorry, something went wrong.
No results found
Added support for node via npm package 'xmlhttprequest' (@hdgarrood )