All Versions
7
Latest Version
Avg Release Cycle
2 days
Latest Release
-

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, 2013

    An 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 message Fail (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, 2013

    The 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, 2013

    Minor 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.