Changelog for starter-snake-haskell-1.1.0
Changelog
All notable changes to this project since v1.0.0 will be documented in this
file.
This project adheres to the Haskell Package Versioning Policy.
1.1.0 (2023-08-26)
Synced with latest Battlesnake API spec and improved documentation.
Added
mapandsourcefields added toGamerulesetSettingsfield added toRulesetcustomizationsfield added toBattlesnake
Changed
- the
infohandler passed torunBattlesnakeServermust be an IO action now InfoResponse.apiversionwas changed fromTextto the newAPIVersiontype to prevent invalid api version
1.0.0 (2023-08-22)
Added
- First package release