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

🔊 Add config option for responses_without_block #293

Merged
merged 2 commits into from
Jun 15, 2024

Commits on Jun 15, 2024

  1. 🔊 Warn about deprecated responses usage

    This was extracted from #93 and split into a separate PR.
    
    A new config option is added: `responses_without_block`.  This is
    provided as a workaround, until dependant projects can update their
    usage.  A future release may remove this backwards compatibility, but
    _no sooner_ than v0.6.
    nevans committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    3c0be7d View commit details
    Browse the repository at this point in the history
  2. 🔧 Check type for config.responses_without_block

    An `enum` type was added to Config::AttrTypeCoercion, to be used by
    other future config options.
    nevans committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    ca8e26d View commit details
    Browse the repository at this point in the history