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
map
andsource
fields added toGame
rulesetSettings
field added toRuleset
customizations
field added toBattlesnake
Changed
- the
info
handler passed torunBattlesnakeServer
must be an IO action now InfoResponse.apiversion
was changed fromText
to the newAPIVersion
type to prevent invalid api version
1.0.0 (2023-08-22)
Added
- First package release