File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
5
+
6
+
7
+ ## [ Unreleased]
8
+
9
+ ### Added
10
+
11
+ - ` refute() ` to complement ` assert() `
12
+ - ` npm ` support
13
+
14
+ ### Fixed
15
+
16
+ - Not consuming the ` -- ` when stopping option parsing in
17
+ ` assert_output ` , ` refute_output ` , ` assert_line ` and ` refute_line `
18
+
19
+
20
+ ## 0.1.0 - 2016-02-16
21
+
22
+ ### Added
23
+
24
+ - Reporting arbitrary failures with ` fail() `
25
+ - Generic assertions with ` assert() ` and ` assert_equal() `
26
+ - Testing exit status with ` assert_success() ` and ` assert_failure() `
27
+ - Testing output with ` assert_output() ` and ` refute_output() `
28
+ - Testing individual lines with ` assert_line() ` and ` refute_line() `
29
+
30
+
31
+ [ Unreleased ] : https://github.com/ztombol/varrick/compare/v0.1.0...HEAD
You can’t perform that action at this time.
0 commit comments