2.1.0
- Added a new
$current_dirname
variable and renamed$filename
to$current_file
(#39).- Resolved the absolute path of each file.
- Substituted variable occurrences globally.
- Reset
$status
to0
after running thesetup
function hook. - Extended
@test
to test array equality/non-equality:@test "description" a b c = a b c
. - Exit with status
1
if one or more tests fail. - Added tests.