Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: deprecateOption #1559

Merged
merged 5 commits into from Feb 22, 2020
Merged

Commits on Feb 12, 2020

  1. Shows a [deprecated] notice in front of an option

    * Added a method: `.deprecateOption(key, [message])`
    * Added a key in option conrtructor: `.option(key, { deprecated: [boolean|message] })`
    * Basic Tests
    * Updated Readme
    laggingreflex committed Feb 12, 2020
    Copy the full SHA
    3ef37c8 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2020

  1. Copy the full SHA
    4c1ac6e View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2020

  1. Copy the full SHA
    d285bf8 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    bc48704 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c7d421e View commit details
    Browse the repository at this point in the history