Skip to content

Container Scopes and Registration Updates

Compare
Choose a tag to compare
@hmlongco hmlongco released this 16 Oct 00:03
· 22 commits to master since this release
  • Added .container scope that lives for the lifetime of a given Resolver container (PR#131)
  • Added init(child:) to replace deprecated init(parent:)
  • Updated ResolverRegistration to give ResolverOptions the ability to add new behaviors to a given registration (Based on PR#130)
  • Updates to ResolverRegistration so external services aren't poking around its internals
  • Removed deprecated scopes from Resolver base class.