Skip to content

v5.3

Latest
Compare
Choose a tag to compare
@daelvn daelvn released this 09 Aug 11:17
· 6 commits to master since this release

Changelog

5.3

  • 5.3 (09.08.2024) Added Yuescript support. Added a few functions.

  • Yuescript support. You can now use Alfons.yue files (or any taskfile that ends in .yue) to load in Yuescript tasks.

  • Additions to the environment.

    • values: Get the values of a table as an array
    • entries: Turns a table into an array of key-value tuples
    • fromEntries: Reverses the process of entries