Skip to content

Commit a496f33

Browse files
committed
Add change log
1 parent 3c30cb6 commit a496f33

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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

0 commit comments

Comments
 (0)