# Revision history for hanabi-dealer ## 0.3.1.0 -- 2020-01-14 * introduce StrategyDict, dictionary-style interface to Strategy * reflect the -p option * resolve the name collision against websockets-0.12.7.0 ## 0.3.0.1 -- 2020-01-12 * fix bestPossibleRank (and thus isUseless) ## 0.3.0.0 -- 2020-01-12 * playable client/server system via WebSocket * GUI using GHCJS and Miso * separate invisibleBag from PrivateView * surpress redundant broadcasting of the observation to the current player * add SimpleStrategy example ## 0.2.1.0 -- 2020-01-04 * introduce isPlayable * fix several misfeatures ## 0.2.0.0 -- 2019-12-20 * define the Verbosity option * confirm running with base-4.13 compiled by GHC-8.8.1. ## 0.1.0.0 -- 2019-12-18 * First version. Released on an unsuspecting world.