Fix the bug where greskell-websocket didn’t work at all with async-2.2.5. (see https://github.com/debug-ito/greskell/pull/17 )
Support ghc-9.12 (base-4.21).
1.0.0.3 – 2024-11-21
Confirm test with hashtable-1.4.
1.0.0.2 – 2024-09-12
Update dependency version bounds with cabal-plan-bounds.
This adds support for new packages, while drops support for old ones.
1.0.0.1 – 2022-11-24
Confirm test with ghc-9.2.5, vector-0.13.0.0 and aeson-2.1.0.0.
Remove doctests. This is because it’s so difficult to maintain doctests with recent GHCs and cabals.
doctests have been moved to examples function defined in some modules.
Use stylish-haskell to format codes.
1.0.0.0 – 2021-12-28
BREAKING CHANGE: Now greskell-websocket uses aeson-2.
As a result, now implementation of Data.Aeson.Object has been changed from HashMap to KeyMap.
Some types in greskell-websocket (e.g. ResponseResult) directly uses the Object type.
Confirm test with aeson-2.0.2.0, hashtables-1.3, greskell-core-1.0.