Skip to content

Releases: rssh/scala-appcontext

0.3.0

01 Dec 19:28

Choose a tag to compare

0.3.0

Breaking Changes

  • Removed AppContextProviders.checkAllAreNeeded
  • Removed AppContextProviderModule.checkUsageDP

Improvements

  • Fixed implicit search priority: AppContextProviders now takes precedence over AppContextProvider[T] defined in companion objects. Previously, when using AppContext[T] inside a class with AppContextProviders[(T, ...)], the companion-defined provider would be used instead of the one from AppContextProviders. This is now fixed by introducing AppContextProviderLookup.

See blog post for details.

Initial release

09 Dec 18:12

Choose a tag to compare

Initial release