Skip to content

Releases: landro/TesTcl

Version 1.0.14

04 May 10:21
Compare
Choose a tag to compare

Finally(!) releasing cookie support contributed by @kugg

Version 1.0.13

10 Nov 19:58
Compare
Choose a tag to compare

Code improvements, cleanups and fixes contributed by @apextc !

Version 1.0.12

26 Sep 20:52
Compare
Choose a tag to compare

Minor fix to class command contributed by @wulczer. Thanks!

Version 1.0.11

24 May 21:12
Compare
Choose a tag to compare

This release introduces long awaited variable support contributed by Chester O'Neill! See example_irule_variables.tcl for details.

Version 1.0.10

23 Mar 12:14
Compare
Choose a tag to compare

Contains some nice new contributions by @magnuswatn in the URI:: namespace which is close to complete now!

Version 1.0.9

29 Apr 14:47
Compare
Choose a tag to compare
  • Fixed issue related to the classes functionality
  • Added support for the call command

Version 1.0.8

16 Dec 09:30
Compare
Choose a tag to compare
  • Stub implementation of URI::encode
  • Partial support for class command contributed by @jamespic

Version 1.0.7

07 Aug 10:06
Compare
Choose a tag to compare

This release contains several contributions by @nhemingway :

  • Support for GLOBAL:: commands
  • Better exit code handling
  • Better test result output

Version 1.0.6

02 Sep 21:49
Compare
Choose a tag to compare

Improvement in the implementation of the when command. TesTcl won't choke on when commands containg priority and/or timing parameter. Thanks to @samstep for reporting issue.

Version 1.0.5

27 Jul 11:32
Compare
Choose a tag to compare

Added support for GLOBAL events.