Skip to content
This repository was archived by the owner on Jul 18, 2020. It is now read-only.

Files

Latest commit

fc9e94e · Apr 8, 2017

History

History
22 lines (16 loc) · 656 Bytes

Changes.md

File metadata and controls

22 lines (16 loc) · 656 Bytes

History of user-visible changes in Grenchman

0.3.0 / ???

  • Set "grench.cwd" system property to current directory.
  • Fix quoting bugs in main command.
  • Support multi-line input in repl.
  • Add load command.
  • Fix exit code when errors occur.

0.2.0 / 06-10-2013

  • Read forms from stdin when no args are given.
  • Exit with 111 to indicate connection failure.
  • Use libreadline for all console input.
  • Implement repl as independent client instead of deferring to Leiningen's.
  • Add eval and main subcommands which don't involve Leiningen.
  • Move Leiningen task invocation to lein subcommand.

0.1.0 / 29-08-2013

  • Initial release!