Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dry-rb/dry-configurable
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.0
Choose a base ref
...
head repository: dry-rb/dry-configurable
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.0
Choose a head ref
  • 19 commits
  • 12 files changed
  • 4 contributors

Commits on Jul 16, 2023

  1. Set correct version

    solnic committed Jul 16, 2023
    Copy the full SHA
    3cc51d6 View commit details
  2. Update changelog.yml

    solnic committed Jul 16, 2023
    Copy the full SHA
    51b2f1b View commit details
  3. [devtools] sync

    dry-bot committed Jul 16, 2023
    Copy the full SHA
    f6add5b View commit details
  4. Bump dry-configurable to 1.1.0

    solnic committed Jul 16, 2023
    Copy the full SHA
    9cdecfc View commit details

Commits on Aug 6, 2023

  1. Copy the full SHA
    7a7e11b View commit details

Commits on Aug 7, 2023

  1. Copy the full SHA
    a020ee8 View commit details
  2. Copy the full SHA
    6c77504 View commit details
  3. Fix RuboCop issue

    timriley committed Aug 7, 2023
    Copy the full SHA
    82e5774 View commit details

Commits on Aug 14, 2023

  1. Copy the full SHA
    efc4dcb View commit details

Commits on Aug 27, 2023

  1. Copy the full SHA
    ab0941e View commit details

Commits on Oct 2, 2023

  1. Copy the full SHA
    3536e0e View commit details

Commits on Jan 5, 2024

  1. Copy the full SHA
    f619cc8 View commit details

Commits on Jun 18, 2024

  1. Copy the full SHA
    42c16c9 View commit details

Commits on Jul 1, 2024

  1. Allow multiple includes of Dry::Configurable (#164)

    Instead of raising AlreadyIncludedError, update the method undef code in `.included` to handle already-undefined methods gracefully.
    
    Allowing Dry::Configurable to be included multiple times across subclasses now allows for uses cases like a subclass adjusting various extension settings, e.g. `config_class`.
    timriley authored Jul 1, 2024
    Copy the full SHA
    2356764 View commit details

Commits on Jul 2, 2024

  1. Update CHANGELOG for v1.2.0

    timriley committed Jul 2, 2024
    Copy the full SHA
    884bb00 View commit details
  2. [devtools] sync

    dry-bot committed Jul 2, 2024
    Copy the full SHA
    70a55d6 View commit details
  3. Update CHANGELOG for v1.2.0

    timriley committed Jul 2, 2024
    Copy the full SHA
    223684d View commit details
  4. [devtools] sync

    dry-bot committed Jul 2, 2024
    Copy the full SHA
    ba75346 View commit details
  5. Copy the full SHA
    6f40592 View commit details
Loading