helpy
helpy copied to clipboard
Upgrade: Bump dry-configurable from 0.11.6 to 0.12.1
Bumps dry-configurable from 0.11.6 to 0.12.1.
Release notes
Sourced from dry-configurable's releases.
v0.12.1
Added
- Settings may be specified with a
cloneableoption, e.g.setting :component_dirs, Configuration::ComponentDirs.new, cloneable: trueThis change makes it possible to provide “rich” config values that carry their own configuration interface.
In the above example,
ComponentDirscould provide its own API for adding component dirs and configuring aspects of their behavior at the same time. By being passed to the setting along withcloneable: true, dry-configurable will ensure the setting's values are cloned along with the setting at all the appropriate times.A custom cloneable setting value should provide its own
#initialize_copy(used byObject#dup) with the appropriate logic. (@timrileyin #102)Fixed
- Only
#initializeinstance method is prepended, leaving the rest of the instance methods to be included as normal again. This allows classes includingDry::Configurableto override instance methods with their own methods as required (@adam12in #103)v0.12.0
0.12.0 2020-12-26
Fixed
- Setting values provided by defaults and/or pre-processor blocks are no longer accidentally memoized across instances of classes including Dry::Configurable (#99) (
@timriley&@esparta)Changed
- Instance behavior is now prepended, so that if you have your own
initialize, callingsuperis no longer required (see #98 for more details) (@zabolotnov87)- Switched to equalizer from dry-core (
@solnic)
Changelog
Sourced from dry-configurable's changelog.
0.12.1 2021-02-15
Added
- Settings may be specified with a
cloneableoption, e.g.setting :component_dirs, Configuration::ComponentDirs.new, cloneable: trueThis change makes it possible to provide “rich” config values that carry their own configuration interface.
In the above example,
ComponentDirscould provide its own API for adding component dirs and configuring aspects of their behavior at the same time. By being passed to the setting along withcloneable: true, dry-configurable will ensure the setting's values are cloned along with the setting at all the appropriate times.A custom cloneable setting value should provide its own
#initialize_copy(used byObject#dup) with the appropriate logic. (@timrileyin #102)Fixed
- Only
#initializeinstance method is prepended, leaving the rest of the instance methods to be included as normal again. This allows classes includingDry::Configurableto override instance methods with their own methods as required (@adam12in #103)0.12.0 2020-12-26
Fixed
- Setting values provided by defaults and/or pre-processor blocks are no longer accidentally memoized across instances of classes including Dry::Configurable (#99) (
@timriley&@esparta)Changed
- Instance behavior is now prepended, so that if you have your own
initialize, callingsuperis no longer required (see #98 for more details) (@zabolotnov87)- Switched to equalizer from dry-core (
@solnic)
Commits
4aadddfBump dry-configurable to 0.12.16c457b2[devtools] sync0fea0f7Prepare changelog for 0.12.1771a064Merge pull request #103 from adam12/prepend-initializerdb42e7dPrepend initialize method only9d8e491Merge pull request #102 from dry-rb/cloneable-setting-optionae68141Add cloneable option to settingc19526eRename “clonable” to “cloneable”4a7e7bf[devtools] syncb55e78b[devtools] sync- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)