Skip to content

Maple v1.4.2 release

Compare
Choose a tag to compare
@thegatesdev thegatesdev released this 24 Apr 08:18

Changes in this release:

  • DataArray is removed
  • DataList now has a set method
  • DataMap now implements IndexedElement and thus can be accessed by index
  • DataMap put method now returns the previous present element instead of itself
  • Add more utility methods for getting specific elements

More tests were also added, and some javadocs were updated.