Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

1.5.0

Choose a tag to compare

@rmobis rmobis released this 15 Dec 17:14

Changelog:

  • Added closebattlelist.
  • Added a few more ITEMS_* constants.
  • Minor fixes and improvements on Area class.
  • Added table.pick, table.reduce, table.every, table.any, table.pluck and table.reverse.
  • Improved table.each, table.map and table.filter to give access to the whole table to the callback.
  • Improved table.sum and table.average.