Skip to content

Release 1.2.0

Compare
Choose a tag to compare
@xpple xpple released this 23 Aug 18:11
· 27 commits to master since this release
  • Made non-api packages no longer visible
  • Rewrote argument registration
    Consider the below example to see how things have changed.
    - .registerTypeWithArgument(Block.class, new BlockAdapter(), new Pair<>(BlockArgumentType::block, BlockArgumentType::getBlock))
    + .registerType(Block.class, new BlockAdapter(), BlockArgumentType::block)