Skip to content

Commit

Permalink
Update CHANGELOG for v1.1.0.beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
timriley committed Jul 3, 2024
1 parent f826656 commit 2e8bd1f
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,26 @@
---
- version: 1.1.0.beta1
date: 2024-07-03
added:
- |-
Add `Dry::System::ProviderRegistrar#target_container`, to be passed when initializing
providers. By default this is an alias of `#container`. This allows for custom provider
registrars to override `#target_container` to provide a custom container. An overridden
value **MUST** still wrap the original `#target_container` to ensure components are
registered in the right place. (via #270) (@timriley)
changed:
- |-
Make `Dry::System::ProviderRegistrar` public API (via #270) (@timriley)
- |-
When registering a provider source, you can now provide a `provider_options:` hash of default
options for providers to be registered using that source. The one provider option currently
supported is `namespace:`. (via #271) (@timriley)
- |-
Load providers when accessing them via `Dry::System::ProviderRegistrar#[]`. The previous,
behavior of `#[]` returning `nil` if a provider had not been explicitly loaded was a
potential source of confusion. Now `#[]` can serve as the one and only interface for fetching
a provider. (via #273) (@timriley)
- version: 1.0.1
summary:
date: 2022-11-18
Expand Down

0 comments on commit 2e8bd1f

Please sign in to comment.