Skip to content

0.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Sep 20:14
· 1 commit to master since this release
3afde74

Breaking Changes

  • Pommel will no longer automatically install the generated module into a component. You now have now have to specify which component you want to install into via the installIn parameter in the @SoloModule annotation. This changes allows you to now install into a custom component.
  • The install parameter was removed from the @SoloModule annotation. You can no longer choose to no install a generated module into a component. This change now forces you to use Dagger-Hilt with Pommel.

Release Notes

  • Downgrade Diagnostic from Warn to Note (#25)
  • Reorganize project (#23)
  • Add tests for generics (#22)
  • Add binary-compatibility-validator (#24)
  • Add installIn parameter to SoloModule (#20)
  • Configure @JuulLabs/conx-app-reviewers for review assignment (#21)
  • Configure KVelasco as global code owner (#19)
  • Improve function support (#18)