Skip to content

Latest commit

 

History

History
60 lines (28 loc) · 1.99 KB

CHANGELOG.md

File metadata and controls

60 lines (28 loc) · 1.99 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.2.0 (2020-11-06)

Features

3.1.0 (2020-10-07)

Features

3.0.3 (2018-01-17)

Bug Fixes

3.0.2 (2018-01-15)

3.0.1 (2018-01-15)

3.0.0 (2018-01-15)

Chores

  • update project to use new features present in node lts (d3677d0)

BREAKING CHANGES

  • remove support for old node versions (only latest lts or higher is supported)
  • callback support has been removed
  • ability to call error.retry has been removed
  • built-in choice and confirm validators now run before any custom validators
  • the default option value may only be undefined or a string from now on