Skip to content

Commit

Permalink
Add change log
Browse files Browse the repository at this point in the history
  • Loading branch information
ztombol committed Mar 8, 2016
1 parent 3c30cb6 commit a496f33
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Change Log

All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).


## [Unreleased]

### Added

- `refute()` to complement `assert()`
- `npm` support

### Fixed

- Not consuming the `--` when stopping option parsing in
`assert_output`, `refute_output`, `assert_line` and `refute_line`


## 0.1.0 - 2016-02-16

### Added

- Reporting arbitrary failures with `fail()`
- Generic assertions with `assert()` and `assert_equal()`
- Testing exit status with `assert_success()` and `assert_failure()`
- Testing output with `assert_output()` and `refute_output()`
- Testing individual lines with `assert_line()` and `refute_line()`


[Unreleased]: https://github.com/ztombol/varrick/compare/v0.1.0...HEAD

0 comments on commit a496f33

Please sign in to comment.