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

Calculate recovery_value instead of using a setting #220

Merged
merged 3 commits into from
Apr 25, 2021

Conversation

mvz
Copy link
Contributor

@mvz mvz commented Apr 24, 2021

The recovery_value setting was introduced in #60 for use with non-null booleans, but since there's only one sensible option for that case there is no point in making it a setting.

Final removal of this setting as a breaking change in a way, although this setting was never documented. Therefore, using this setting will still work for now and give a deprecation warning.

Closes #72.

mvz added 2 commits April 25, 2021 14:31
The recovery_value setting was introduced for use with non-null
booleans, but since there's only one sensible option for that case there
is no point in making it a setting.
@mvz mvz force-pushed the remove-recovery-value-setting branch from 87293f6 to 5859fa2 Compare April 25, 2021 12:32
@mvz mvz force-pushed the remove-recovery-value-setting branch from 5859fa2 to 31291eb Compare April 25, 2021 13:04
@mvz mvz removed the on hold label Apr 25, 2021
@mvz mvz merged commit 5096f09 into master Apr 25, 2021
@mvz mvz deleted the remove-recovery-value-setting branch April 25, 2021 13:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add tests and docs for :recovery_value
1 participant