Skip to content

v0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@thomverbeek thomverbeek released this 15 Feb 05:39
· 48 commits to master since this release

This release adds the concept of VIPERModule, an abstraction for assembled VIPER components. Use this to allow VIPER modules to cross framework boundaries without exposing their underlying implementation.

Adds the concept of Modules to Routers to vend VIPER modules; removes their awareness of Services. Unifies the concept of Dependencies and Services into Dependencies.