Skip to content

Releases: aw/picolisp-unit

Production release

10 Sep 04:12
@aw aw
ad00016
Compare
Choose a tag to compare
  • 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

19 Apr 00:48
@aw aw
1131098
Compare
Choose a tag to compare
  • Add Makefile for testing the library
  • Update supported PicoLisp version to 18.12
  • Breaking change: remove all support for PicoLisp namespaces

Production release

23 Mar 11:01
@aw aw
56bfb54
Compare
Choose a tag to compare

Production release - v2.1.0

Production release

09 Mar 13:58
@aw aw
79036b0
Compare
Choose a tag to compare
v2.0.0

Production release - v2.0.0

Production release

09 Jun 13:24
@aw aw
Compare
Choose a tag to compare

Stable/production-ready release.

v0.6.2

15 May 02:25
@aw aw
Compare
Choose a tag to compare
  • Use 'unless' instead of 'when not ='
  • Don't rely on scoped variables
  • Remove unused arguments in 'print-failed'

v0.6.1

08 Apr 08:48
@aw aw
Compare
Choose a tag to compare

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

Allow custom test reporters

05 Apr 04:03
@aw aw
Compare
Choose a tag to compare
  • 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

29 Mar 05:08
@aw aw
Compare
Choose a tag to compare
Fix small potential bug in (passed)

v0.5.1

29 Mar 03:07
@aw aw
Compare
Choose a tag to compare
Small refactor: replace anonymous function with simpler eval