Changelog History
-
v0.0.1.2 Changes
โก๏ธ Updated pipes upper bound (thanks to Gabriel Gonzalez).
-
v0.0.1.1 Changes
๐ฒ Renamed the change log from CHANGES.md to CHANGELOG so that Hackage will display it.
๐ Minor HLint changes (no change in behavior or API).
-
v0.0.1.0 Changes
โก๏ธ Updated to use pipes version 4; there is no change in the library API (pipes is only used by the hmcpi executable).
-
v0.0.0.4 Changes
February 28, 2013An initial attempt at handling invalid commands has been added by flushing the connection buffer each time a command or query is sent.
Queries now raise an
IOError
if they return the messageFail
(it could also be due to the previous command failing if the buffer flush mentioned above did not catch the error).โ Added the debugmcpi example. This is now built, along with hmcpi, ๐ by setting the build-debug configure option (which is turned off 0๏ธโฃ by default).
-
v0.0.0.3 Changes
February 24, 2013The examples - apart from
hmcpi
- now accept the--debug
command-line option which causes the messages sent to, and received from, MineCraft ๐จ to be printed to the standard-error channel. The format of these messages has been changed slightly. -
v0.0.0.2 Changes
February 21, 2013Minor document improvements. Added examples/XJump.hs, which is the ๐ example used in the documentation for Network.MineCraft.Pi.Client.
-
v0.0.0.1 Changes
February 21, 2013๐ Initial version.