Skip to content

Latest commit

 

History

History
38 lines (18 loc) · 1.3 KB

CHANGELOG.md

File metadata and controls

38 lines (18 loc) · 1.3 KB

Change Log

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

2.0.0 (2019-02-11)

Bug Fixes

  • Do not set string defaultDescription as figgy default (7bddb75)

BREAKING CHANGES

  • A string option's defaultDescription no longer provides a figgy-pudding default value. Use the default option config explicitly.

1.1.0 (2019-02-11)

Bug Fixes

  • Do not parse defaultDescription when it is not a stringified literal (b07cfe7)
  • Evaluate explicit defaults first, allowing falsey values (93539b9)
  • Parse numbers from description (f0f1017)

Features

  • deps: Bump figgy-pudding (d50fd9d)

1.0.0 (2018-04-12)