Skip to content

2.2.1 - Refactor: Context & Locator

Compare
Choose a tag to compare
@SamuelAsherRivello SamuelAsherRivello released this 04 Jul 02:40
· 14 commits to main since this release

Refactor: Context

  • The common Context and BaseContext no longer use the experimental ContextLocator
  • Only the ContextWithLocator uses the experimental ContextLocator. Avoid using it.

Refactor: Locator

  • Locator Is now more robust to handle various types with its generics. See its class comment for more info

Testing

  • Updated per above

Samples

  • Updated per above