All Versions
19
Latest Version
Avg Release Cycle
32 days
Latest Release
-

Changelog History
Page 2

  • v1.3.0 Changes

    June 10, 2011
    • โž• Add the --coloured command-line flag and colour command in interactive mode to make truth value colouring optional.
    • ๐Ÿ˜Œ Relax containers dependency to >= 0.3 && < 0.5.
  • v1.2.1 Changes

    June 10, 2011
    • ๐Ÿ“œ Use truth table and parsing code to produce the example console session in the interactive mode help text.
  • v1.2.0 Changes

    • ๐Ÿ–จ Truth values are coloured green (T) and red (F) when printed.
  • v1.1.1 Changes

    • ๐Ÿ›  Correct semantics for interpreting conditionals. Fixes an operator precedence bug in the previous implementation.
  • v1.1 Changes

    • ๐Ÿ‘ Allow variables to be lower case ASCII letters as well as upper case.
  • v1.0 Changes

    • ๐Ÿ–จ Pretty-printing can now be enabled and disabled when in the interactive mode by using the pretty command.
  • v0.3 Changes

    • โž• Added an interactive mode.
    • 0๏ธโƒฃ Made interactive mode the default: it's only not entered if the --evaluate flag is passed and the --interactive flag is not.
  • v0.2 Changes

    • โž• Added the --pretty option to pretty-print expressions.
    • 0๏ธโƒฃ The --evaluate option now prints ASCII truth tables by default.
    • โž• Added truthTableP function to allow configurable expression printing.
    • The variables function now returns a list of unique elements.
    • ๐Ÿ— Dependency base loosened to >= 4 && < 5 so it will build with GHC 7.
    • ๐Ÿ”ฆ Exposed and other modules now correctly differentiated in cabal file.
  • v0.1 Changes

    • ๐ŸŽ‰ Initial release.