# Revision history for reflex-gadt-api ## 0.3.0.0 * *Breaking*: switch to a more useful xhr error response type. To retain the current behavior, you must convert `Either XhrResponse` to `Either Text`. See `Readme.lhs` for an example using `xhrErrorToText`. ## 0.2.2.3 * Support GHC 9.12 ## 0.2.2.2 * Make Readme part of the library * Support GHC 9.10 * Loosen version bounds ## 0.2.2.1-r1 * Loosen version bounds ## 0.2.2.1 * Support constraints-extras 0.4 ## 0.2.2.0 * Support GHC 8.10 * Make xhr requests non-blocking ## 0.2.1.1 * Expose `Tagged`* constructors ## 0.2.1.0 * Use "some" instead of "dependent-sum" package ## 0.2.0.1 * Fix haddocks of `tagRequests` ## 0.2.0.0 * Add WebSocket interface * Breaking Change: `performXhrRequests` now returns an `Event` instead of a `Dynamic` of an `Event`. ## 0.1.0.0 * XML HTTP Request FRP interface for interacting with an API defined as a GADT