Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 861 Bytes

ChangeLog.md

File metadata and controls

36 lines (26 loc) · 861 Bytes

Changelog for Lazyboy

0.3.0.0

  • Removed use of printf / partial functions.
  • Error handling is now done with the Except monad.

0.2.2.1

  • Added while to Lazyboy.Control and added a test case.

0.2.2.0

  • Added a Prelude module which provides overloaded operators.
  • Updated the example in Main.hs to use the newer syntax.
  • Updated README to match the newer syntax.

0.2.1.1

  • Added a lot of instruction tests and fix some bugs.

0.2.1.0

  • Added compound conditionals, including boolean AND, OR support.
  • Added tests for conditionals.

0.2.0.0

  • Started versioning.
  • Formatted as a library package.

0.2.0.1

  • Removed some useless instances of Show and Read.
  • Refactored most of the documentation.

0.2.0.2

  • Changed ASM.hs to use custom exception types instead of just error.

0.1.0.0

  • Initial version.

Unreleased changes