Skip to content

Releases: aw/picolisp-unit

Production release

Choose a tag to compare

@aw aw released this 10 Sep 04:12
ad00016
  • Remove colour of output for 'passed' tests in default reporter, 10x speed increase when tests pass
  • Update supported PicoLisp versions to 19.6, 19.12, 20.6, pil21

Production release

Choose a tag to compare

@aw aw released this 19 Apr 00:48
1131098
  • Add Makefile for testing the library
  • Update supported PicoLisp version to 18.12
  • Breaking change: remove all support for PicoLisp namespaces

Production release

Choose a tag to compare

@aw aw released this 23 Mar 11:01
56bfb54

Production release - v2.1.0

Production release

Choose a tag to compare

@aw aw released this 09 Mar 13:58
79036b0
v2.0.0

Production release - v2.0.0

Production release

Choose a tag to compare

@aw aw released this 09 Jun 13:24

Stable/production-ready release.

v0.6.2

Choose a tag to compare

@aw aw released this 15 May 02:25
  • Use 'unless' instead of 'when not ='
  • Don't rely on scoped variables
  • Remove unused arguments in 'print-failed'

v0.6.1

Choose a tag to compare

@aw aw released this 08 Apr 08:48

Suppress errors if the 'tput' command doesn't exist

Allow custom test reporters

Choose a tag to compare

@aw aw released this 05 Apr 04:03
  • Move test reporters to their own directory
  • Add 'plain' reporter with tests
  • Get rid of *Passed, *Failed, *Counter global variables
  • Lispify some functions
  • Update .travis.yml
  • Update README.md and EXPLAIN.md

v0.5.2

Choose a tag to compare

@aw aw released this 29 Mar 05:08
Fix small potential bug in (passed)

v0.5.1

Choose a tag to compare

@aw aw released this 29 Mar 03:07
Small refactor: replace anonymous function with simpler eval