⚠️ Notice that dry-container no longer depends on dry-configurable. If you happen to rely on the advanced configurable functionality, add dry-configurable as a dependency and require it before requiring dry-container.
Added
Changed
- [BREAKING] Replace dep on dry-configurable with a simple
Configuration
mod (see #84 for more details) (@solnic)
- Raise KeyError for missing key, with DidYouMean integration (via #82) (@cllns)
- Wrap FrozenError, to state that the container itself is frozen (see #74) (@cllns)
Compare v0.9.0...v0.10.0