## 22 February 2020

### [1.5.0](https://github.com/contexttesting/fork/compare/v1.4.0...v1.5.0)

- [feature] Add an option to noramlise outputs.

## 30 January 2020

### [1.4.0](https://github.com/contexttesting/fork/compare/v1.3.3...v1.4.0)

- [doc] Add `typedefs.json` file.
- [doc] Update types documentation.

## 5 September 2019

### [1.3.3](https://github.com/contexttesting/fork/compare/v1.3.2...v1.3.3)

- [doc] Compile types and externs with newer _Typal_ (change props to functions annotations).

## 1 May 2019

### [1.3.2](https://github.com/contexttesting/fork/compare/v1.3.1...v1.3.2)

- [doc] Update doc to have titles on linked types.

### [1.3.1](https://github.com/contexttesting/fork/compare/v1.3.0...v1.3.1)

- [externs] Correct the optional types.
- [types] Import `stream.Writable`.

## 30 April 2019

### [1.3.0](https://github.com/contexttesting/fork/compare/v1.2.3...v1.3.0)

- [types] Move all types to a separate file, tidy up all types for _Google Closure Compiler_ and _Depack_.
- [externs] Publish externs.
- [deps] Switch to using `@zoroaster/deep-equal` instead of `assert-diff`.

## 25 April 2019

### [1.2.3](https://github.com/contexttesting/fork/compare/v1.2.2...v1.2.3)

- [fix] Correct the diff color.

## 23 April 2019

### [1.2.2](https://github.com/contexttesting/fork/compare/v1.2.1...v1.2.2)

- [feature] Set the assertion fail property on the error, e.g., `stdout`, `stderr` or `code`.

## 8 April 2019

### [1.2.1](https://github.com/contexttesting/fork/compare/v1.2.0...v1.2.1)

- [deps] Unfix dependencies.

## 16 March 2019

### 1.2.0

- [feature] Allow to pre-process outputs.
- [feature] Strip ANSI values by default.
- [feature] Remove the last new line for when printed with `console.log`.

## 15 March 2019

### 1.1.1

- [deps] Update dependencies.

## 16 February 2019

### 1.1.0

- [doc] Document example.
- [package] Export the module.
- [feature] Pass the `input` and other properties in the context.

## 24 October 2018

### 1.0.0

- Create `@zoroaster/fork` with [`mnp`][https://mnpjs.org]
- [repository]: `src`, `test`
