Skip to content
This repository has been archived by the owner on Sep 4, 2021. It is now read-only.

Releases: seancorfield/readme

Release 1.0.16

25 Sep 20:14
Compare
Choose a tag to compare

Exit with non-zero status if generated test file has syntax errors (or otherwise fails to be required).

Release 1.0.15

25 Sep 20:07
Compare
Choose a tag to compare

Fix #4 by creating any missing parent directories before spitting out the test file. Note that any such newly-created directories will not be deleted, even though the test file itself is deleted at the end of the run.

Release 1.0.13

08 Mar 21:23
Compare
Choose a tag to compare

Ensure exit status reflects success/failure and call shutdown-agents (in case README code uses agents/futures/etc).

Release 1.0.12

03 Mar 18:45
Compare
Choose a tag to compare
  • Add support for REPL sessions with user=> prompt (and results inline), as well as the original => format.
  • Use clojure.test/run-tests so a pass/fail summary is printed.
  • Expand documentation and tests.

Initial Release

03 Mar 07:03
Compare
Choose a tag to compare

Turns README.md examples into executable tests!