Skip to main content

Migration Guide

1.0.0 - July 25th 2022

In version 1.0.0 we removed the deprecated forgeries and build (list) reified functions. The same functionality is covered in the forgeryList() and buildList() functions.

Replace instances of:

forgeries()

with:

forgeryList()

Replace all instances of:

build() // list

with:

buildList()

0.9.0 - March 22nd 2022

In version 0.9.0 we removed the custom provider in favor of javax provider for easier adaptation in other projects.

Replace all instances of:

    import io.github.hellocuriosity.providers.Provider

with:

    import javax.inject.Provider