- Breaking: switch to a more useful xhr error response type. To retain the current behavior, you must convert
Either XhrResponsetoEither Text. SeeReadme.lhsfor an example usingxhrErrorToText.
- Support GHC 9.12
- Make Readme part of the library
- Support GHC 9.10
- Loosen version bounds
- Loosen version bounds
- Support constraints-extras 0.4
- Support GHC 8.10
- Make xhr requests non-blocking
- Expose
Tagged* constructors
- Use "some" instead of "dependent-sum" package
- Fix haddocks of
tagRequests
- Add WebSocket interface
- Breaking Change:
performXhrRequestsnow returns anEventinstead of aDynamicof anEvent.
- XML HTTP Request FRP interface for interacting with an API defined as a GADT