Skip to content

Maple v3.3.0 Beta

Compare
Choose a tag to compare
@thegatesdev thegatesdev released this 09 Sep 16:12

This update improves the classes to read data, most importantly the Options class.
A lot of bugs or issues have been fixed all around.

Changes:

  • Improve the README, add JitPack example.
  • Remove DataType info.
  • Require DataTypes to return unique values.
  • Expose the Option type in Options.
  • Make Options use builder pattern.

Fixes:

  • General javadoc fixes.
  • Option with null default value wasn't handled correctly.
  • Floating point and long value getters use Number class instead of throwing.

And more...