Skip to content

Release: 0.2.0

Compare
Choose a tag to compare
@RezzedUp RezzedUp released this 15 Jul 12:47
· 10 commits to main since this release

Add:

  • Standard Object adapters: Adapts.object().

Change:

  • Replace Adapter.subtype(Function) with Adapter.cast(Predicate).

Fix:

  • Standard String adapters no longer throw an exception when initialized.

Maven

<dependency>
    <groupId>com.rezzedup.util</groupId>
    <artifactId>valuables</artifactId>
    <version>0.2.0</version>
</dependency>