## 22 February 2020

### [1.4.1](https://github.com/artdecocode/reloquent/compare/v1.4.0...v1.4.1)

- [doc] Appveyor badge.

## 22 February 2020

### [1.4.0](https://github.com/artdecocode/reloquent/compare/v1.3.2...v1.4.0)

- [feature] Questions now extend `readline.ReadLineOptions`.
- [CI] Add Appveyor.

## 1 August 2019

### [1.3.2](https://github.com/artdecocode/reloquent/compare/v1.3.1...v1.3.2)

- [package] Publish the types directory.

## 1 May 2019

### [1.3.1](https://github.com/artdecocode/reloquent/compare/v1.3.0...v1.3.1)

- [fix] Quote the `promise` property.

## 30 April 2019

### [1.3.0](https://github.com/artdecocode/reloquent/compare/v1.2.4...v1.3.0)

- [externs] Publish externs and write types with namespace in a separate file.
- [deps] Update all dev-dependencies + `promto`, upgrade structure.

## 3 February 2019

### 1.2.4

- [package] Publish `src` module.
- [package] Add [Tech Nation Visa Sucks](https://www.technation.sucks) footer.

## 10 October 2018

### 1.2.3

- [fix] Don't resolve on close (accepts confirmation with ctrl-c)

## 8 October 2018

### 1.2.2

- [fix] Fix displaying newline when writing password.

### 1.2.1

- [doc] Doc fix.

### 1.2.0

- [feature] Ask for passwords behind `*`.

### 1.1.0

- [feature] Ask for confirmation.
- [package] Build with `alamode`.

## 26 June 2018

### 1.0.6

- [package] Update maintainer.

### 1.0.5

- [dep] Remove `cross-env`.

### 1.0.4

- [doc] Do prevent scroll on `npm`.

### 1.0.3

- [doc] Indent example to prevent scroll on npm.

### 1.0.2

- [fix] Don't display same `defaultValue` to `getDefault` value, grey out `defaultValue` if `getDefault` takes precedence.
- [doc] Start using `documentary`, split into files, document the `Question` type in a table.

## 11 June 2018

### 1.0.1

- [build] build with source maps
- [doc] document return type

## 9 June 2018

### 1.0.0

- [ecma] update to modules
- [api] change the api to allow to ask single questions.
- [doc] update doc
- [package] move to [Art Deco Code](https://artdeco.bz)

## 31 May 2017

### 0.2.0

- [feature] `askQuestions`: ask multiple questions.

## 23 May 2017

### 0.1.0

- Create `reloquent`: reading from readline interface with a timeout
- [repo]: `test`, `src`, `example`, `.eslintrc`
